Merge version_1 into main #3
@@ -7,7 +7,7 @@ import TeamCardTwo from "@/components/sections/team/TeamCardTwo";
|
||||
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Award, Heart, Info } from "lucide-react";
|
||||
import { Award, Heart, Info, Phone, Mail } from "lucide-react";
|
||||
|
||||
const navItems = [
|
||||
{ name: "Home", id: "home" },
|
||||
@@ -54,9 +54,13 @@ export default function AboutPage() {
|
||||
{
|
||||
id: "dr-urmila", name: "Dr. Urmila", role: "Lead Dentist & Founder", description: "Highly experienced dentist specializing in general and pediatric dentistry. Known for exceptional patient care, clear communication, and accurate diagnoses. Patients return for years because of the trust and comfort Dr. Urmila provides.", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-young-male-doctor-wearing-medical-robe-stethoscope-looking-front-isolated-purple-wall_141793-97855.jpg", imageAlt: "professional female doctor dentist portrait", socialLinks: [
|
||||
{
|
||||
icon: "Phone", url: "tel:+919876543210"},
|
||||
icon: Phone,
|
||||
url: "tel:+919876543210"
|
||||
},
|
||||
{
|
||||
icon: "Mail", url: "mailto:contact@srisaimadhu.com"},
|
||||
icon: Mail,
|
||||
url: "mailto:contact@srisaimadhu.com"
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -80,13 +84,16 @@ export default function AboutPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Trust & Integrity", description: "We build lasting relationships with our patients through honest communication, transparent pricing, and ethical practices.", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-treats-patients-teeth-stomatologist-working-with-professional-equipment_169016-67295.jpg", imageAlt: "experienced dentist professional consultation"},
|
||||
title: "Trust & Integrity", description: "We build lasting relationships with our patients through honest communication, transparent pricing, and ethical practices.", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-treats-patients-teeth-stomatologist-working-with-professional-equipment_169016-67295.jpg", imageAlt: "experienced dentist professional consultation"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Excellence in Care", description: "We continuously update our knowledge and skills to provide the best dental treatments using modern techniques and equipment.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-her-clean-orthodontist-office_23-2149195928.jpg", imageAlt: "sterile dental equipment sterilization"},
|
||||
title: "Excellence in Care", description: "We continuously update our knowledge and skills to provide the best dental treatments using modern techniques and equipment.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-her-clean-orthodontist-office_23-2149195928.jpg", imageAlt: "sterile dental equipment sterilization"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Patient Comfort", description: "We create a welcoming, anxiety-free environment where every patient feels heard, respected, and cared for throughout their treatment.", imageSrc: "http://img.b2bpic.net/free-photo/gynecologist-talking-with-young-female-patient-medical-consultation-modern-clinic-patient-with-gynecologist-consultation-gynecological-office_657921-133.jpg", imageAlt: "dentist explaining treatment patient consultation"},
|
||||
title: "Patient Comfort", description: "We create a welcoming, anxiety-free environment where every patient feels heard, respected, and cared for throughout their treatment.", imageSrc: "http://img.b2bpic.net/free-photo/gynecologist-talking-with-young-female-patient-medical-consultation-modern-clinic-patient-with-gynecologist-consultation-gynecological-office_657921-133.jpg", imageAlt: "dentist explaining treatment patient consultation"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -105,13 +112,17 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How long has the clinic been in practice?", content: "Sri Sai Madhu Dental Care has been serving the Yelahanka community for many years with consistent excellence and patient satisfaction. We've built a reputation based on trust and quality care."},
|
||||
id: "1", title: "How long has the clinic been in practice?", content: "Sri Sai Madhu Dental Care has been serving the Yelahanka community for many years with consistent excellence and patient satisfaction. We've built a reputation based on trust and quality care."
|
||||
},
|
||||
{
|
||||
id: "2", title: "What qualifications does Dr. Urmila have?", content: "Dr. Urmila is a highly qualified and experienced dentist with specialized training in general and pediatric dentistry. She stays updated with the latest advancements in dental science through continuous professional development."},
|
||||
id: "2", title: "What qualifications does Dr. Urmila have?", content: "Dr. Urmila is a highly qualified and experienced dentist with specialized training in general and pediatric dentistry. She stays updated with the latest advancements in dental science through continuous professional development."
|
||||
},
|
||||
{
|
||||
id: "3", title: "How many patients have we treated?", content: "We have successfully treated over 2000 satisfied patients. Each one of them is a testament to our commitment to quality care and patient satisfaction. Many patients visit us regularly and recommend us to their families and friends."},
|
||||
id: "3", title: "How many patients have we treated?", content: "We have successfully treated over 2000 satisfied patients. Each one of them is a testament to our commitment to quality care and patient satisfaction. Many patients visit us regularly and recommend us to their families and friends."
|
||||
},
|
||||
{
|
||||
id: "4", title: "What makes our clinic different?", content: "Our clinic stands out for its combination of experienced professionals, modern equipment, hygienic practices, transparent pricing, and genuine care for patient comfort. We treat every patient like family."},
|
||||
id: "4", title: "What makes our clinic different?", content: "Our clinic stands out for its combination of experienced professionals, modern equipment, hygienic practices, transparent pricing, and genuine care for patient comfort. We treat every patient like family."
|
||||
},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -129,47 +140,62 @@ export default function AboutPage() {
|
||||
{
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home", href: "/"},
|
||||
label: "Home", href: "/"
|
||||
},
|
||||
{
|
||||
label: "About", href: "/about"},
|
||||
label: "About", href: "/about"
|
||||
},
|
||||
{
|
||||
label: "Services", href: "/"},
|
||||
label: "Services", href: "/"
|
||||
},
|
||||
{
|
||||
label: "Reviews", href: "/"},
|
||||
label: "Reviews", href: "/"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "General Checkup", href: "/"},
|
||||
label: "General Checkup", href: "/"
|
||||
},
|
||||
{
|
||||
label: "Root Canal Treatment", href: "/"},
|
||||
label: "Root Canal Treatment", href: "/"
|
||||
},
|
||||
{
|
||||
label: "Kids Dentistry", href: "/"},
|
||||
label: "Kids Dentistry", href: "/"
|
||||
},
|
||||
{
|
||||
label: "Teeth Cleaning", href: "/"},
|
||||
label: "Teeth Cleaning", href: "/"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Phone", href: "tel:+919876543210"},
|
||||
label: "Phone", href: "tel:+919876543210"
|
||||
},
|
||||
{
|
||||
label: "Email", href: "mailto:contact@srisaimadhu.com"},
|
||||
label: "Email", href: "mailto:contact@srisaimadhu.com"
|
||||
},
|
||||
{
|
||||
label: "Location", href: "https://maps.google.com/?q=yelahanka+bangalore"},
|
||||
label: "Location", href: "https://maps.google.com/?q=yelahanka+bangalore"
|
||||
},
|
||||
{
|
||||
label: "Book Appointment", href: "/"},
|
||||
label: "Book Appointment", href: "/"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
label: "Privacy Policy", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
label: "Terms of Service", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Disclaimer", href: "#"},
|
||||
label: "Disclaimer", href: "#"
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
167
src/app/page.tsx
167
src/app/page.tsx
@@ -10,8 +10,9 @@ import TeamCardTwo from "@/components/sections/team/TeamCardTwo";
|
||||
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
||||
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Sparkles, Heart, Smile, Star, Shield, HelpCircle } from "lucide-react";
|
||||
import { Sparkles, Heart, Smile, Star, Shield, HelpCircle, Calendar, Phone, Mail } from "lucide-react";
|
||||
|
||||
const navItems = [
|
||||
{ name: "Home", id: "home" },
|
||||
@@ -56,20 +57,25 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment", href: "/contact"},
|
||||
text: "Book Appointment", href: "/contact"
|
||||
},
|
||||
{
|
||||
text: "Call Now", href: "tel:+919876543210"},
|
||||
text: "Call Now", href: "tel:+919876543210"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-showing-teeth-xray-computer-clinic_23-2147879118.jpg", imageAlt: "modern dental clinic interior white bright"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-showing-teeth-xray-computer-clinic_23-2147879118.jpg", imageAlt: "modern dental clinic interior white bright"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-white-t-shirt_273609-5812.jpg", imageAlt: "before after dental smile transformation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-white-t-shirt_273609-5812.jpg", imageAlt: "before after dental smile transformation"
|
||||
},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
ratingText="Trusted by 2000+ happy patients"
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -86,16 +92,20 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Experienced & Qualified", description: "Dr. Urmila brings years of professional expertise in general and pediatric dentistry with proven results.", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-treats-patients-teeth-stomatologist-working-with-professional-equipment_169016-67295.jpg", imageAlt: "experienced dentist professional consultation"},
|
||||
title: "Experienced & Qualified", description: "Dr. Urmila brings years of professional expertise in general and pediatric dentistry with proven results.", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-treats-patients-teeth-stomatologist-working-with-professional-equipment_169016-67295.jpg", imageAlt: "experienced dentist professional consultation"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Hygienic & Clean", description: "State-of-the-art sterilization protocols and immaculate clinic environment ensure patient safety and comfort.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-her-clean-orthodontist-office_23-2149195928.jpg", imageAlt: "sterile dental equipment sterilization"},
|
||||
title: "Hygienic & Clean", description: "State-of-the-art sterilization protocols and immaculate clinic environment ensure patient safety and comfort.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-her-clean-orthodontist-office_23-2149195928.jpg", imageAlt: "sterile dental equipment sterilization"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Patient-Focused", description: "Clear explanations, transparent pricing, and respectful treatment of your time and concerns.", imageSrc: "http://img.b2bpic.net/free-photo/gynecologist-talking-with-young-female-patient-medical-consultation-modern-clinic-patient-with-gynecologist-consultation-gynecological-office_657921-133.jpg", imageAlt: "dentist explaining treatment patient consultation"},
|
||||
title: "Patient-Focused", description: "Clear explanations, transparent pricing, and respectful treatment of your time and concerns.", imageSrc: "http://img.b2bpic.net/free-photo/gynecologist-talking-with-young-female-patient-medical-consultation-modern-clinic-patient-with-gynecologist-consultation-gynecological-office_657921-133.jpg", imageAlt: "dentist explaining treatment patient consultation"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Family-Friendly", description: "Specialized care for children and families with a warm, welcoming environment that reduces anxiety.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-patients-ophthalmologist-s-office_23-2150801427.jpg", imageAlt: "family friendly dental clinic kids smiling"},
|
||||
title: "Family-Friendly", description: "Specialized care for children and families with a warm, welcoming environment that reduces anxiety.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-patients-ophthalmologist-s-office_23-2150801427.jpg", imageAlt: "family friendly dental clinic kids smiling"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -114,17 +124,23 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "general-checkup", name: "General Dental Checkup", price: "From ₹500", variant: "Preventive Care", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-approving-dental-work_23-2148338139.jpg", imageAlt: "dental checkup examination routine care"},
|
||||
id: "general-checkup", name: "General Dental Checkup", price: "From ₹500", variant: "Preventive Care", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-approving-dental-work_23-2148338139.jpg", imageAlt: "dental checkup examination routine care"
|
||||
},
|
||||
{
|
||||
id: "teeth-cleaning", name: "Teeth Cleaning & Scaling", price: "From ₹1000", variant: "Hygiene", imageSrc: "http://img.b2bpic.net/free-photo/mixed-race-black-blonde-model-with-curly-hair-closeup-mouth-painted-with-bright-blue-lipstick-closeup-smilie_633478-801.jpg", imageAlt: "teeth cleaning scaling professional hygiene"},
|
||||
id: "teeth-cleaning", name: "Teeth Cleaning & Scaling", price: "From ₹1000", variant: "Hygiene", imageSrc: "http://img.b2bpic.net/free-photo/mixed-race-black-blonde-model-with-curly-hair-closeup-mouth-painted-with-bright-blue-lipstick-closeup-smilie_633478-801.jpg", imageAlt: "teeth cleaning scaling professional hygiene"
|
||||
},
|
||||
{
|
||||
id: "dental-fillings", name: "Dental Fillings", price: "From ₹2000", variant: "Restorative", imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-female-patient-with-tools_107420-65511.jpg", imageAlt: "dental filling cavity restoration treatment"},
|
||||
id: "dental-fillings", name: "Dental Fillings", price: "From ₹2000", variant: "Restorative", imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-female-patient-with-tools_107420-65511.jpg", imageAlt: "dental filling cavity restoration treatment"
|
||||
},
|
||||
{
|
||||
id: "rct", name: "Root Canal Treatment", price: "From ₹5000", variant: "Endodontics", imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-examining-patient-teeth-dental-office_651396-3092.jpg", imageAlt: "root canal treatment endodontic procedure"},
|
||||
id: "rct", name: "Root Canal Treatment", price: "From ₹5000", variant: "Endodontics", imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-examining-patient-teeth-dental-office_651396-3092.jpg", imageAlt: "root canal treatment endodontic procedure"
|
||||
},
|
||||
{
|
||||
id: "extraction", name: "Tooth Extraction", price: "From ₹1500", variant: "Surgical", imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-67022.jpg", imageAlt: "tooth extraction surgical dental procedure"},
|
||||
id: "extraction", name: "Tooth Extraction", price: "From ₹1500", variant: "Surgical", imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-67022.jpg", imageAlt: "tooth extraction surgical dental procedure"
|
||||
},
|
||||
{
|
||||
id: "pediatric", name: "Kids Dentistry", price: "From ₹800", variant: "Pediatric", imageSrc: "http://img.b2bpic.net/free-photo/little-teenage-girl-is-resting-lying-white-sheet-outside_169016-59599.jpg", imageAlt: "pediatric dentistry children dental care"},
|
||||
id: "pediatric", name: "Kids Dentistry", price: "From ₹800", variant: "Pediatric", imageSrc: "http://img.b2bpic.net/free-photo/little-teenage-girl-is-resting-lying-white-sheet-outside_169016-59599.jpg", imageAlt: "pediatric dentistry children dental care"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -145,17 +161,23 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Vishwas Rao", handle: "Verified Patient", testimonial: "My experience with dental treatment at this clinic has been outstanding. Dr. Urmila explains procedures clearly and keeps appointments on time. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-short-hair_273609-15369.jpg", imageAlt: "happy patient satisfied smile portrait"},
|
||||
id: "1", name: "Vishwas Rao", handle: "Verified Patient", testimonial: "My experience with dental treatment at this clinic has been outstanding. Dr. Urmila explains procedures clearly and keeps appointments on time. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-short-hair_273609-15369.jpg", imageAlt: "happy patient satisfied smile portrait"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Vijayakumar D.S.", handle: "Verified Patient", testimonial: "Dr. Urmila is a very good dentist. The treatment was smooth and the pricing is reasonable. I felt comfortable throughout the procedure.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-995.jpg", imageAlt: "satisfied patient happy dental experience"},
|
||||
id: "2", name: "Vijayakumar D.S.", handle: "Verified Patient", testimonial: "Dr. Urmila is a very good dentist. The treatment was smooth and the pricing is reasonable. I felt comfortable throughout the procedure.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-995.jpg", imageAlt: "satisfied patient happy dental experience"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Srinivasulu P", handle: "Verified Patient", testimonial: "One of the best dental clinics in Yelahanka. Very clean and hygienic with friendly doctors. I've been coming here for years now.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-angry-expression_1194-2114.jpg", imageAlt: "elderly patient happy satisfied smile"},
|
||||
id: "3", name: "Srinivasulu P", handle: "Verified Patient", testimonial: "One of the best dental clinics in Yelahanka. Very clean and hygienic with friendly doctors. I've been coming here for years now.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-angry-expression_1194-2114.jpg", imageAlt: "elderly patient happy satisfied smile"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Priya Sharma", handle: "Verified Patient", testimonial: "Great with kids! My daughter was nervous about her first dental visit, but Dr. Urmila made it so comfortable. She actually looks forward to appointments now.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-girl-cozy-sweater-happily-looking-camera-colorful-background_574295-2481.jpg", imageAlt: "happy woman satisfied smile patient"},
|
||||
id: "4", name: "Priya Sharma", handle: "Verified Patient", testimonial: "Great with kids! My daughter was nervous about her first dental visit, but Dr. Urmila made it so comfortable. She actually looks forward to appointments now.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-girl-cozy-sweater-happily-looking-camera-colorful-background_574295-2481.jpg", imageAlt: "happy woman satisfied smile patient"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Rajesh Kumar", handle: "Verified Patient", testimonial: "Excellent dental care and accurate diagnosis. Dr. Urmila took time to explain everything and answered all my questions. Best dental clinic in the area.", imageSrc: "http://img.b2bpic.net/free-photo/guy-showing-three-fingers_1149-165.jpg", imageAlt: "professional man happy satisfied portrait"},
|
||||
id: "5", name: "Rajesh Kumar", handle: "Verified Patient", testimonial: "Excellent dental care and accurate diagnosis. Dr. Urmila took time to explain everything and answered all my questions. Best dental clinic in the area.", imageSrc: "http://img.b2bpic.net/free-photo/guy-showing-three-fingers_1149-165.jpg", imageAlt: "professional man happy satisfied portrait"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Anjali Nair", handle: "Verified Patient", testimonial: "Professional, punctual, and patient-focused. The clinic feels very hygienic and the staff is friendly. Highly satisfied with my treatment.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-portrait-magnificent-young-sensual-model-with-long-brown-hairs-shy-cute-smile-natural-pure-beauty-soft-make-up_291049-1736.jpg", imageAlt: "happy woman professional smile portrait"},
|
||||
id: "6", name: "Anjali Nair", handle: "Verified Patient", testimonial: "Professional, punctual, and patient-focused. The clinic feels very hygienic and the staff is friendly. Highly satisfied with my treatment.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-portrait-magnificent-young-sensual-model-with-long-brown-hairs-shy-cute-smile-natural-pure-beauty-soft-make-up_291049-1736.jpg", imageAlt: "happy woman professional smile portrait"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -175,13 +197,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "100%", title: "Sterilized Equipment", description: "All instruments undergo advanced sterilization protocols between every patient."},
|
||||
id: "1", value: "100%", title: "Sterilized Equipment", description: "All instruments undergo advanced sterilization protocols between every patient.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-her-clean-orthodontist-office_23-2149195928.jpg", imageAlt: "sterile dental equipment sterilization"
|
||||
},
|
||||
{
|
||||
id: "2", value: "Daily", title: "Deep Cleaning", description: "Clinic surfaces are sanitized and deep-cleaned daily with medical-grade disinfectants."},
|
||||
id: "2", value: "Daily", title: "Deep Cleaning", description: "Clinic surfaces are sanitized and deep-cleaned daily with medical-grade disinfectants.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-her-clean-orthodontist-office_23-2149195928.jpg", imageAlt: "sterile dental equipment sterilization"
|
||||
},
|
||||
{
|
||||
id: "3", value: "2000+", title: "Happy Patients", description: "Years of trusted service with consistently high hygiene standards and patient satisfaction."},
|
||||
id: "3", value: "2000+", title: "Happy Patients", description: "Years of trusted service with consistently high hygiene standards and patient satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-her-clean-orthodontist-office_23-2149195928.jpg", imageAlt: "sterile dental equipment sterilization"
|
||||
},
|
||||
{
|
||||
id: "4", value: "Latest", title: "Technology", description: "Modern dental equipment ensures precision, safety, and comfort for all treatments."},
|
||||
id: "4", value: "Latest", title: "Technology", description: "Modern dental equipment ensures precision, safety, and comfort for all treatments.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-her-clean-orthodontist-office_23-2149195928.jpg", imageAlt: "sterile dental equipment sterilization"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -201,17 +227,23 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How often should I visit the dentist?", content: "We recommend visiting for a check-up and cleaning every 6 months. If you have specific dental issues, Dr. Urmila will advise a more frequent schedule."},
|
||||
id: "1", title: "How often should I visit the dentist?", content: "We recommend visiting for a check-up and cleaning every 6 months. If you have specific dental issues, Dr. Urmila will advise a more frequent schedule."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Do you treat children and families?", content: "Yes! We specialize in pediatric dentistry and family dental care. Dr. Urmila is especially skilled at making children comfortable, and we have a warm, welcoming environment for all ages."},
|
||||
id: "2", title: "Do you treat children and families?", content: "Yes! We specialize in pediatric dentistry and family dental care. Dr. Urmila is especially skilled at making children comfortable, and we have a warm, welcoming environment for all ages."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What are your clinic hours?", content: "We're open Monday to Saturday, 9 AM to 1 PM and 2 PM to 7 PM. Sunday is closed. We accept emergency appointments based on availability."},
|
||||
id: "3", title: "What are your clinic hours?", content: "We're open Monday to Saturday, 9 AM to 1 PM and 2 PM to 7 PM. Sunday is closed. We accept emergency appointments based on availability."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Are your prices reasonable and transparent?", content: "Absolutely. We offer competitive pricing and always explain costs upfront. No hidden charges. We believe quality dental care should be accessible."},
|
||||
id: "4", title: "Are your prices reasonable and transparent?", content: "Absolutely. We offer competitive pricing and always explain costs upfront. No hidden charges. We believe quality dental care should be accessible."
|
||||
},
|
||||
{
|
||||
id: "5", title: "How is your clinic sanitized?", content: "We follow strict sterilization protocols with autoclave sterilization for all instruments, daily deep cleaning with medical-grade disinfectants, and proper disposal of biohazardous materials."},
|
||||
id: "5", title: "How is your clinic sanitized?", content: "We follow strict sterilization protocols with autoclave sterilization for all instruments, daily deep cleaning with medical-grade disinfectants, and proper disposal of biohazardous materials."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Do you accept insurance?", content: "We accept most insurance plans. Please contact us to verify your coverage. We also offer flexible payment options for treatments."},
|
||||
id: "6", title: "Do you accept insurance?", content: "We accept most insurance plans. Please contact us to verify your coverage. We also offer flexible payment options for treatments."
|
||||
},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -220,6 +252,34 @@ export default function HomePage() {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Contact Section */}
|
||||
<div id="contact-section" data-section="contact-section">
|
||||
<div className="mx-auto px-4 md:px-6">
|
||||
<ContactFaq
|
||||
ctaTitle="Ready to Book Your Appointment?"
|
||||
ctaDescription="Don't wait for dental problems to get worse. Schedule your consultation with Dr. Urmila today and take the first step toward a healthier smile."
|
||||
ctaButton={{ text: "Book Now", href: "/contact" }}
|
||||
ctaIcon={Calendar}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What's the best time to book an appointment?", content: "You can book anytime! We recommend calling ahead to check availability. We try to accommodate both working professionals and students with flexible timings."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Is there emergency availability?", content: "Yes, we handle dental emergencies. Call us immediately if you have severe pain or injury, and we'll fit you in as soon as possible."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What should I bring to my first visit?", content: "Bring any insurance cards, a valid ID, and a list of medications you're taking. If you have previous dental records, those are helpful too."
|
||||
},
|
||||
{
|
||||
id: "4", title: "How long does a typical appointment last?", content: "A routine check-up takes about 30-45 minutes. Complex treatments may take longer. Dr. Urmila will inform you of the expected duration during booking."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
@@ -229,47 +289,62 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home", href: "/"},
|
||||
label: "Home", href: "/"
|
||||
},
|
||||
{
|
||||
label: "About", href: "/about"},
|
||||
label: "About", href: "/about"
|
||||
},
|
||||
{
|
||||
label: "Services", href: "/"},
|
||||
label: "Services", href: "/"
|
||||
},
|
||||
{
|
||||
label: "Reviews", href: "/"},
|
||||
label: "Reviews", href: "/"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "General Checkup", href: "/"},
|
||||
label: "General Checkup", href: "/"
|
||||
},
|
||||
{
|
||||
label: "Root Canal Treatment", href: "/"},
|
||||
label: "Root Canal Treatment", href: "/"
|
||||
},
|
||||
{
|
||||
label: "Kids Dentistry", href: "/"},
|
||||
label: "Kids Dentistry", href: "/"
|
||||
},
|
||||
{
|
||||
label: "Teeth Cleaning", href: "/"},
|
||||
label: "Teeth Cleaning", href: "/"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Phone", href: "tel:+919876543210"},
|
||||
label: "Phone", href: "tel:+919876543210"
|
||||
},
|
||||
{
|
||||
label: "Email", href: "mailto:contact@srisaimadhu.com"},
|
||||
label: "Email", href: "mailto:contact@srisaimadhu.com"
|
||||
},
|
||||
{
|
||||
label: "Location", href: "https://maps.google.com/?q=yelahanka+bangalore"},
|
||||
label: "Location", href: "https://maps.google.com/?q=yelahanka+bangalore"
|
||||
},
|
||||
{
|
||||
label: "Book Appointment", href: "/"},
|
||||
label: "Book Appointment", href: "/"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
label: "Privacy Policy", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
label: "Terms of Service", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Disclaimer", href: "#"},
|
||||
label: "Disclaimer", href: "#"
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user