From b22be3cd3c70aec45221f5c9c706b4d914d5bcd2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:48:23 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index aafd9ff..885caaf 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -108,7 +108,7 @@ export default function ProductsPage() { price: "$149.99", rating: 5, reviewCount: "2.3k", - imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg?_wi=3", imageAlt: "Premium wireless headphones", isFavorited: false, }, @@ -119,7 +119,7 @@ export default function ProductsPage() { price: "$89.99", rating: 5, reviewCount: "1.8k", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-traveler-women-s-outfit-accessories_1357-91.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-traveler-women-s-outfit-accessories_1357-91.jpg?_wi=2", imageAlt: "Canvas backpack", isFavorited: false, }, @@ -130,7 +130,7 @@ export default function ProductsPage() { price: "$299.99", rating: 5, reviewCount: "3.1k", - imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109523.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109523.jpg?_wi=3", imageAlt: "Ergonomic office chair", isFavorited: false, }, @@ -141,7 +141,7 @@ export default function ProductsPage() { price: "$34.99", rating: 5, reviewCount: "5.2k", - imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg?_wi=4", imageAlt: "Portable phone charger", isFavorited: false, }, @@ -152,7 +152,7 @@ export default function ProductsPage() { price: "$79.99", rating: 5, reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-traveler-women-s-outfit-accessories_1357-91.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-traveler-women-s-outfit-accessories_1357-91.jpg?_wi=3", imageAlt: "Premium leather wallet", isFavorited: false, }, @@ -163,7 +163,7 @@ export default function ProductsPage() { price: "$59.99", rating: 5, reviewCount: "890", - imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg?_wi=5", imageAlt: "Adjustable desk lamp", isFavorited: false, }, @@ -190,19 +190,19 @@ export default function ProductsPage() { { title: "Handpicked Selection", description: "Every item is carefully vetted by our expert team to ensure it meets our high quality standards.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109523.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109523.jpg?_wi=4", imageAlt: "Quality selection process", }, { title: "Customer Reviews", description: "Real customer feedback and ratings help you make informed decisions about every purchase.", - imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg?_wi=6", imageAlt: "Customer reviews", }, { title: "Best Prices Guaranteed", description: "We offer competitive pricing with regular sales and promotions for maximum value.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-traveler-women-s-outfit-accessories_1357-91.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-traveler-women-s-outfit-accessories_1357-91.jpg?_wi=4", imageAlt: "Best prices", }, ]}