diff --git a/src/app/page.tsx b/src/app/page.tsx index ad0d59e..3074713 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,15 +79,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "VisionCare", name: "Comprehensive Eye Exam", price: "Professional Assessment", rating: 5, - reviewCount: "1,200+", imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923328.jpg", imageAlt: "Comprehensive eye examination" + reviewCount: "1,200+", imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923328.jpg?_wi=1", imageAlt: "Comprehensive eye examination" }, { id: "2", brand: "VisionCare", name: "Designer Glasses & Frames", price: "Wide Selection Available", rating: 5, - reviewCount: "950+", imageSrc: "http://img.b2bpic.net/free-photo/mom-girl-optician-shop_23-2148273196.jpg", imageAlt: "Eyeglasses fitting and selection" + reviewCount: "950+", imageSrc: "http://img.b2bpic.net/free-photo/mom-girl-optician-shop_23-2148273196.jpg?_wi=1", imageAlt: "Eyeglasses fitting and selection" }, { id: "3", brand: "VisionCare", name: "Contact Lens Services", price: "Expert Fitting & Care", rating: 5, - reviewCount: "800+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling-looking-happy-takesoff-her-glasses-looking_1258-202736.jpg", imageAlt: "Contact lens fitting consultation" + reviewCount: "800+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling-looking-happy-takesoff-her-glasses-looking_1258-202736.jpg?_wi=1", imageAlt: "Contact lens fitting consultation" } ]} gridVariant="three-columns-all-equal-width" @@ -123,13 +123,13 @@ export default function LandingPage() { title: "Board-Certified Optometrists", description: "Our team includes highly trained eye care professionals with extensive experience in all aspects of optometry and vision correction.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-scientist-posing_23-2148969945.jpg", imageAlt: "Professional optometry team" }, { - title: "State-of-the-Art Technology", description: "We utilize the latest diagnostic equipment and imaging technology to provide accurate prescriptions and detect eye diseases early.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923328.jpg", imageAlt: "Advanced eye examination technology" + title: "State-of-the-Art Technology", description: "We utilize the latest diagnostic equipment and imaging technology to provide accurate prescriptions and detect eye diseases early.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923328.jpg?_wi=2", imageAlt: "Advanced eye examination technology" }, { - title: "Wide Selection of Eyewear", description: "Choose from top designer brands and affordable frames. We offer the latest styles to suit every budget and preference.", imageSrc: "http://img.b2bpic.net/free-photo/mom-girl-optician-shop_23-2148273196.jpg", imageAlt: "Designer eyeglasses collection" + title: "Wide Selection of Eyewear", description: "Choose from top designer brands and affordable frames. We offer the latest styles to suit every budget and preference.", imageSrc: "http://img.b2bpic.net/free-photo/mom-girl-optician-shop_23-2148273196.jpg?_wi=2", imageAlt: "Designer eyeglasses collection" }, { - title: "Personalized Care Plans", description: "Each patient receives customized treatment recommendations based on their unique vision needs and lifestyle requirements.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling-looking-happy-takesoff-her-glasses-looking_1258-202736.jpg", imageAlt: "Contact lens consultation" + title: "Personalized Care Plans", description: "Each patient receives customized treatment recommendations based on their unique vision needs and lifestyle requirements.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling-looking-happy-takesoff-her-glasses-looking_1258-202736.jpg?_wi=2", imageAlt: "Contact lens consultation" } ]} gridVariant="bento-grid"