From 75f7638b0c8bc78c0bdfb451eb471c759487a353 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 17:03:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4095f2e..f69efb6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,7 +107,7 @@ export default function LandingPage() { href: "#about", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-cyber-monday-composition_23-2149055960.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-cyber-monday-composition_23-2149055960.jpg?_wi=1" imageAlt="Modern shopping bag with products" mediaAnimation="slide-up" avatars={[ @@ -172,7 +172,7 @@ export default function LandingPage() { name: "Luxury Leather Handbag", price: "$299.99", variant: "Black", - imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-bag-with-mediterranean-tiles-aesthetics_23-2150916702.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-bag-with-mediterranean-tiles-aesthetics_23-2150916702.jpg?_wi=1", imageAlt: "Luxury Leather Handbag", }, { @@ -180,7 +180,7 @@ export default function LandingPage() { name: "Smart Fitness Watch", price: "$149.99", variant: "Midnight Blue", - imageSrc: "http://img.b2bpic.net/free-photo/modern-smartwatch-with-gray-silicone-band-displaying-apps_9975-133764.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-smartwatch-with-gray-silicone-band-displaying-apps_9975-133764.jpg?_wi=1", imageAlt: "Smart Fitness Watch", }, { @@ -241,7 +241,7 @@ export default function LandingPage() { imageAlt: "Fast Delivery Truck", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cyber-monday-composition_23-2149055960.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cyber-monday-composition_23-2149055960.jpg?_wi=2", imageAlt: "secure payment gateway graphic", }, { @@ -258,7 +258,7 @@ export default function LandingPage() { imageAlt: "Easy Returns Box", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-bag-with-mediterranean-tiles-aesthetics_23-2150916702.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-bag-with-mediterranean-tiles-aesthetics_23-2150916702.jpg?_wi=2", imageAlt: "secure payment gateway graphic", }, { @@ -275,7 +275,7 @@ export default function LandingPage() { imageAlt: "Exclusive Member Benefits Star", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/modern-smartwatch-with-gray-silicone-band-displaying-apps_9975-133764.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-smartwatch-with-gray-silicone-band-displaying-apps_9975-133764.jpg?_wi=2", imageAlt: "secure payment gateway graphic", }, ]} -- 2.49.1