From 86d46d5958ef59c0552a432060313ac264d685c1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:20:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bf6721d..84ace1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,8 +48,8 @@ export default function LandingPage() { { text: "Call: +91-XXXXX XXXXX", href: "tel:+91XXXXX" } ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/stylish-beautiful-spacious-dental-clinic_8353-9586.jpg", imageAlt: "Modern dental clinic interior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/stylish-beautiful-spacious-dental-clinic_8353-9586.jpg", imageAlt: "Clean dental treatment area" } + { imageSrc: "http://img.b2bpic.net/free-photo/stylish-beautiful-spacious-dental-clinic_8353-9586.jpg?_wi=1", imageAlt: "Modern dental clinic interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/stylish-beautiful-spacious-dental-clinic_8353-9586.jpg?_wi=2", imageAlt: "Clean dental treatment area" } ]} autoplayDelay={4000} showDimOverlay={true} @@ -94,8 +94,8 @@ export default function LandingPage() { description="Experienced clinicians dedicated to your oral health and comfort" members={[ { id: "1", name: "Dr. Mohan", role: "Chief Dentist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-joyful-male-doctor_171337-1489.jpg", imageAlt: "Dr. Mohan - Chief Dentist" }, - { id: "2", name: "Dr. Manasa", role: "General Dentist", imageSrc: "http://img.b2bpic.net/free-photo/smiley-nurse-with-stethoscope_23-2148740054.jpg", imageAlt: "Dr. Manasa - General Dentist" }, - { id: "3", name: "Dr. Monika", role: "Restorative Specialist", imageSrc: "http://img.b2bpic.net/free-photo/smiley-nurse-with-stethoscope_23-2148740054.jpg", imageAlt: "Dr. Monika - Restorative Specialist" }, + { id: "2", name: "Dr. Manasa", role: "General Dentist", imageSrc: "http://img.b2bpic.net/free-photo/smiley-nurse-with-stethoscope_23-2148740054.jpg?_wi=1", imageAlt: "Dr. Manasa - General Dentist" }, + { id: "3", name: "Dr. Monika", role: "Restorative Specialist", imageSrc: "http://img.b2bpic.net/free-photo/smiley-nurse-with-stethoscope_23-2148740054.jpg?_wi=2", imageAlt: "Dr. Monika - Restorative Specialist" }, { id: "4", name: "Dr. Hema", role: "Periodontist", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-work_23-2149485515.jpg", imageAlt: "Dr. Hema - Periodontist" } ]} gridVariant="uniform-all-items-equal" @@ -108,10 +108,10 @@ export default function LandingPage() {