diff --git a/src/app/page.tsx b/src/app/page.tsx index f8f600c..3f1fd86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,23 +47,23 @@ export default function LandingPage() { background={{ variant: "noise" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-brazilian-women-working-as-clothing-designers_23-2150762220.jpg", imageAlt: "Premium fabric texture"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-brazilian-women-working-as-clothing-designers_23-2150762220.jpg?_wi=1", imageAlt: "Premium fabric texture"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-trying-dress-room_1153-8054.jpg", imageAlt: "Luxury clothing display"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-trying-dress-room_1153-8054.jpg?_wi=1", imageAlt: "Luxury clothing display"}, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478992.jpg", imageAlt: "Fashion accessories detail"}, + imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478992.jpg?_wi=1", imageAlt: "Fashion accessories detail"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-home-goods-store-chooses-bath-towel-shopping-concept_169016-49336.jpg", imageAlt: "Clothing store display"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-home-goods-store-chooses-bath-towel-shopping-concept_169016-49336.jpg?_wi=1", imageAlt: "Clothing store display"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-home-goods-store-chooses-bath-towel-shopping-concept_169016-49336.jpg", imageAlt: "Fashion collection showcase"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-home-goods-store-chooses-bath-towel-shopping-concept_169016-49336.jpg?_wi=2", imageAlt: "Fashion collection showcase"}, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478992.jpg", imageAlt: "Style details"}, + imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478992.jpg?_wi=2", imageAlt: "Style details"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-trying-dress-room_1153-8054.jpg", imageAlt: "Retail environment"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-trying-dress-room_1153-8054.jpg?_wi=2", imageAlt: "Retail environment"}, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-brazilian-women-working-as-clothing-designers_23-2150762220.jpg", imageAlt: "Material quality"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-brazilian-women-working-as-clothing-designers_23-2150762220.jpg?_wi=2", imageAlt: "Material quality"}, ]} buttons={[ { text: "Shop Collection", href: "#products" },