From 7b471d6fac625ab352078cd2f500631185bbf50a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 08:24:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d07e45..b3a3b96 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,11 +69,11 @@ export default function LandingPage() { description="Painless, modern dental care in the heart of Doddanekkundi, Bengaluru." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-vector/dental-care-clinic-logo-template_742173-32500.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/dental-care-clinic-logo-template_742173-32500.jpg?_wi=1", imageAlt: "Healthy smile", }, { - imageSrc: "http://img.b2bpic.net/free-photo/illustration-dental-care-application-laptop_53876-124350.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/illustration-dental-care-application-laptop_53876-124350.jpg?_wi=1", imageAlt: "Healthy smile", }, { @@ -211,19 +211,19 @@ export default function LandingPage() { id: "s1", name: "Root Canal", price: "Expert Care", - imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4361.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4361.jpg?_wi=1", }, { id: "s2", name: "Dental Implants", price: "Lifetime Smile", - imageSrc: "http://img.b2bpic.net/free-vector/set-dental-problem-implant-icons-flat-style_1166-74.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/set-dental-problem-implant-icons-flat-style_1166-74.jpg?_wi=1", }, { id: "s3", name: "Teeth Cleaning", price: "Daily Freshness", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-3d-cinema-glasses-blue-background_23-2148188141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-3d-cinema-glasses-blue-background_23-2148188141.jpg?_wi=1", }, { id: "s4", @@ -287,7 +287,7 @@ export default function LandingPage() { quote: "The doctor explained my teeth condition clearly and made sure I understood the entire procedure.", tag: "Google Review", avatarSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", - imageSrc: "http://img.b2bpic.net/free-vector/dental-care-clinic-logo-template_742173-32500.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/dental-care-clinic-logo-template_742173-32500.jpg?_wi=2", imageAlt: "happy patient portrait", }, { @@ -298,7 +298,7 @@ export default function LandingPage() { quote: "Excellent experience for root canal and dental implant. Staff was friendly.", tag: "Google Review", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-doctor-female-nurse-personal-protective-equipment-looking-confident-professional_1258-121436.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4361.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4361.jpg?_wi=2", imageAlt: "happy patient portrait", }, { @@ -309,7 +309,7 @@ export default function LandingPage() { quote: "The clinic has such good aesthetics with well maintained equipment. Highly recommend.", tag: "Google Review", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", - imageSrc: "http://img.b2bpic.net/free-vector/set-dental-problem-implant-icons-flat-style_1166-74.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/set-dental-problem-implant-icons-flat-style_1166-74.jpg?_wi=2", imageAlt: "happy patient portrait", }, { @@ -320,7 +320,7 @@ export default function LandingPage() { quote: "Professional and reassuring. Made me feel at ease during the whole visit.", tag: "Google Review", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-doctor-wearing-medical-gown-wearing-stethoscope-bite-tongue-green-wall_141793-26995.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-3d-cinema-glasses-blue-background_23-2148188141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-3d-cinema-glasses-blue-background_23-2148188141.jpg?_wi=2", imageAlt: "happy patient portrait", }, { @@ -331,7 +331,7 @@ export default function LandingPage() { quote: "Best dental clinic in Doddanekkundi. Very modern equipment and friendly staff.", tag: "Google Review", avatarSrc: "http://img.b2bpic.net/free-photo/happy-african-american-healthcare-expert-looking-camera_637285-11471.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/illustration-dental-care-application-laptop_53876-124350.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/illustration-dental-care-application-laptop_53876-124350.jpg?_wi=2", imageAlt: "happy patient portrait", }, ]} -- 2.49.1