diff --git a/src/app/page.tsx b/src/app/page.tsx index d01489d..184ac17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,18 +46,18 @@ export default function DentalRepublic() { description="5-Star Rated Dental Clinic with 260+ Happy Patients. Gentle, patient-focused dental care using modern technology. Experience comfort, hygiene, and long-term oral health for your entire family." tag="Rated 5.0 by 260+ Patients" tagIcon={Star} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" background={{ variant: "plain" }} buttons={[ { text: "Call Now: 093073 90018", href: "tel:09307390018" }, { text: "Book Appointment", href: "#contact" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" 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?_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: "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: "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" } ]} @@ -75,7 +75,7 @@ export default function DentalRepublic() { buttons={[ { text: "Schedule Consultation", href: "#contact" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" useInvertedBackground={false} /> @@ -86,23 +86,23 @@ export default function DentalRepublic() { description="Comprehensive dental solutions tailored to your family's needs" tag="Complete Care" tagIcon={Smile} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" buttons={[ { text: "Explore All Services", href: "#" } ]} - buttonAnimation="entrance-slide" + 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?_wi=2", 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", 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: 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?_wi=3", 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", 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?_wi=2", 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", imageAlt: "cosmetic dentistry smile design teeth whitening dental aesthetics beautiful smile" } ]} textboxLayout="default" @@ -116,7 +116,7 @@ export default function DentalRepublic() { description="Your trusted partner in family dental care with a commitment to excellence" tag="Our Commitment" tagIcon={Award} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" metrics={[ { id: "1", value: "5.0", title: "Google Rating", items: ["260+ verified reviews", "Industry-leading satisfaction", "Trusted by the community"] @@ -140,17 +140,17 @@ export default function DentalRepublic() {