2 Commits

Author SHA1 Message Date
c8bbfa3f32 Update src/app/page.tsx 2026-04-15 00:50:21 +00:00
80f018ee5d Merge version_1 into main
Merge version_1 into main
2026-04-15 00:49:20 +00:00

View File

@@ -114,6 +114,10 @@ export default function LandingPage() {
]}
title="Our Expertise"
description="Comprehensive construction solutions."
buttons={[
{
text: "Inquire About Our Services", href: "#contact"}
]}
/>
</div>
@@ -236,4 +240,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}