From 0e8cabe32aca3816722f51fb354e54c7e140dd67 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 04:01:29 +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 d0ef1d6..53f2808 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,23 +47,23 @@ export default function LandingPage() { background={{ variant: "glowing-orb" }} 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" },