From 2ddd74bd35ff2efdd7d6f62203510b010fb8a0e7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 08:17:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78f9144..6236db5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,7 +118,7 @@ export default function LandingPage() { title: "Affordable Pricing", description: "Luxury vision care and stylish eyewear don't have to break the bank. We offer competitive pricing for all budgets.", icon: DollarSign, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/contact-lenses-eyes-with-container-their-storage_185193-162006.jpg", imageAlt: "Affordable pricing for sunglasses"}, + imageSrc: "http://img.b2bpic.net/free-photo/contact-lenses-eyes-with-container-their-storage_185193-162006.jpg?_wi=1", imageAlt: "Affordable pricing for sunglasses"}, { imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-hipster-woman-trendy-summer-clothes-sexy-carefree-woman-posing-street-background-sunset-positive-model-outdoors-cheerful-happy-sunglasses_158538-26039.jpg", imageAlt: "Affordable pricing for sunglasses"}, ] @@ -127,7 +127,7 @@ export default function LandingPage() { title: "Expert Guidance", description: "Our experienced optometrists provide precise eye testing and personalized recommendations for your optimal vision.", icon: Eye, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-749.jpg", imageAlt: "Expert eye testing guidance"}, + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-749.jpg?_wi=1", imageAlt: "Expert eye testing guidance"}, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-getting-her-eyes-checked_23-2150758541.jpg", imageAlt: "Expert eye testing guidance"}, ] @@ -150,13 +150,13 @@ export default function LandingPage() { { id: "product-2", name: "Premium Sunglasses", price: "Starting from ₹2499", variant: "UV protection & polarized options", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-female-with-cheeeful-expression-wears-trendy-red-sunglasses_273609-3299.jpg", imageAlt: "Luxury sunglasses"}, { - id: "product-3", name: "Contact Lenses", price: "Starting from ₹899", variant: "Daily, weekly & monthly options", imageSrc: "http://img.b2bpic.net/free-photo/contact-lenses-eyes-with-container-their-storage_185193-162006.jpg", imageAlt: "Contact lenses pack"}, + id: "product-3", name: "Contact Lenses", price: "Starting from ₹899", variant: "Daily, weekly & monthly options", imageSrc: "http://img.b2bpic.net/free-photo/contact-lenses-eyes-with-container-their-storage_185193-162006.jpg?_wi=2", imageAlt: "Contact lenses pack"}, { id: "product-4", name: "Comprehensive Eye Testing", price: "Book Now", variant: "Advanced diagnostic services", imageSrc: "http://img.b2bpic.net/free-photo/doctor-testing-patient-eyesight_23-2149230049.jpg", imageAlt: "Eye testing equipment"}, { id: "product-5", name: "Designer Frames Collection", price: "Explore Styles", variant: "Latest fashion trends", imageSrc: "http://img.b2bpic.net/free-photo/glasses-white-background-straight-view-advertising-photo-rounded-metal-eyewear-fashion-optical-concept_1157-41959.jpg", imageAlt: "Variety of designer frames"}, { - id: "product-6", name: "Kids Eyewear", price: "Starting from ₹1299", variant: "Durable & playful designs", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-749.jpg", imageAlt: "Colorful kids eyewear"}, + id: "product-6", name: "Kids Eyewear", price: "Starting from ₹1299", variant: "Durable & playful designs", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-749.jpg?_wi=2", imageAlt: "Colorful kids eyewear"}, ]} title="Our Products & Services" description="Discover our extensive range of vision solutions and stylish eyewear for every need." -- 2.49.1