From c97c8a18b074463bbfc9a7ba6a0ff5716c7fb2af Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 03:59:44 +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 d2d3c39..e8f9d2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,23 +67,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/little-girl-dentist-s-chair-examination-process_651396-2246.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/little-girl-dentist-s-chair-examination-process_651396-2246.jpg?_wi=1", imageAlt: "Dentist with patient", }, { - imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19620.jpg?_wi=1", imageAlt: "Dental equipment", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-mother-with-little-girl-sitting-hospital-reception-lobby-attend-medical-consultation-with-appointment-waiting-room-area-healthcare-clinic-checkup-examination_482257-47694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-mother-with-little-girl-sitting-hospital-reception-lobby-attend-medical-consultation-with-appointment-waiting-room-area-healthcare-clinic-checkup-examination_482257-47694.jpg?_wi=1", imageAlt: "Waiting room", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-physiotherapist-posing_23-2148780764.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-physiotherapist-posing_23-2148780764.jpg?_wi=1", imageAlt: "Dentist portrait", }, { - imageSrc: "http://img.b2bpic.net/free-photo/goodlooking-male-dentist-standing-dental-office_651396-3120.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/goodlooking-male-dentist-standing-dental-office_651396-3120.jpg?_wi=1", imageAlt: "Clinic equipment", }, ]} @@ -117,7 +117,7 @@ export default function LandingPage() { "exams", "cleaning", ], - imageSrc: "http://img.b2bpic.net/free-photo/little-girl-dentist-s-chair-examination-process_651396-2246.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/little-girl-dentist-s-chair-examination-process_651396-2246.jpg?_wi=2", imageAlt: "Preventive", }, { @@ -127,7 +127,7 @@ export default function LandingPage() { "whitening", "veneers", ], - imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19620.jpg?_wi=2", imageAlt: "Cosmetic", }, { @@ -137,7 +137,7 @@ export default function LandingPage() { "crowns", "bridges", ], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-mother-with-little-girl-sitting-hospital-reception-lobby-attend-medical-consultation-with-appointment-waiting-room-area-healthcare-clinic-checkup-examination_482257-47694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-mother-with-little-girl-sitting-hospital-reception-lobby-attend-medical-consultation-with-appointment-waiting-room-area-healthcare-clinic-checkup-examination_482257-47694.jpg?_wi=2", imageAlt: "Restorative", }, ]} @@ -158,14 +158,14 @@ export default function LandingPage() { name: "Dr. Sarah Miller", role: "Lead Dentist", description: "15+ years experience in restorative dentistry.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-physiotherapist-posing_23-2148780764.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-physiotherapist-posing_23-2148780764.jpg?_wi=2", }, { id: "2", name: "Dr. John Doe", role: "Cosmetic Specialist", description: "Passionate about creating beautiful smiles.", - imageSrc: "http://img.b2bpic.net/free-photo/goodlooking-male-dentist-standing-dental-office_651396-3120.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/goodlooking-male-dentist-standing-dental-office_651396-3120.jpg?_wi=2", }, { id: "3", -- 2.49.1