diff --git a/src/app/page.tsx b/src/app/page.tsx index b7c58d8..148005f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,7 +88,7 @@ export default function DentalClinicPage() { reverse: false }, { - id: "2", title: "Modern Technology & Equipment", description: "We use the latest dental technology to ensure accurate diagnostics and effective treatments with minimal discomfort.", media: { imageSrc: "http://img.b2bpic.net/free-photo/dentist-office-doctor-practice-concept-professional-african-american-doctor-dentistry-medical-pointing-teeth-xray_627829-14128.jpg" }, + id: "2", title: "Modern Technology & Equipment", description: "We use the latest dental technology to ensure accurate diagnostics and effective treatments with minimal discomfort.", media: { imageSrc: "http://img.b2bpic.net/free-photo/dentist-office-doctor-practice-concept-professional-african-american-doctor-dentistry-medical-pointing-teeth-xray_627829-14128.jpg?_wi=1" }, items: [ { icon: Zap, text: "Advanced imaging systems" }, { icon: Shield, text: "Sterilized instruments" }, @@ -109,11 +109,11 @@ export default function DentalClinicPage() { description="Explore our comprehensive range of dental services designed to meet all your oral health needs with expertise and care." tag="Our Services" products={[ - { id: "1", name: "Tooth Extraction", price: "Safe & Painless", imageSrc: "http://img.b2bpic.net/free-photo/health-medical-doctor-dentist-dentistry_1303-971.jpg", imageAlt: "Tooth extraction procedure" }, - { id: "2", name: "Wisdom Tooth Treatment", price: "Same-Day Relief", imageSrc: "http://img.b2bpic.net/free-photo/health-medical-doctor-dentist-dentistry_1303-971.jpg", imageAlt: "Wisdom tooth extraction" }, + { id: "1", name: "Tooth Extraction", price: "Safe & Painless", imageSrc: "http://img.b2bpic.net/free-photo/health-medical-doctor-dentist-dentistry_1303-971.jpg?_wi=1", imageAlt: "Tooth extraction procedure" }, + { id: "2", name: "Wisdom Tooth Treatment", price: "Same-Day Relief", imageSrc: "http://img.b2bpic.net/free-photo/health-medical-doctor-dentist-dentistry_1303-971.jpg?_wi=2", imageAlt: "Wisdom tooth extraction" }, { id: "3", name: "Teeth Cleaning & Scaling", price: "15 Minutes", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-receiving-dental-treatment_107420-65455.jpg", imageAlt: "Professional teeth cleaning" }, { id: "4", name: "Artificial Dentures", price: "Natural-Looking", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-posing-smiling-against-blue-background_23-2149310385.jpg", imageAlt: "Comfortable artificial dentures" }, - { id: "5", name: "Dental X-Rays", price: "Advanced Imaging", imageSrc: "http://img.b2bpic.net/free-photo/dentist-office-doctor-practice-concept-professional-african-american-doctor-dentistry-medical-pointing-teeth-xray_627829-14128.jpg", imageAlt: "Dental imaging technology" }, + { id: "5", name: "Dental X-Rays", price: "Advanced Imaging", imageSrc: "http://img.b2bpic.net/free-photo/dentist-office-doctor-practice-concept-professional-african-american-doctor-dentistry-medical-pointing-teeth-xray_627829-14128.jpg?_wi=2", imageAlt: "Dental imaging technology" }, { id: "6", name: "General Dental Care", price: "Comprehensive Solutions", imageSrc: "http://img.b2bpic.net/free-photo/dentist-utensils-ready-use_23-2149195869.jpg", imageAlt: "General dental care treatment" } ]} gridVariant="three-columns-all-equal-width"