From c8bbfa3f3264c41d302737a587c80b93cb2e114f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 00:50:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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