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" },