Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e891e2c77d | |||
| b5424fce4a | |||
| 2aa825c88c | |||
| 8442ce253c | |||
| ae03c8bbcb | |||
| 137c0b7c98 | |||
| f49a420ed9 |
@@ -77,7 +77,7 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services-page">
|
||||||
<FeatureCardNine
|
<FeatureCardNine
|
||||||
title="Our Services"
|
title="Our Services"
|
||||||
description="Comprehensive construction solutions tailored to your needs"
|
description="Comprehensive construction solutions tailored to your needs"
|
||||||
@@ -205,9 +205,9 @@ export default function LandingPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services", items: [
|
title: "Services", items: [
|
||||||
{ label: "Engineering", href: "#services" },
|
{ label: "Engineering", href: "#services-page" },
|
||||||
{ label: "Architecting", href: "#services" },
|
{ label: "Architecting", href: "#services-page" },
|
||||||
{ label: "Building", href: "#services" }
|
{ label: "Building", href: "#services-page" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user