diff --git a/src/app/page.tsx b/src/app/page.tsx index 4cb2459..bc8fb83 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,6 +80,9 @@ export default function LandingPage() { { id: "p5", name: "Phone Case", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/mobile-phone-case-abstract-pattern-product-showcase_53876-96812.jpg" }, { id: "p6", name: "Tote Bag", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/autumn-journey-elements-arrangement_23-2148634200.jpg" }, ]} + buttons={[ + { text: "Browse Catalog", href: "#products" } + ]} title="Premium Merchandise" description="Choose from our catalog of high-quality products ready for your designs." />