From 8c22c4df64582753c1f4795a4672dd57491ae94e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 09:00:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d34f054..8c9309c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,22 +69,22 @@ export default function LandingPage() { carouselItems={[ { id: "1", imageSrc: - "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg", imageAlt: "dental clinic modern dentistry treatment room professional healthcare"}, + "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg?_wi=1", imageAlt: "dental clinic modern dentistry treatment room professional healthcare"}, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-woman-having-examination-while-sitting-dental-chair-clinic_613910-17749.jpg", imageAlt: "dental procedure treatment dentist patient care"}, { id: "3", imageSrc: - "http://img.b2bpic.net/free-photo/empty-hospital-reception-counter-hallway-waiting-room-seats-medical-examination-appointment-with-physician-registration-desk-with-waiting-area-help-patients-with-disease-diagnosis_482257-51632.jpg", imageAlt: "dental clinic interior reception waiting area modern healthcare"}, + "http://img.b2bpic.net/free-photo/empty-hospital-reception-counter-hallway-waiting-room-seats-medical-examination-appointment-with-physician-registration-desk-with-waiting-area-help-patients-with-disease-diagnosis_482257-51632.jpg?_wi=1", imageAlt: "dental clinic interior reception waiting area modern healthcare"}, { id: "4", imageSrc: - "http://img.b2bpic.net/free-photo/dental-chair-with-medical-tools_140725-7681.jpg", imageAlt: "dental chair treatment equipment modern dentistry clinical"}, + "http://img.b2bpic.net/free-photo/dental-chair-with-medical-tools_140725-7681.jpg?_wi=1", imageAlt: "dental chair treatment equipment modern dentistry clinical"}, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/big-happiness-beautiful-woman_329181-1147.jpg", imageAlt: "patient smiling happy smile dental success satisfied"}, { id: "6", imageSrc: - "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg", imageAlt: "dental equipment modern technology healthcare clinic"}, + "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg?_wi=2", imageAlt: "dental equipment modern technology healthcare clinic"}, ]} autoPlay={true} autoPlayInterval={5000} @@ -201,10 +201,10 @@ export default function LandingPage() { products={[ { id: "1", name: "Modern Treatment Rooms", price: "State-of-Art", variant: "Equipped with latest technology", imageSrc: - "http://img.b2bpic.net/free-photo/dental-chair-with-medical-tools_140725-7681.jpg", imageAlt: "dental chair treatment equipment modern dentistry clinical"}, + "http://img.b2bpic.net/free-photo/dental-chair-with-medical-tools_140725-7681.jpg?_wi=2", imageAlt: "dental chair treatment equipment modern dentistry clinical"}, { id: "2", name: "Professional Reception", price: "Welcoming", variant: "Dedicated reception and waiting area", imageSrc: - "http://img.b2bpic.net/free-photo/empty-hospital-reception-counter-hallway-waiting-room-seats-medical-examination-appointment-with-physician-registration-desk-with-waiting-area-help-patients-with-disease-diagnosis_482257-51632.jpg", imageAlt: "dental clinic interior reception waiting area modern healthcare"}, + "http://img.b2bpic.net/free-photo/empty-hospital-reception-counter-hallway-waiting-room-seats-medical-examination-appointment-with-physician-registration-desk-with-waiting-area-help-patients-with-disease-diagnosis_482257-51632.jpg?_wi=2", imageAlt: "dental clinic interior reception waiting area modern healthcare"}, { id: "3", name: "Air-Conditioned Clinic", price: "Comfortable", variant: "Climate-controlled environment", imageSrc: "http://img.b2bpic.net/free-photo/people-watching-news-tv_23-2149718956.jpg", imageAlt: "comfort patient care relaxation healthcare"}, @@ -242,7 +242,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg" + imageSrc="http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg?_wi=3" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email" -- 2.49.1