From 177821e3c90b7f19e70dc66e6b4d9435d91292db Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 20:59:32 +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 b8dcaf1..2343999 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,11 +55,11 @@ export default function LandingPage() { description="Redefining contemporary style with the VERADO aesthetic. Premium quality clothing designed for the modern individual." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-female-posing_23-2148880231.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-female-posing_23-2148880231.jpg?_wi=1", imageAlt: "Model 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-grey-shirt_158595-901.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-grey-shirt_158595-901.jpg?_wi=1", imageAlt: "Model 2", }, { @@ -178,7 +178,7 @@ export default function LandingPage() { title: "New Designs", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/water-droplets-surface-grey-textured-background_23-2148114556.jpg" + imageSrc="http://img.b2bpic.net/free-photo/water-droplets-surface-grey-textured-background_23-2148114556.jpg?_wi=1" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -195,7 +195,7 @@ export default function LandingPage() { id: "p1", name: "Minimal Hoodie", price: "$120", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-girl-white-oversized-tshirt-blue-jeans-posing-gray-background_89887-936.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-girl-white-oversized-tshirt-blue-jeans-posing-gray-background_89887-936.jpg?_wi=1", }, { id: "p2", @@ -294,7 +294,7 @@ export default function LandingPage() { quote: "The fabric quality is unmatched. Truly premium feel.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-trucker-hat_23-2149432345.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-female-posing_23-2148880231.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-female-posing_23-2148880231.jpg?_wi=2", imageAlt: "happy customer fashion", }, { @@ -305,7 +305,7 @@ export default function LandingPage() { quote: "Verado fits perfectly with my aesthetic needs.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-drinking-coffee-outdoors_23-2149462137.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/water-droplets-surface-grey-textured-background_23-2148114556.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/water-droplets-surface-grey-textured-background_23-2148114556.jpg?_wi=2", imageAlt: "happy customer fashion", }, { @@ -316,7 +316,7 @@ export default function LandingPage() { quote: "Arrived earlier than expected. Great packaging.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/girl-sitting-skateboard-skate-park_181624-24625.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-girl-white-oversized-tshirt-blue-jeans-posing-gray-background_89887-936.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-girl-white-oversized-tshirt-blue-jeans-posing-gray-background_89887-936.jpg?_wi=2", imageAlt: "happy customer fashion", }, { @@ -338,7 +338,7 @@ export default function LandingPage() { quote: "Love the minimalist design. Keep it up!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/teenager-outdoors-listening-music-headphones-while-using-smartphone_23-2148758491.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-grey-shirt_158595-901.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-grey-shirt_158595-901.jpg?_wi=2", imageAlt: "happy customer fashion", }, ]} -- 2.49.1