From 7af3dd0c4c79b35412a9bb1d4438d60c29137e62 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 23:21:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 348234b..3df3196 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,10 +75,10 @@ export default function LandingPage() { title="Our Comprehensive Dental Services" description="Discover a full range of services designed to keep your smile healthy and bright." products={[ - { id: "1", brand: "General Dentistry", name: "Regular Check-ups & Cleanings", price: "Starting at $99", rating: 5, reviewCount: "1.2k", imageSrc: "https://img.b2bpic.net/free-photo/female-patient-opening-her-mouth-doctor-look-her-throat-otolaryngologist-examines-sore-throat-patient_657921-196.jpg", imageAlt: "Dentist performing a check-up" }, + { id: "1", brand: "General Dentistry", name: "Regular Check-ups & Cleanings", price: "Starting at $99", rating: 5, reviewCount: "1.2k", imageSrc: "https://img.b2bpic.net/free-photo/female-patient-opening-her-mouth-doctor-look-her-throat-otolaryngologist-examines-sore-throat-patient_657921-196.jpg?_wi=1", imageAlt: "Dentist performing a check-up" }, { id: "2", brand: "Cosmetic Dentistry", name: "Teeth Whitening", price: "Starting at $250", rating: 4, reviewCount: "850", imageSrc: "https://img.b2bpic.net/free-photo/portrait-young-woman_93675-131882.jpg", imageAlt: "Bright white teeth after treatment" }, { id: "3", brand: "Restorative Dentistry", name: "Root Canal Therapy", price: "Consultation", rating: 5, reviewCount: "430", imageSrc: "https://img.b2bpic.net/free-photo/model-tooth-dentist-doctor-shows-patient-tooth-reception-dentist-s-office_1157-40926.jpg", imageAlt: "Dental X-ray showing root canal" }, - { id: "4", brand: "Preventive Care", name: "Fluoride Treatments", price: "Starting at $50", rating: 5, reviewCount: "600", imageSrc: "https://img.b2bpic.net/free-photo/female-patient-opening-her-mouth-doctor-look-her-throat-otolaryngologist-examines-sore-throat-patient_657921-196.jpg", imageAlt: "Dental professional applying fluoride" } + { id: "4", brand: "Preventive Care", name: "Fluoride Treatments", price: "Starting at $50", rating: 5, reviewCount: "600", imageSrc: "https://img.b2bpic.net/free-photo/female-patient-opening-her-mouth-doctor-look-her-throat-otolaryngologist-examines-sore-throat-patient_657921-196.jpg?_wi=2", imageAlt: "Dental professional applying fluoride" } ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -136,12 +136,12 @@ export default function LandingPage() {