From 12db1c7ba60dd06258ec40d634e849eb8a8df02d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 01:03:07 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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" } ]} /> ); -- 2.49.1