diff --git a/src/app/page.tsx b/src/app/page.tsx index 57ec2a8..640ea99 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,10 +117,10 @@ export default function LandingPage() { title: "General Dental Checkup", description: "Regular examination and professional cleaning to maintain optimal oral health", icon: Microscope, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-sitting-beside-patient-dental-office_651396-3411.jpg?_wi=1", imageAlt: "Professional dental checkup examination" + imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-sitting-beside-patient-dental-office_651396-3411.jpg", imageAlt: "Professional dental checkup examination" }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-baby-dentist-female-her-dental-office_627829-9383.jpg?_wi=1", imageAlt: "Modern dental clinic interior" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-baby-dentist-female-her-dental-office_627829-9383.jpg", imageAlt: "Modern dental clinic interior" } ] }, @@ -128,10 +128,10 @@ export default function LandingPage() { title: "Root Canal Treatment", description: "Advanced endodontic treatment to save your natural tooth and eliminate pain", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/dentist-explaining-dental-hygiene-female-patient_23-2147862034.jpg?_wi=1", imageAlt: "Professional dental treatment" + imageSrc: "http://img.b2bpic.net/free-photo/dentist-explaining-dental-hygiene-female-patient_23-2147862034.jpg", imageAlt: "Professional dental treatment" }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-patient-lying-dentist-chair-looking-teeth-x-ray-screen_23-2147879119.jpg?_wi=1", imageAlt: "Advanced dental equipment" + imageSrc: "http://img.b2bpic.net/free-photo/female-patient-lying-dentist-chair-looking-teeth-x-ray-screen_23-2147879119.jpg", imageAlt: "Advanced dental equipment" } ] }, @@ -139,10 +139,10 @@ export default function LandingPage() { title: "Tooth Cleaning & Scaling", description: "Professional cleaning to remove tartar and plaque, keeping gums healthy", icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-baby-dentist-female-her-dental-office_627829-9383.jpg?_wi=2", imageAlt: "Professional cleaning service" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-baby-dentist-female-her-dental-office_627829-9383.jpg", imageAlt: "Professional cleaning service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-sitting-beside-patient-dental-office_651396-3411.jpg?_wi=2", imageAlt: "Dental hygiene care" + imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-sitting-beside-patient-dental-office_651396-3411.jpg", imageAlt: "Dental hygiene care" } ] }, @@ -150,10 +150,10 @@ export default function LandingPage() { title: "Tooth Filling & Restoration", description: "High-quality restorations using modern materials for natural-looking results", icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/dentist-explaining-dental-hygiene-female-patient_23-2147862034.jpg?_wi=2", imageAlt: "Dental restoration treatment" + imageSrc: "http://img.b2bpic.net/free-photo/dentist-explaining-dental-hygiene-female-patient_23-2147862034.jpg", imageAlt: "Dental restoration treatment" }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-patient-lying-dentist-chair-looking-teeth-x-ray-screen_23-2147879119.jpg?_wi=2", imageAlt: "Professional dental materials" + imageSrc: "http://img.b2bpic.net/free-photo/female-patient-lying-dentist-chair-looking-teeth-x-ray-screen_23-2147879119.jpg", imageAlt: "Professional dental materials" } ] }, @@ -164,7 +164,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-holding-dental-model-hands-concept-dentistry-dental-treatment_169016-67449.jpg", imageAlt: "Cosmetic dentistry treatment" }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-baby-dentist-female-her-dental-office_627829-9383.jpg?_wi=3", imageAlt: "Modern dental clinic space" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-baby-dentist-female-her-dental-office_627829-9383.jpg", imageAlt: "Modern dental clinic space" } ] }, @@ -172,10 +172,10 @@ export default function LandingPage() { title: "Dental Pain Treatment", description: "Expert care to diagnose and treat tooth pain with gentle, effective solutions", icon: AlertCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/dentist-explaining-dental-hygiene-female-patient_23-2147862034.jpg?_wi=3", imageAlt: "Professional pain management" + imageSrc: "http://img.b2bpic.net/free-photo/dentist-explaining-dental-hygiene-female-patient_23-2147862034.jpg", imageAlt: "Professional pain management" }, { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-nurse-with-digital-tablet_107420-84817.jpg?_wi=1", imageAlt: "Caring dental professionals" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-nurse-with-digital-tablet_107420-84817.jpg", imageAlt: "Caring dental professionals" } ] }, @@ -186,7 +186,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-busy-woman-sitting-alone-conference-room_285396-2410.jpg", imageAlt: "Comfortable clinic environment" }, { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-nurse-with-digital-tablet_107420-84817.jpg?_wi=2", imageAlt: "Friendly dental team" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-nurse-with-digital-tablet_107420-84817.jpg", imageAlt: "Friendly dental team" } ] } @@ -260,7 +260,7 @@ export default function LandingPage() {