diff --git a/src/app/buyers/page.tsx b/src/app/buyers/page.tsx index 15a2890..de79118 100644 --- a/src/app/buyers/page.tsx +++ b/src/app/buyers/page.tsx @@ -81,9 +81,9 @@ export default function BuyersPage() { title="Featured Products" description="Browse our curated selection of quality items from trusted sellers across India." products={[ - { id: "1", name: "Organic Cotton T-Shirt", price: "₹599", imageSrc: "http://img.b2bpic.net/free-vector/ecommerce-email-template_52683-49444.jpg", imageAlt: "Organic cotton t-shirt", initialQuantity: 1 }, - { id: "2", name: "Handcrafted Wooden Bowl", price: "₹1,299", imageSrc: "http://img.b2bpic.net/free-vector/ecommerce-email-template_52683-49444.jpg", imageAlt: "Wooden bowl", initialQuantity: 1 }, - { id: "3", name: "Natural Face Serum", price: "₹899", imageSrc: "http://img.b2bpic.net/free-vector/ecommerce-email-template_52683-49444.jpg", imageAlt: "Face serum bottle", initialQuantity: 1 }, + { id: "1", name: "Organic Cotton T-Shirt", price: "₹599", imageSrc: "http://img.b2bpic.net/free-vector/ecommerce-email-template_52683-49444.jpg?_wi=1", imageAlt: "Organic cotton t-shirt", initialQuantity: 1 }, + { id: "2", name: "Handcrafted Wooden Bowl", price: "₹1,299", imageSrc: "http://img.b2bpic.net/free-vector/ecommerce-email-template_52683-49444.jpg?_wi=2", imageAlt: "Wooden bowl", initialQuantity: 1 }, + { id: "3", name: "Natural Face Serum", price: "₹899", imageSrc: "http://img.b2bpic.net/free-vector/ecommerce-email-template_52683-49444.jpg?_wi=3", imageAlt: "Face serum bottle", initialQuantity: 1 }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up"