diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx index 8738ae3..ff0e14f 100644 --- a/src/app/collections/page.tsx +++ b/src/app/collections/page.tsx @@ -50,28 +50,28 @@ export default function CollectionsPage() { id: "01", title: "Casual Wear", description: "Comfortable everyday styles perfect for work, shopping, and relaxation", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-outdoor_624325-645.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-outdoor_624325-645.jpg?_wi=2", imageAlt: "Casual wear collection", }, { id: "02", title: "Formal Dresses", description: "Elegant formal wear for special occasions, weddings, and evening events", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-fancy-dress-walking-down-street-fashion-beauty-makeup-evening-dress-smiling-girl-posing-model-luxury-wearing-accessories-blonde-volume-hair-lipstick-eyes-perfect_343629-184.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-fancy-dress-walking-down-street-fashion-beauty-makeup-evening-dress-smiling-girl-posing-model-luxury-wearing-accessories-blonde-volume-hair-lipstick-eyes-perfect_343629-184.jpg?_wi=2", imageAlt: "Formal dress collection", }, { id: "03", title: "Active & Sports", description: "Performance-driven activewear for gym, yoga, and outdoor activities", - imageSrc: "http://img.b2bpic.net/free-photo/female-sitting-studio-near-gray-wall_158538-3587.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-sitting-studio-near-gray-wall_158538-3587.jpg?_wi=2", imageAlt: "Active and sports wear", }, { id: "04", title: "Accessories", description: "Complete your look with premium bags, belts, scarves, and jewelry", - imageSrc: "http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg?_wi=2", imageAlt: "Fashion accessories collection", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 4300bf8..4803aa6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,42 +76,42 @@ export default function HomePage() { id: "1", name: "Elegant Summer Dress", price: "$89.99", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-fashionable-clothes-walking-down-street_839833-3813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-fashionable-clothes-walking-down-street_839833-3813.jpg?_wi=1", imageAlt: "Elegant summer dress in floral print", }, { id: "2", name: "Classic White Blazer", price: "$129.99", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2740.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2740.jpg?_wi=1", imageAlt: "Classic white blazer for professional wear", }, { id: "3", name: "Denim Jacket", price: "$99.99", - imageSrc: "http://img.b2bpic.net/free-photo/woman-model-demonstrating-winter-cloths_1303-16949.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-model-demonstrating-winter-cloths_1303-16949.jpg?_wi=1", imageAlt: "Vintage-style denim jacket", }, { id: "4", name: "Silk Evening Gown", price: "$249.99", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-evening-dress-sitting-chair_285396-7788.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-evening-dress-sitting-chair_285396-7788.jpg?_wi=1", imageAlt: "Luxurious silk evening gown", }, { id: "5", name: "Casual T-Shirt", price: "$34.99", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-looking-away_23-2148665449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-looking-away_23-2148665449.jpg?_wi=1", imageAlt: "Comfortable casual t-shirt", }, { id: "6", name: "Wide-Leg Trousers", price: "$119.99", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-outside-street_1303-14337.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-outside-street_1303-14337.jpg?_wi=1", imageAlt: "Tailored wide-leg trousers", }, ]} @@ -134,28 +134,28 @@ export default function HomePage() { id: "01", title: "Casual Wear", description: "Comfortable everyday styles perfect for work, shopping, and relaxation", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-outdoor_624325-645.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-outdoor_624325-645.jpg?_wi=1", imageAlt: "Casual wear collection", }, { id: "02", title: "Formal Dresses", description: "Elegant formal wear for special occasions, weddings, and evening events", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-fancy-dress-walking-down-street-fashion-beauty-makeup-evening-dress-smiling-girl-posing-model-luxury-wearing-accessories-blonde-volume-hair-lipstick-eyes-perfect_343629-184.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-fancy-dress-walking-down-street-fashion-beauty-makeup-evening-dress-smiling-girl-posing-model-luxury-wearing-accessories-blonde-volume-hair-lipstick-eyes-perfect_343629-184.jpg?_wi=1", imageAlt: "Formal dress collection", }, { id: "03", title: "Active & Sports", description: "Performance-driven activewear for gym, yoga, and outdoor activities", - imageSrc: "http://img.b2bpic.net/free-photo/female-sitting-studio-near-gray-wall_158538-3587.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-sitting-studio-near-gray-wall_158538-3587.jpg?_wi=1", imageAlt: "Active and sports wear", }, { id: "04", title: "Accessories", description: "Complete your look with premium bags, belts, scarves, and jewelry", - imageSrc: "http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg?_wi=1", imageAlt: "Fashion accessories collection", }, ]} diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 33a7108..f4bb2a8 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -50,42 +50,42 @@ export default function ProductsPage() { id: "1", name: "Elegant Summer Dress", price: "$89.99", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-fashionable-clothes-walking-down-street_839833-3813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-fashionable-clothes-walking-down-street_839833-3813.jpg?_wi=2", imageAlt: "Elegant summer dress in floral print", }, { id: "2", name: "Classic White Blazer", price: "$129.99", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2740.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2740.jpg?_wi=2", imageAlt: "Classic white blazer for professional wear", }, { id: "3", name: "Denim Jacket", price: "$99.99", - imageSrc: "http://img.b2bpic.net/free-photo/woman-model-demonstrating-winter-cloths_1303-16949.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-model-demonstrating-winter-cloths_1303-16949.jpg?_wi=2", imageAlt: "Vintage-style denim jacket", }, { id: "4", name: "Silk Evening Gown", price: "$249.99", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-evening-dress-sitting-chair_285396-7788.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-evening-dress-sitting-chair_285396-7788.jpg?_wi=2", imageAlt: "Luxurious silk evening gown", }, { id: "5", name: "Casual T-Shirt", price: "$34.99", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-looking-away_23-2148665449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-looking-away_23-2148665449.jpg?_wi=2", imageAlt: "Comfortable casual t-shirt", }, { id: "6", name: "Wide-Leg Trousers", price: "$119.99", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-outside-street_1303-14337.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-outside-street_1303-14337.jpg?_wi=2", imageAlt: "Tailored wide-leg trousers", }, ]}