From e918404e11754bfb11003d974ebe922451792382 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 07:12:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 84947f2..41427eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,9 +87,9 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "p1", brand: "jewelry", name: "sky beads", price: "$12", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-old-book-vintage-setting_181624-61097.jpg" }, - { id: "p2", brand: "jewelry", name: "moon beads", price: "$15", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-old-book-vintage-setting_181624-61097.jpg" }, - { id: "p3", brand: "jewelry", name: "sun beads", price: "$10", rating: 4, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-old-book-vintage-setting_181624-61097.jpg" } + { id: "p1", brand: "jewelry", name: "sky beads", price: "$12", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-old-book-vintage-setting_181624-61097.jpg?_wi=1" }, + { id: "p2", brand: "jewelry", name: "moon beads", price: "$15", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-old-book-vintage-setting_181624-61097.jpg?_wi=2" }, + { id: "p3", brand: "jewelry", name: "sun beads", price: "$10", rating: 4, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-old-book-vintage-setting_181624-61097.jpg?_wi=3" } ]} title="the collection" description="hand-crafted beads and art for your unique aesthetic." -- 2.49.1