From 890231bb79e0d0c3647d9e2194b9c8eb853d1ff7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:55:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 184ac17..7670833 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,8 +56,8 @@ export default function DentalRepublic() { carouselItems={[ { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-patient-gesturing-ok-sign-front-two-male-dentist_23-2147862057.jpg", imageAlt: "dental clinic modern dentist office professional dental clean teeth smiling patients" }, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-showing-xray-pictures-teeth-tablet_651396-1391.jpg", imageAlt: "dentist professional dental care friendly doctor modern clinic patient comfort" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/checkup-dentist-tool-instrument-young_1301-3124.jpg", imageAlt: "dental checkup teeth cleaning dental examination professional care oral health" }, - { id: "4", 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 dentistry smile design teeth whitening dental aesthetics beautiful smile" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/checkup-dentist-tool-instrument-young_1301-3124.jpg?_wi=1", imageAlt: "dental checkup teeth cleaning dental examination professional care oral health" }, + { id: "4", 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 dentistry smile design teeth whitening dental aesthetics beautiful smile" }, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-checking-patient_23-2149103569.jpg", imageAlt: "dental implants tooth replacement implant restoration modern dentistry complete smile" }, { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/doctor-doing-their-work-pediatrics-office_23-2149224181.jpg", imageAlt: "pediatric dentistry children dental kid friendly dentist family dental care gentle pediatric" } ]} @@ -93,16 +93,16 @@ export default function DentalRepublic() { buttonAnimation="blur-reveal" features={[ { - id: 1, title: "Dental Checkups", description: "Routine examinations to maintain optimal oral health and catch issues early.", imageSrc: "http://img.b2bpic.net/free-photo/checkup-dentist-tool-instrument-young_1301-3124.jpg", imageAlt: "dental checkup teeth cleaning dental examination professional care oral health" + id: 1, title: "Dental Checkups", description: "Routine examinations to maintain optimal oral health and catch issues early.", imageSrc: "http://img.b2bpic.net/free-photo/checkup-dentist-tool-instrument-young_1301-3124.jpg?_wi=2", imageAlt: "dental checkup teeth cleaning dental examination professional care oral health" }, { id: 2, title: "Root Canal Treatment", description: "Gentle, effective treatment to save your natural tooth with minimal discomfort.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-using-dental-implant-machine-implantology-procedure_651396-3118.jpg", imageAlt: "root canal dental treatment tooth care dental procedure modern equipment" }, { - id: 3, title: "Teeth Cleaning & Scaling", description: "Professional cleaning to remove plaque, tartar, and restore your smile's brightness.", imageSrc: "http://img.b2bpic.net/free-photo/checkup-dentist-tool-instrument-young_1301-3124.jpg", imageAlt: "dental checkup teeth cleaning dental examination professional care oral health" + id: 3, title: "Teeth Cleaning & Scaling", description: "Professional cleaning to remove plaque, tartar, and restore your smile's brightness.", imageSrc: "http://img.b2bpic.net/free-photo/checkup-dentist-tool-instrument-young_1301-3124.jpg?_wi=3", imageAlt: "dental checkup teeth cleaning dental examination professional care oral health" }, { - id: 4, title: "Cosmetic Dentistry", description: "Transform your smile with modern cosmetic solutions tailored to your goals.", 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 dentistry smile design teeth whitening dental aesthetics beautiful smile" + id: 4, title: "Cosmetic Dentistry", description: "Transform your smile with modern cosmetic solutions tailored to your goals.", 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: "cosmetic dentistry smile design teeth whitening dental aesthetics beautiful smile" } ]} textboxLayout="default" @@ -140,12 +140,12 @@ export default function DentalRepublic() {