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