diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 21cac44..6ae9d58 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -38,16 +38,21 @@ export default function ShopPage() { textboxLayout="default" useInvertedBackground={false} title="Our Collection" + description="Explore our curated selection of premium products." products={[ { id: "p1", name: "Classic Watch", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241141.jpg" }, - { id: "p2", name: "Leather Tote", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg" }, - { id: "p3", name: "Silk Scarf", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/colorful-silk-scarves_23-2148796853.jpg" } + { id: "p2", name: "Leather Tote", price: "$320", imageSrc: "http://img.b2bpic.net/view-women-bag-stuff_93675-131548.jpg" }, + { id: "p3", name: "Silk Scarf", price: "$150", imageSrc: "http://img.b2bpic.net/colorful-silk-scarves_23-2148796853.jpg" } ]} /> );