Deploy from Lumerel
This commit is contained in:
27
templates/home.php
Normal file
27
templates/home.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php include 'includes/header.php'; ?>
|
||||
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1>Welcome to Todd Low Media</h1>
|
||||
<p>Innovative Solutions for Modern Challenges</p>
|
||||
</header>
|
||||
|
||||
<div class="content-grid">
|
||||
<div class="content-card">
|
||||
<h2>Creative Strategy</h2>
|
||||
<p>We transform complex ideas into elegant, actionable strategies that drive meaningful results and push boundaries of innovation.</p>
|
||||
</div>
|
||||
|
||||
<div class="content-card">
|
||||
<h2>Technology Solutions</h2>
|
||||
<p>Leveraging cutting-edge technologies to build scalable, efficient digital solutions that adapt and evolve with your business needs.</p>
|
||||
</div>
|
||||
|
||||
<div class="content-card">
|
||||
<h2>Digital Transformation</h2>
|
||||
<p>Our holistic approach merges design, technology, and strategic thinking to reimagine how businesses operate in the digital landscape.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include 'includes/footer.php'; ?>
|
||||
Reference in New Issue
Block a user