From 906d993ea18636fa4c056c78bcb7761757c5eb0b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 14:03:58 +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 68e4786..81a51da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,13 +61,13 @@ export default function LandingPage() { description="From everyday wear to once-in-a-lifetime garments, we treat every piece with precision, care, and attention to detail." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/shop-is-now-open_53876-15332.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shop-is-now-open_53876-15332.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-choosing-new-washing-machine-household-appliances-store_93675-133544.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-choosing-new-washing-machine-household-appliances-store_93675-133544.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-s-studio-with-essential-elements_23-2150414738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-s-studio-with-essential-elements_23-2150414738.jpg?_wi=1", }, { imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-looking-christmas-present-home_114579-80784.jpg", @@ -193,7 +193,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/shop-is-now-open_53876-15332.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shop-is-now-open_53876-15332.jpg?_wi=2", imageAlt: "professional dry cleaning machine", }, { @@ -213,7 +213,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-choosing-new-washing-machine-household-appliances-store_93675-133544.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-choosing-new-washing-machine-household-appliances-store_93675-133544.jpg?_wi=2", imageAlt: "professional dry cleaning machine", }, { @@ -233,7 +233,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-s-studio-with-essential-elements_23-2150414738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-s-studio-with-essential-elements_23-2150414738.jpg?_wi=2", imageAlt: "professional dry cleaning machine", }, ]} -- 2.49.1