From 902163b79a0ebe744f82b84600d3df315aeaaf11 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 16:29:10 +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 b7d906f..dd3e059 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,6 +132,9 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} + buttons={[ + { text: "Browse Collection", href: "#products" } + ]} testimonials={[ { id: "t1", name: "Sarah Miller", role: "Creative Lead", company: "DesignLab", rating: 5, @@ -237,4 +240,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file