From 6e31604ebfeddcb005fa80bb9f89cbf4f4d65cd8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 09:23:02 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index b9dfd91..f8536f7 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -93,35 +93,35 @@ export default function ServicesPage() { id: 1, title: "Prescription Glasses", description: "Professional eye exams and custom frame fitting. Our opticians ensure perfect fit and optimal vision correction for your unique needs.", - imageSrc: "http://img.b2bpic.net/free-photo/spectacles-notebook-laptop-office-desk_23-2147879883.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spectacles-notebook-laptop-office-desk_23-2147879883.jpg?_wi=2", imageAlt: "prescription glasses display professional optical", }, { id: 2, title: "Sunglasses", description: "UV protection with stylish designs and quality lenses. Protect your eyes while staying fashionable with our premium sunglasses collection.", - imageSrc: "http://img.b2bpic.net/free-photo/colored-transparent-sunglasses-still-life_23-2150163186.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colored-transparent-sunglasses-still-life_23-2150163186.jpg?_wi=2", imageAlt: "stylish sunglasses uv protection eyewear", }, { id: 3, title: "Vision Testing", description: "Comprehensive eye exams to ensure optimal vision. Our advanced equipment detects issues early, ensuring healthy eyesight for the future.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-getting-her-eyes-checked_23-2150758539.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-getting-her-eyes-checked_23-2150758539.jpg?_wi=2", imageAlt: "eye exam test vision optometrist equipment", }, { id: 4, title: "Lens Replacement", description: "Update scratched or old lenses while keeping frames. Extend the life of your favorite frames with our professional lens replacement service.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-carpenter-with-tool-safety-glasses_23-2148813323.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-carpenter-with-tool-safety-glasses_23-2148813323.jpg?_wi=2", imageAlt: "optical lens replacement close up", }, { id: 5, title: "Frame Repair", description: "Professional adjustments and repair services available. From loose screws to bent frames, we fix it all with precision and care.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-pair-glasses-hand-showing-other-pair-with-other-hand_23-2148429658.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-pair-glasses-hand-showing-other-pair-with-other-hand_23-2148429658.jpg?_wi=2", imageAlt: "glasses repair professional technician workbench", }, ]} @@ -150,7 +150,7 @@ export default function ServicesPage() { 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=2", imageAlt: "men eyeglasses frames classic styles", }, { @@ -160,7 +160,7 @@ export default function ServicesPage() { 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=2", imageAlt: "women stylish eyeglasses frames modern", }, { @@ -170,7 +170,7 @@ export default function ServicesPage() { 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=2", imageAlt: "children colorful eyeglasses frames kids", }, { @@ -180,7 +180,7 @@ export default function ServicesPage() { 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=2", imageAlt: "stylish sunglasses collection display variety", }, ]} @@ -239,7 +239,7 @@ export default function ServicesPage() {