diff --git a/src/app/page.tsx b/src/app/page.tsx index 22db255..643aff5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,6 +114,10 @@ export default function LandingPage() { ]} title="Our Expertise" description="Comprehensive construction solutions." + buttons={[ + { + text: "Inquire About Our Services", href: "#contact"} + ]} /> @@ -236,4 +240,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file