From 20e25da2b18882d7c034926fbd6c4f2f482820e4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:52:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c8b958..4a19ded 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,30 +48,30 @@ export default function LandingPage() { background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-posing-outdoors_23-2149537507.jpg", imageAlt: "Fashion collection piece 1" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-posing-outdoors_23-2149537507.jpg?_wi=1", imageAlt: "Fashion collection piece 1" }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-posing-with-transparent-fabric_23-2148239957.jpg", imageAlt: "Fashion collection piece 3" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-posing-with-transparent-fabric_23-2148239957.jpg?_wi=1", imageAlt: "Fashion collection piece 3" }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-posing-outdoors_23-2149537507.jpg", imageAlt: "Fashion collection piece 1" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-posing-outdoors_23-2149537507.jpg?_wi=2", imageAlt: "Fashion collection piece 1" }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-posing-with-transparent-fabric_23-2148239957.jpg", imageAlt: "Fashion collection piece 3" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-posing-with-transparent-fabric_23-2148239957.jpg?_wi=2", imageAlt: "Fashion collection piece 3" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/female-tailor-studio-with-clothes_23-2148834158.jpg", imageAlt: "Fashion collection piece 2" + imageSrc: "http://img.b2bpic.net/free-photo/female-tailor-studio-with-clothes_23-2148834158.jpg?_wi=1", imageAlt: "Fashion collection piece 2" }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-model-woman-shiny-lace-evening-dress-posing-sitting-chair-beige-color_285396-7787.jpg", imageAlt: "Fashion collection piece 4" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-model-woman-shiny-lace-evening-dress-posing-sitting-chair-beige-color_285396-7787.jpg?_wi=1", imageAlt: "Fashion collection piece 4" }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-tailor-studio-with-clothes_23-2148834158.jpg", imageAlt: "Fashion collection piece 2" + imageSrc: "http://img.b2bpic.net/free-photo/female-tailor-studio-with-clothes_23-2148834158.jpg?_wi=2", imageAlt: "Fashion collection piece 2" }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-model-woman-shiny-lace-evening-dress-posing-sitting-chair-beige-color_285396-7787.jpg", imageAlt: "Fashion collection piece 4" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-model-woman-shiny-lace-evening-dress-posing-sitting-chair-beige-color_285396-7787.jpg?_wi=2", imageAlt: "Fashion collection piece 4" } ]} buttons={[ @@ -133,19 +133,19 @@ export default function LandingPage() { features={[ { id: "1", title: "Sustainable Production", tags: ["Ethical", "Eco-Friendly"], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-posing-outdoors_23-2149537507.jpg", imageAlt: "Sustainable clothing production" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-posing-outdoors_23-2149537507.jpg?_wi=3", imageAlt: "Sustainable clothing production" }, { id: "2", title: "Premium Fabrics", tags: ["Quality", "Comfort"], - imageSrc: "http://img.b2bpic.net/free-photo/female-tailor-studio-with-clothes_23-2148834158.jpg", imageAlt: "Premium fabric selection" + imageSrc: "http://img.b2bpic.net/free-photo/female-tailor-studio-with-clothes_23-2148834158.jpg?_wi=3", imageAlt: "Premium fabric selection" }, { id: "3", title: "Perfect Fit", tags: ["Tailored", "Flattering"], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-posing-with-transparent-fabric_23-2148239957.jpg", imageAlt: "Perfectly tailored fit" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-posing-with-transparent-fabric_23-2148239957.jpg?_wi=3", imageAlt: "Perfectly tailored fit" }, { id: "4", title: "Timeless Design", tags: ["Classic", "Modern"], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-model-woman-shiny-lace-evening-dress-posing-sitting-chair-beige-color_285396-7787.jpg", imageAlt: "Timeless fashion design" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-model-woman-shiny-lace-evening-dress-posing-sitting-chair-beige-color_285396-7787.jpg?_wi=3", imageAlt: "Timeless fashion design" } ]} /> -- 2.49.1