Merge version_7 into main

Merge version_7 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-02-10 05:18:09 +00:00

View File

@@ -77,7 +77,7 @@ export default function LandingPage() {
/>
</div>
<div id="services" data-section="services">
<div id="services" data-section="services-page">
<FeatureCardNine
title="Our Services"
description="Comprehensive construction solutions tailored to your needs"
@@ -205,9 +205,9 @@ export default function LandingPage() {
columns={[
{
title: "Services", items: [
{ label: "Engineering", href: "#services" },
{ label: "Architecting", href: "#services" },
{ label: "Building", href: "#services" }
{ label: "Engineering", href: "#services-page" },
{ label: "Architecting", href: "#services-page" },
{ label: "Building", href: "#services-page" }
]
},
{