From 120966f1fb39ff790357d457d1eac0deb50531c1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:09:03 +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 aad1f07..49e2e8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,22 +75,22 @@ export default function LandingPage() { description="From routine checkups to advanced cosmetic procedures, we provide the full spectrum of dental care tailored to your needs." features={[ { - id: "01", title: "General Dentistry", description: "Regular checkups, cleanings, fillings, and preventative care to maintain your oral health.", imageSrc: "http://img.b2bpic.net/free-photo/checkup-dentist-tool-instrument-young_1301-3124.jpg?_wi=1", imageAlt: "General dental services" + id: "01", title: "General Dentistry", description: "Regular checkups, cleanings, fillings, and preventative care to maintain your oral health.", imageSrc: "http://img.b2bpic.net/free-photo/checkup-dentist-tool-instrument-young_1301-3124.jpg", imageAlt: "General dental services" }, { id: "02", title: "Emergency Dental Care", description: "Same-day appointments when available. Professional examination and treatment for urgent dental issues.", imageSrc: "http://img.b2bpic.net/free-photo/medical-nurse-examining-patient-paing-writing-dental-problem-clipboard-while-sitting-dental-hospital-office_482257-4882.jpg", imageAlt: "Emergency dental treatment" }, { - id: "03", title: "Hygienist Services", description: "Professional cleaning and oral hygiene guidance from our experienced dental hygienists.", imageSrc: "http://img.b2bpic.net/free-photo/checkup-dentist-tool-instrument-young_1301-3124.jpg?_wi=2", imageAlt: "Professional hygiene services" + id: "03", title: "Hygienist Services", description: "Professional cleaning and oral hygiene guidance from our experienced dental hygienists.", imageSrc: "http://img.b2bpic.net/free-photo/checkup-dentist-tool-instrument-young_1301-3124.jpg", imageAlt: "Professional hygiene services" }, { - id: "04", title: "Cosmetic Dentistry", description: "Teeth whitening, veneers, and smile makeovers to enhance your natural smile.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-young-beautiful-smiling-woman-looking-trendy-girl-casual-summer-hoodie-skirt-clothes_158538-1429.jpg?_wi=1", imageAlt: "Cosmetic dental procedures" + id: "04", title: "Cosmetic Dentistry", description: "Teeth whitening, veneers, and smile makeovers to enhance your natural smile.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-young-beautiful-smiling-woman-looking-trendy-girl-casual-summer-hoodie-skirt-clothes_158538-1429.jpg", imageAlt: "Cosmetic dental procedures" }, { id: "05", title: "Facial Care", description: "Advanced facial aesthetics treatments including rejuvenation and anti-ageing therapies.", imageSrc: "http://img.b2bpic.net/free-photo/beautician-spa-beauty-salon-applies-cream-client-s-face-girl-lies-cosmetology-table_343596-4278.jpg", imageAlt: "Facial care treatments" }, { - id: "06", title: "Retainers & Repairs", description: "Expert repair and replacement services for retainers and other orthodontic appliances.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-young-beautiful-smiling-woman-looking-trendy-girl-casual-summer-hoodie-skirt-clothes_158538-1429.jpg?_wi=2", imageAlt: "Retainer repairs and replacements" + id: "06", title: "Retainers & Repairs", description: "Expert repair and replacement services for retainers and other orthodontic appliances.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-young-beautiful-smiling-woman-looking-trendy-girl-casual-summer-hoodie-skirt-clothes_158538-1429.jpg", imageAlt: "Retainer repairs and replacements" } ]} gridVariant="three-columns-all-equal-width" @@ -166,7 +166,7 @@ export default function LandingPage() { }, { id: "3", name: "David Patel", role: "Emergency Patient", company: "Referred by Colleague", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg?_wi=1", imageAlt: "David Patel patient testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg", imageAlt: "David Patel patient testimonial" }, { id: "4", name: "Sophie Williams", role: "Regular Patient", company: "5+ Year Member", rating: 5, @@ -174,7 +174,7 @@ export default function LandingPage() { }, { id: "5", name: "James O'Connor", role: "Cosmetic Patient", company: "Smile Makeover", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg?_wi=2", imageAlt: "James O'Connor patient testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg", imageAlt: "James O'Connor patient testimonial" }, { id: "6", name: "Olivia Hughes", role: "New Patient", company: "Recently Joined", rating: 5, -- 2.49.1