Update src/app/page.tsx

This commit is contained in:
2026-03-03 05:52:51 +00:00
parent b5035f53f2
commit e91c961d22

View File

@@ -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}
/>
</div>
@@ -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() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
testimonials={[
{ id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg?_wi=1", imageAlt: "happy patient smiling woman satisfied customer professional portrait healthcare patient" },
{ id: "2", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-healthcare-expert-looking-camera_637285-11471.jpg?_wi=1", imageAlt: "happy patient smiling man satisfied client professional headshot healthcare professional" },
{ id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg", imageAlt: "happy patient smiling woman satisfied customer professional portrait healthcare patient" },
{ id: "2", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-healthcare-expert-looking-camera_637285-11471.jpg", imageAlt: "happy patient smiling man satisfied client professional headshot healthcare professional" },
{ id: "3", name: "Neha Patel", imageSrc: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg", imageAlt: "happy patient smiling woman satisfied customer professional portrait healthcare testimonial" },
{ id: "4", name: "Arun Singh", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg", imageAlt: "happy patient smiling person satisfied client professional headshot healthcare patient" },
{ id: "5", name: "Anjali Gupta", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg?_wi=2", imageAlt: "happy patient smiling woman satisfied customer professional portrait healthcare patient" },
{ id: "6", name: "Vikram Desai", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-healthcare-expert-looking-camera_637285-11471.jpg?_wi=2", imageAlt: "happy patient smiling man satisfied client professional headshot healthcare professional" }
{ id: "5", name: "Anjali Gupta", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg", imageAlt: "happy patient smiling woman satisfied customer professional portrait healthcare patient" },
{ id: "6", name: "Vikram Desai", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-healthcare-expert-looking-camera_637285-11471.jpg", imageAlt: "happy patient smiling man satisfied client professional headshot healthcare professional" }
]}
cardTitle="Good doctor and friendly environment. Polite, soft natured doctor. Excellent in her work. Great experience and best service."
cardTag="Patient Reviews"
cardTagIcon={Heart}
cardAnimation="entrance-slide"
cardAnimation="blur-reveal"
useInvertedBackground={true}
/>
</div>
@@ -159,7 +159,7 @@ export default function DentalRepublic() {
<ContactSplit
tag="Special Offer"
tagIcon={Gift}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
title="Free Dental Checkup for New Patients"
description="Limited Time Offer - Experience our exceptional care with a complimentary consultation. Call now to book your appointment and discover why 260+ patients trust Dental Republic."
background={{ variant: "sparkles-gradient" }}
@@ -179,7 +179,7 @@ export default function DentalRepublic() {
description="Find answers to common questions about our dental services and care approach"
tag="Help & Support"
tagIcon={HelpCircle}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/mid-adult-dentist-showing-digital-tablet-female-patient-treatment-dental-clinic_662251-2594.jpg"
imageAlt="Dental FAQ Support"
mediaAnimation="slide-up"
@@ -204,7 +204,7 @@ export default function DentalRepublic() {
id: "6", title: "Do you have transparent pricing?", content: "Yes, we believe in affordable and transparent pricing. We provide detailed cost estimates before any treatment so you know exactly what to expect. No hidden charges or surprises."
}
]}
faqsAnimation="entrance-slide"
faqsAnimation="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
animationType="smooth"
@@ -215,7 +215,7 @@ export default function DentalRepublic() {
<ContactSplit
tag="Get in Touch"
tagIcon={Phone}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
title="Schedule Your Appointment Today"
description="Visit Dental Republic for gentle, professional dental care. Our friendly team is ready to help you achieve optimal oral health. Call us or use the form below to book your visit."
background={{ variant: "plain" }}