From 8f04c0217e5421ea03d5c1e68a4c6a3c3f33a391 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 05:20:15 +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 0fda13d..eec6006 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/training-composition-with-space-left_23-2147692069.jpg" + imageSrc="http://img.b2bpic.net/free-photo/training-composition-with-space-left_23-2147692069.jpg?_wi=1" imageAlt="Milind Footwear Collection" /> @@ -91,7 +91,7 @@ export default function LandingPage() { price: "$180", rating: 5, reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-shoes-bow_8353-9667.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-shoes-bow_8353-9667.jpg?_wi=1", }, { id: "p3", @@ -109,7 +109,7 @@ export default function LandingPage() { price: "$160", rating: 5, reviewCount: "56", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-shoes-bow_8353-9667.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-shoes-bow_8353-9667.jpg?_wi=2", }, ]} title="Our Collection" @@ -141,7 +141,7 @@ export default function LandingPage() { role: "Athlete", company: "Pro", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-sitting-restaurant_8353-7822.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-sitting-restaurant_8353-7822.jpg?_wi=1", }, { id: "2", @@ -173,7 +173,7 @@ export default function LandingPage() { role: "Designer", company: "Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-sitting-restaurant_8353-7822.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-sitting-restaurant_8353-7822.jpg?_wi=2", }, ]} kpiItems={[ @@ -205,7 +205,7 @@ export default function LandingPage() { title="Stay Updated" description="Join our newsletter for the latest arrivals and exclusive offers." mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/training-composition-with-space-left_23-2147692069.jpg" + imageSrc="http://img.b2bpic.net/free-photo/training-composition-with-space-left_23-2147692069.jpg?_wi=2" /> -- 2.49.1