From f7653258d9a648da60ea3ed0df264e09293b29f0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 03:53:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.49.1