From aa768a1d47e6e5af56e09729f0624b4be3bdd3be Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 15:43:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 02f8fcb..d0ab1e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,27 +66,27 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking_23-2147996548.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking_23-2147996548.jpg?_wi=1", imageAlt: "Fashion Store", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-black-african-american-woman-stylish-outfit-green-studio-background_285396-10817.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-black-african-american-woman-stylish-outfit-green-studio-background_285396-10817.jpg?_wi=1", imageAlt: "Model", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/client-wearing-fashion-clothes-eating-doughnut_23-2148674263.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/client-wearing-fashion-clothes-eating-doughnut_23-2148674263.jpg?_wi=1", imageAlt: "Collection", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/fashionable-clothing-collection-modern-boutique-store-generated-by-ai_188544-33893.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashionable-clothing-collection-modern-boutique-store-generated-by-ai_188544-33893.jpg?_wi=1", imageAlt: "Display", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-photo-casual-cheeky-woman-sunglasses-denim-back-yard_613910-20946.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-photo-casual-cheeky-woman-sunglasses-denim-back-yard_613910-20946.jpg?_wi=1", imageAlt: "Street Style", }, { @@ -187,7 +187,7 @@ export default function LandingPage() { quote: "The fabric quality is unmatched.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/fashionable-woman-choosing-dress-date-party-feeling-excited-happy-cheerful-woman-having-pleased-look-while-packing-bag-before-trip-standing-her-wardrobe-with-racks-full-clothes_273609-833.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking_23-2147996548.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking_23-2147996548.jpg?_wi=2", imageAlt: "happy customer fashion store", }, { @@ -198,7 +198,7 @@ export default function LandingPage() { quote: "Finally found a brand that fits.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/business-owners-preparing-their-store_23-2149300876.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-black-african-american-woman-stylish-outfit-green-studio-background_285396-10817.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-black-african-american-woman-stylish-outfit-green-studio-background_285396-10817.jpg?_wi=2", imageAlt: "happy customer fashion store", }, { @@ -209,7 +209,7 @@ export default function LandingPage() { quote: "My wardrobe is complete.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-stylish-sunglasses-outside_197531-26633.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/client-wearing-fashion-clothes-eating-doughnut_23-2148674263.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/client-wearing-fashion-clothes-eating-doughnut_23-2148674263.jpg?_wi=2", imageAlt: "happy customer fashion store", }, { @@ -220,7 +220,7 @@ export default function LandingPage() { quote: "Truly unique pieces.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/content-creator-presents-fast-fashion-jacket-viewers-filming-haul_482257-115675.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/fashionable-clothing-collection-modern-boutique-store-generated-by-ai_188544-33893.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashionable-clothing-collection-modern-boutique-store-generated-by-ai_188544-33893.jpg?_wi=2", imageAlt: "happy customer fashion store", }, { @@ -231,7 +231,7 @@ export default function LandingPage() { quote: "Fast shipping, lovely packaging.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/woman-trying-listening-some-sound_1187-3768.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-photo-casual-cheeky-woman-sunglasses-denim-back-yard_613910-20946.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-photo-casual-cheeky-woman-sunglasses-denim-back-yard_613910-20946.jpg?_wi=2", imageAlt: "happy customer fashion store", }, ]}