From 3835cf620cb773b57e7d989aa78ca8a6e789d114 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 22:42:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 54dae42..a802c1c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,6 +81,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} + buttons={[{ text: "Inquire About Services", href: "#contact" }]} features={[ { id: "f1", title: "Residential Construction", subtitle: "Your dream home, delivered with precision.", category: "Residential", value: "Expertise" }, { id: "f2", title: "Commercial Development", subtitle: "Infrastructure designed for business success.", category: "Commercial", value: "Scalability" }, -- 2.49.1