From 60b8d2bc2675f82df47cc0471f45933834153836 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 19:21:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 56048be..a7959ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,9 +53,9 @@ export default function LandingPage() { tag="Premier Dental Care" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/dental-clinic-interior-with-modern-dentistry-equipment-orange-color-stomatology-cabinet-with-nobody-it-orange-equipment-oral-treatment_482257-12486.jpg", imageAlt: "modern dental clinic interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/dental-clinic-interior-with-modern-dentistry-equipment-orange-color-stomatology-cabinet-with-nobody-it-orange-equipment-oral-treatment_482257-12486.jpg?_wi=1", imageAlt: "modern dental clinic interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-dentist-showing-digital-tablet-male-patient-treatment-dental-clinic_662251-2573.jpg", imageAlt: "dentist working with patient"} + imageSrc: "http://img.b2bpic.net/free-photo/young-dentist-showing-digital-tablet-male-patient-treatment-dental-clinic_662251-2573.jpg?_wi=1", imageAlt: "dentist working with patient"} ]} mediaAnimation="slide-up" rating={5} @@ -126,9 +126,9 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah J.", date: "Oct 2023", title: "Exceptional care!", quote: "The team made me feel comfortable immediately. Highly recommended clinic.", tag: "Regular checkup", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-dentist-patient-sitting-dental-office_651396-1900.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dental-clinic-interior-with-modern-dentistry-equipment-orange-color-stomatology-cabinet-with-nobody-it-orange-equipment-oral-treatment_482257-12486.jpg", imageAlt: "happy patient portrait"}, + id: "1", name: "Sarah J.", date: "Oct 2023", title: "Exceptional care!", quote: "The team made me feel comfortable immediately. Highly recommended clinic.", tag: "Regular checkup", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-dentist-patient-sitting-dental-office_651396-1900.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dental-clinic-interior-with-modern-dentistry-equipment-orange-color-stomatology-cabinet-with-nobody-it-orange-equipment-oral-treatment_482257-12486.jpg?_wi=2", imageAlt: "happy patient portrait"}, { - id: "2", name: "Michael T.", date: "Sep 2023", title: "Great technology", quote: "Modern office with very professional doctors. My smile has never looked better.", tag: "Whitening", avatarSrc: "http://img.b2bpic.net/free-photo/couple-suffering-from-infertility_23-2149430773.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-dentist-showing-digital-tablet-male-patient-treatment-dental-clinic_662251-2573.jpg", imageAlt: "happy patient portrait"}, + id: "2", name: "Michael T.", date: "Sep 2023", title: "Great technology", quote: "Modern office with very professional doctors. My smile has never looked better.", tag: "Whitening", avatarSrc: "http://img.b2bpic.net/free-photo/couple-suffering-from-infertility_23-2149430773.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-dentist-showing-digital-tablet-male-patient-treatment-dental-clinic_662251-2573.jpg?_wi=2", imageAlt: "happy patient portrait"}, { id: "3", name: "Linda R.", date: "Aug 2023", title: "Gentle dentist", quote: "I have fear of dentists but this place changed my perspective completely.", tag: "Extraction", avatarSrc: "http://img.b2bpic.net/free-photo/senior-woman-talking-phone-home_53876-123622.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-dentist-dentist-s-clinic_329181-20759.jpg", imageAlt: "happy patient portrait"}, { -- 2.49.1