From d5ef8c5f633ede2dd1e00caa0e679b84c3bd8ad7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:24:18 +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 6a3b177..f75c148 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,13 +33,13 @@ const heroSlides = [ const products = [ { - id: "1", name: "Silk Blend Blouse", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-low-angle-view_23-2148248559.jpg", imageAlt: "elegant women casual shirt neutral" + id: "1", name: "Silk Blend Blouse", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-low-angle-view_23-2148248559.jpg?_wi=1", imageAlt: "elegant women casual shirt neutral" }, { - id: "2", name: "Tailored Blazer", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-gray-checkered-suit_158538-4227.jpg", imageAlt: "tailored blazer professional outfit" + id: "2", name: "Tailored Blazer", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-gray-checkered-suit_158538-4227.jpg?_wi=1", imageAlt: "tailored blazer professional outfit" }, { - id: "3", name: "Premium Denim", price: "$99.00", imageSrc: "http://img.b2bpic.net/free-photo/female-travelling-accessories-with-camera-diary-desk_23-2147856148.jpg", imageAlt: "stylish denim jeans collection" + id: "3", name: "Premium Denim", price: "$99.00", imageSrc: "http://img.b2bpic.net/free-photo/female-travelling-accessories-with-camera-diary-desk_23-2147856148.jpg?_wi=1", imageAlt: "stylish denim jeans collection" }, ]; @@ -58,15 +58,15 @@ const bulletPoints = [ const collections = [ { id: "1", title: "Essential Basics Collection", author: "StyleHub Team", description: "Timeless pieces that form the foundation of every wardrobe. High-quality basics in neutral tones.", tags: ["Basics", "Timeless", "Everyday"], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-low-angle-view_23-2148248559.jpg", imageAlt: "Essentials collection showcase" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-low-angle-view_23-2148248559.jpg?_wi=2", imageAlt: "Essentials collection showcase" }, { id: "2", title: "Work & Professional Wear", author: "StyleHub Team", description: "Polished pieces for the modern professional. From blazers to tailored trousers.", tags: ["Professional", "Work", "Formal"], - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-gray-checkered-suit_158538-4227.jpg", imageAlt: "Professional wear collection" + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-gray-checkered-suit_158538-4227.jpg?_wi=2", imageAlt: "Professional wear collection" }, { id: "3", title: "Weekend Casual", author: "StyleHub Team", description: "Comfortable yet stylish pieces for your downtime. Perfect for casual outings.", tags: ["Casual", "Comfort", "Weekend"], - imageSrc: "http://img.b2bpic.net/free-photo/female-travelling-accessories-with-camera-diary-desk_23-2147856148.jpg", imageAlt: "Casual wear collection" + imageSrc: "http://img.b2bpic.net/free-photo/female-travelling-accessories-with-camera-diary-desk_23-2147856148.jpg?_wi=2", imageAlt: "Casual wear collection" }, ]; -- 2.49.1