diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e7d29c..4ec0edd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,11 +30,11 @@ 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 silk blend blouse"}, + 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 silk blend blouse"}, { - id: "2", name: "Tailored Blazer", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-gray-checkered-suit_158538-4227.jpg", imageAlt: "Professional tailored blazer"}, + 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: "Professional tailored blazer"}, { - 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: "High-quality denim jeans"}, + 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: "High-quality denim jeans"}, ]; const bulletPoints = [ @@ -52,13 +52,13 @@ 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"}, ]; const testimonials = [