diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d03edc..425bc5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,6 +69,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} + buttons={[{ text: "Shop the Collection", href: "#products" }]} products={[ { id: "1", brand: "Elyon", name: "Signature Silk Collection", price: "$120", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-rock-concrete-tray_23-2150329671.jpg" }, { id: "2", brand: "Elyon", name: "Professional Body Tools", price: "$85", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646447.jpg" },