diff --git a/src/app/page.tsx b/src/app/page.tsx index bd52031..c445be0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,6 +105,9 @@ export default function LandingPage() { textboxLayout="default" gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} + buttons={[ + { text: "View Full Collection", href: "/shop" } + ]} products={[ { id: "p1", brand: "Signature", name: "Golden Rose Box", price: "$150", rating: 5, @@ -221,4 +224,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file