diff --git a/src/app/page.tsx b/src/app/page.tsx index 158ff6f..86f8af7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,6 +115,9 @@ export default function LandingPage() { ]} title="Powerful Design Capabilities" description="Experience total control over your home's aesthetic through our intuitive 3D engine." + buttons={[ + { text: "Explore Capabilities", href: "#" } + ]} /> @@ -230,4 +233,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file