From 7311a16e21df362f95e7cfaa11c5f9658770dc97 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:10:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 05391a7..d3c9d67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,9 +48,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/close-up-clothing-rack_53876-138107.jpg", imageAlt: "Wardrobe Hero"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-usa-flea-market_23-2149536947.jpg", imageAlt: "Casual Outfit Display"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-usa-flea-market_23-2149536947.jpg?_wi=1", imageAlt: "Casual Outfit Display"}, { - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-fancy-outfit-inside-house_1303-13851.jpg", imageAlt: "Formal Clothing Collection"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-fancy-outfit-inside-house_1303-13851.jpg?_wi=1", imageAlt: "Formal Clothing Collection"}, ]} autoplayDelay={5000} showDimOverlay={true} @@ -69,10 +69,10 @@ export default function LandingPage() { products={[ { id: "1", brand: "Casual Collection", name: "Weekend Casual Look", price: "Everyday Wear", rating: 5, - reviewCount: "Daily", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-usa-flea-market_23-2149536947.jpg", imageAlt: "Casual weekend outfit"}, + reviewCount: "Daily", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-usa-flea-market_23-2149536947.jpg?_wi=2", imageAlt: "Casual weekend outfit"}, { id: "2", brand: "Formal Collection", name: "Evening Elegance", price: "Special Events", rating: 5, - reviewCount: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-fancy-outfit-inside-house_1303-13851.jpg", imageAlt: "Formal evening wear"}, + reviewCount: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-fancy-outfit-inside-house_1303-13851.jpg?_wi=2", imageAlt: "Formal evening wear"}, { id: "3", brand: "Streetwear", name: "Urban Style", price: "Casual Chic", rating: 5, reviewCount: "Everyday", imageSrc: "http://img.b2bpic.net/free-photo/upset-european-man-white-shirt-with-tattooed-arms-sitting-outdoors_181624-59916.jpg", imageAlt: "Streetwear outfit"}, @@ -117,9 +117,9 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Layering Mastery", description: "Learn the art of layering different textures and colors to create depth and interest in every outfit", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-looking-burgundy-suit_23-2147601340.jpg", imageAlt: "Layering styling tips"}, + title: "Layering Mastery", description: "Learn the art of layering different textures and colors to create depth and interest in every outfit", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-looking-burgundy-suit_23-2147601340.jpg?_wi=1", imageAlt: "Layering styling tips"}, { - title: "Color Coordination", description: "Master color theory to create harmonious outfits that complement your skin tone and personal aesthetic", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-looking-burgundy-suit_23-2147601340.jpg", imageAlt: "Color coordination guide"}, + title: "Color Coordination", description: "Master color theory to create harmonious outfits that complement your skin tone and personal aesthetic", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-looking-burgundy-suit_23-2147601340.jpg?_wi=2", imageAlt: "Color coordination guide"}, ]} /> -- 2.49.1