diff --git a/src/app/page.tsx b/src/app/page.tsx index f3cb1bf..373e21b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,27 +69,27 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-spacious-office-dentist_8353-9976.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-spacious-office-dentist_8353-9976.jpg?_wi=1", imageAlt: "Luxury clinic interior", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/skin-care-beauty-close-up-beautiful-young-woman-with-natural-makeup-white-smile-white_176420-40710.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/skin-care-beauty-close-up-beautiful-young-woman-with-natural-makeup-white-smile-white_176420-40710.jpg?_wi=1", imageAlt: "Perfect white smile", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/handicapped-young-woman-office-low-view_23-2148497295.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handicapped-young-woman-office-low-view_23-2148497295.jpg?_wi=1", imageAlt: "Clinic lobby", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4424.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4424.jpg?_wi=1", imageAlt: "Modern dental tools", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/female-patient-front-male-dentist-holding-dental-jaw_23-2147862031.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-patient-front-male-dentist-holding-dental-jaw_23-2147862031.jpg?_wi=1", imageAlt: "Doctor consultation", }, { diff --git a/src/app/testimonials/page.tsx b/src/app/testimonials/page.tsx index f06b672..15704ff 100644 --- a/src/app/testimonials/page.tsx +++ b/src/app/testimonials/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { quote: "My smile has never looked better. Professional service!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-happy-male-dentist-looking-camera_23-2147862093.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-spacious-office-dentist_8353-9976.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-spacious-office-dentist_8353-9976.jpg?_wi=2", imageAlt: "dentist portrait professional", }, { @@ -74,7 +74,7 @@ export default function LandingPage() { quote: "I feel like a new person after my implant procedure.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-doctor-wearing-medical-robe-stethoscope-around-his-neck-standing-looking-front-isolated-white-wall_141793-97551.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/skin-care-beauty-close-up-beautiful-young-woman-with-natural-makeup-white-smile-white_176420-40710.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/skin-care-beauty-close-up-beautiful-young-woman-with-natural-makeup-white-smile-white_176420-40710.jpg?_wi=2", imageAlt: "dentist portrait professional", }, { @@ -85,7 +85,7 @@ export default function LandingPage() { quote: "The most professional clinic I have ever visited.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/healthy-hospital-smile-background-job_1303-532.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/handicapped-young-woman-office-low-view_23-2148497295.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handicapped-young-woman-office-low-view_23-2148497295.jpg?_wi=2", imageAlt: "dentist portrait professional", }, { @@ -96,7 +96,7 @@ export default function LandingPage() { quote: "Instant and painless whitening. Highly recommended!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-female-dentist-woman-crossed-arms-standing-her-dentistry-office-near-chair_627829-1369.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4424.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4424.jpg?_wi=2", imageAlt: "dentist portrait professional", }, { @@ -107,7 +107,7 @@ export default function LandingPage() { quote: "My confidence has skyrocketed. Thank you Luxe Smile!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/female-dentist-sitting-chair-stomatology-cabinet_651396-2212.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/female-patient-front-male-dentist-holding-dental-jaw_23-2147862031.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-patient-front-male-dentist-holding-dental-jaw_23-2147862031.jpg?_wi=2", imageAlt: "dentist portrait professional", }, ]}