diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 63e78cc..b3aa75e 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { price: "$280", rating: 4.8, reviewCount: "250", - imageSrc: "http://img.b2bpic.net/free-photo/stunning-sensual-woman-portrait-wearing-silver-sunglasses_291049-1416.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stunning-sensual-woman-portrait-wearing-silver-sunglasses_291049-1416.jpg?_wi=2", imageAlt: "elegant round frame glasses isolated", }, { @@ -77,7 +77,7 @@ export default function LandingPage() { price: "$250", rating: 4.5, reviewCount: "180", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-wearing-black-hat-eyeglasses-looking-camera_23-2148066857.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-wearing-black-hat-eyeglasses-looking-camera_23-2148066857.jpg?_wi=2", imageAlt: "classic square frame eyeglasses", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { price: "$320", rating: 4.9, reviewCount: "310", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-wearing-black-sunglasses-hat-against-wall_23-2148066860.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-wearing-black-sunglasses-hat-against-wall_23-2148066860.jpg?_wi=2", imageAlt: "trendy cat-eye sunglasses fashion", }, { @@ -97,7 +97,7 @@ export default function LandingPage() { price: "$300", rating: 4.7, reviewCount: "200", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRYGmY24KONkKiVONCV5vtQJ1o/uploaded-1774453292132-v43wrked.jpg", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRYGmY24KONkKiVONCV5vtQJ1o/uploaded-1774453292132-v43wrked.jpg?_wi=2", imageAlt: "classic aviator sunglasses", }, ]} @@ -152,13 +152,13 @@ export default function LandingPage() { { title: "Designer Eyeglasses", description: "Discover a sophisticated range of prescription frames from leading designers.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-optical-sunglasses-grey-desk-with-silver-bracelets-isolated-sight-vision-eyes_140725-18286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-optical-sunglasses-grey-desk-with-silver-bracelets-isolated-sight-vision-eyes_140725-18286.jpg?_wi=2", imageAlt: "wide selection of stylish eyeglasses frames", }, { title: "Premium Sunglasses", description: "Protect your eyes with style. Explore our collection of high-performance and fashionable sunglasses.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-wearing-black-sunglasses-hat-against-wall_23-2148066860.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-wearing-black-sunglasses-hat-against-wall_23-2148066860.jpg?_wi=3", imageAlt: "trendy cat-eye sunglasses fashion", }, ]}