From e51097a04923cfc70962090419032ace93febfe9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 13:07:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d78705..047da9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,9 +54,9 @@ export default function LandingPage() { buttonAnimation="slide-up" background={{ variant: "aurora" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23915.jpg", imageAlt: "Modern dental clinic reception area" }, - { imageSrc: "http://img.b2bpic.net/free-photo/female-patient-opening-her-mouth-doctor-look-her-throat-otolaryngologist-examines-sore-throat-patient_657921-185.jpg", imageAlt: "Professional dental examination" }, - { imageSrc: "http://img.b2bpic.net/free-photo/dentist-work-young-woman-dentist-treating-kid-tooth-dentistry-concept_169016-67119.jpg", imageAlt: "Professional teeth cleaning service" } + { imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23915.jpg?_wi=1", imageAlt: "Modern dental clinic reception area" }, + { imageSrc: "http://img.b2bpic.net/free-photo/female-patient-opening-her-mouth-doctor-look-her-throat-otolaryngologist-examines-sore-throat-patient_657921-185.jpg?_wi=1", imageAlt: "Professional dental examination" }, + { imageSrc: "http://img.b2bpic.net/free-photo/dentist-work-young-woman-dentist-treating-kid-tooth-dentistry-concept_169016-67119.jpg?_wi=1", imageAlt: "Professional teeth cleaning service" } ]} ariaLabel="Dental clinic hero section" /> @@ -91,11 +91,11 @@ export default function LandingPage() { features={[ { id: "exam", title: "Preventive Exams", author: "Regular Care", description: "Comprehensive dental examinations and cleanings to prevent cavities, gum disease, and other oral health issues.", tags: ["Prevention", "Checkup", "Health"], - imageSrc: "http://img.b2bpic.net/free-photo/female-patient-opening-her-mouth-doctor-look-her-throat-otolaryngologist-examines-sore-throat-patient_657921-185.jpg", imageAlt: "Professional dental examination" + imageSrc: "http://img.b2bpic.net/free-photo/female-patient-opening-her-mouth-doctor-look-her-throat-otolaryngologist-examines-sore-throat-patient_657921-185.jpg?_wi=2", imageAlt: "Professional dental examination" }, { id: "cleaning", title: "Professional Cleaning", author: "Hygiene", description: "Professional deep cleaning to remove tartar and plaque, keeping your teeth and gums healthy.", tags: ["Hygiene", "Cleaning", "Prevention"], - imageSrc: "http://img.b2bpic.net/free-photo/dentist-work-young-woman-dentist-treating-kid-tooth-dentistry-concept_169016-67119.jpg", imageAlt: "Professional teeth cleaning" + imageSrc: "http://img.b2bpic.net/free-photo/dentist-work-young-woman-dentist-treating-kid-tooth-dentistry-concept_169016-67119.jpg?_wi=2", imageAlt: "Professional teeth cleaning" }, { id: "cosmetic", title: "Cosmetic Dentistry", author: "Aesthetics", description: "Teeth whitening, veneers, and smile design to enhance your appearance and boost confidence.", tags: ["Whitening", "Veneers", "Smile"], @@ -219,7 +219,7 @@ export default function LandingPage() { title="Get In Touch" description="Ready to schedule your appointment or have questions? Contact us today and our friendly team will be happy to help." useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23915.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23915.jpg?_wi=2" imageAlt="DentalCare Clinic contact" mediaAnimation="slide-up" mediaPosition="right"