diff --git a/src/app/page.tsx b/src/app/page.tsx index aa093ad..e17ff2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,17 +72,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-headphones-holding-shirt-while-shopping_482257-78076.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-headphones-holding-shirt-while-shopping_482257-78076.jpg?_wi=1", imageAlt: "clothing resale store interior modern", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-partners-standing-apart_23-2148976592.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-partners-standing-apart_23-2148976592.jpg?_wi=1", imageAlt: "sustainable fashion modern storefront", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/empty-workshop-with-tools-sketches-luxury-handcrafting-services-with-tailoring-equipment-modern-fabric-tailor-atelier-with-workstations-instruments-small-business_482257-65197.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-workshop-with-tools-sketches-luxury-handcrafting-services-with-tailoring-equipment-modern-fabric-tailor-atelier-with-workstations-instruments-small-business_482257-65197.jpg?_wi=1", imageAlt: "happy customer shopping clothing", }, { @@ -131,7 +131,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-customizing-avatar-concept_23-2150729044.jpg", imageAlt: "app interface mobile design", }, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-headphones-holding-shirt-while-shopping_482257-78076.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-headphones-holding-shirt-while-shopping_482257-78076.jpg?_wi=2", imageAlt: "smartphone app screen interface", }, { @@ -145,7 +145,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/smartphone-mockup-with-blank-screen-white-podium_187299-46597.jpg", imageAlt: "app interface mobile design", }, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-partners-standing-apart_23-2148976592.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-partners-standing-apart_23-2148976592.jpg?_wi=2", imageAlt: "smartphone app screen interface", }, { @@ -159,7 +159,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/global-network-illustration_53876-16141.jpg", imageAlt: "app interface mobile design", }, - imageSrc: "http://img.b2bpic.net/free-photo/empty-workshop-with-tools-sketches-luxury-handcrafting-services-with-tailoring-equipment-modern-fabric-tailor-atelier-with-workstations-instruments-small-business_482257-65197.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-workshop-with-tools-sketches-luxury-handcrafting-services-with-tailoring-equipment-modern-fabric-tailor-atelier-with-workstations-instruments-small-business_482257-65197.jpg?_wi=2", imageAlt: "smartphone app screen interface", }, ]}