Update src/app/page.tsx

This commit is contained in:
2026-04-15 00:50:21 +00:00
parent 80f018ee5d
commit c8bbfa3f32

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>
);
}
}