From 18fad435f4f0d3c0f97e01c20be52c66c9c942d0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 17:56:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ebee13..b6f10b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,21 +132,21 @@ export default function LandingPage() { id: "p1", name: "Nike Miller Set", price: "£9.99", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-wearing-minimalist-shirt_23-2149317746.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-wearing-minimalist-shirt_23-2149317746.jpg?_wi=1", imageAlt: "Nike Activewear", }, { id: "p2", name: "AirPod Gen 4s", price: "£9.99", - imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-floating-concrete-background_23-2150808025.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-floating-concrete-background_23-2150808025.jpg?_wi=1", imageAlt: "AirPods", }, { id: "p3", name: "Canada Goose Coat", price: "£14.99", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3312.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3312.jpg?_wi=1", imageAlt: "Winter Coat", }, ]} @@ -166,19 +166,19 @@ export default function LandingPage() { id: "f1", title: "Instant Delivery", description: "Vendor details are sent to your email instantly.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-wearing-minimalist-shirt_23-2149317746.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-wearing-minimalist-shirt_23-2149317746.jpg?_wi=2", }, { id: "f2", title: "Verified Quality", description: "Every item is vetted for premium standards.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-floating-concrete-background_23-2150808025.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-floating-concrete-background_23-2150808025.jpg?_wi=2", }, { id: "f3", title: "Secure Checkout", description: "Shop with total peace of mind.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3312.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3312.jpg?_wi=2", }, ]} title="Buy 2 Get 1 Free" @@ -198,7 +198,7 @@ export default function LandingPage() { handle: "@sarahm", testimonial: "Absolutely love this product! It arrived in my email instantly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-pensive-beautiful-business-woman_1262-2981.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-pensive-beautiful-business-woman_1262-2981.jpg?_wi=1", }, { id: "t2", @@ -230,7 +230,7 @@ export default function LandingPage() { handle: "@michaelb", testimonial: "Top tier service, will definitely buy again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-pensive-beautiful-business-woman_1262-2981.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-pensive-beautiful-business-woman_1262-2981.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1