diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index e89fb5b..39e50de 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -103,7 +103,7 @@ export default function ProductsPage() { price: "Affordable", rating: 5, reviewCount: "50+", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-glasses-brick-wall_176420-14692.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-glasses-brick-wall_176420-14692.jpg?_wi=3", imageAlt: "men eyeglasses frames classic styles", }, { @@ -113,7 +113,7 @@ export default function ProductsPage() { price: "Premium", rating: 5, reviewCount: "45+", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-glasses_23-2147654266.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-glasses_23-2147654266.jpg?_wi=3", imageAlt: "women stylish eyeglasses frames modern", }, { @@ -123,7 +123,7 @@ export default function ProductsPage() { price: "Kid-Friendly", rating: 5, reviewCount: "35+", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-girl-with-sunglasses_23-2148843663.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-girl-with-sunglasses_23-2148843663.jpg?_wi=3", imageAlt: "children colorful eyeglasses frames kids", }, { @@ -133,7 +133,7 @@ export default function ProductsPage() { price: "Stylish", rating: 5, reviewCount: "60+", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-sitting-backyard-using-phone_1303-22121.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-sitting-backyard-using-phone_1303-22121.jpg?_wi=3", imageAlt: "stylish sunglasses collection display variety", }, ]} @@ -158,7 +158,7 @@ export default function ProductsPage() { name: "Fatima M.", role: "Local Resident", testimonial: "Quality service and great welcome. They really took time to find the perfect frames for me.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-typing-her-laptop_231208-13559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-typing-her-laptop_231208-13559.jpg?_wi=2", imageAlt: "happy woman smiling portrait professional", }, { @@ -166,7 +166,7 @@ export default function ProductsPage() { name: "Hassan K.", role: "Professional", testimonial: "Professional and helpful. The staff is knowledgeable and friendly.", - imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-wearing-casual-clothes-showing-palm-hand-doing-ok-gesture-with-thumbs-up-smiling-happy-cheerful_839833-6565.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-wearing-casual-clothes-showing-palm-hand-doing-ok-gesture-with-thumbs-up-smiling-happy-cheerful_839833-6565.jpg?_wi=2", imageAlt: "professional man smiling portrait headshot", }, { @@ -174,7 +174,7 @@ export default function ProductsPage() { name: "Aisha L.", role: "Parent", testimonial: "My kids were nervous about glasses, but the team made them feel comfortable. Highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-grey-turtleneck_273609-13556.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-grey-turtleneck_273609-13556.jpg?_wi=2", imageAlt: "happy woman portrait smiling face", }, { @@ -182,7 +182,7 @@ export default function ProductsPage() { name: "Mohammed S.", role: "Business Owner", testimonial: "Best prices in the area with excellent customer service. Worth the visit!", - imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg?_wi=2", imageAlt: "confident man portrait professional headshot", }, { @@ -190,7 +190,7 @@ export default function ProductsPage() { name: "Nadia R.", role: "Senior Resident", testimonial: "Very patient with my vision needs. They explained everything clearly.", - imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2721.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2721.jpg?_wi=2", imageAlt: "senior woman smiling happy portrait", }, { @@ -198,7 +198,7 @@ export default function ProductsPage() { name: "Omar Z.", role: "Student", testimonial: "Affordable frames and fast service. Got my glasses in no time!", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-caucasian-young-guy-wearing-pink-shirt-isolated-orange-background_141793-38611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-caucasian-young-guy-wearing-pink-shirt-isolated-orange-background_141793-38611.jpg?_wi=2", imageAlt: "young man student portrait smiling", }, ]} @@ -208,7 +208,7 @@ export default function ProductsPage() {