Update src/app/page.tsx
This commit is contained in:
321
src/app/page.tsx
321
src/app/page.tsx
@@ -21,7 +21,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -38,9 +38,7 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "📞 Call Now",
|
||||
href: "tel:09920211287",
|
||||
}}
|
||||
text: "📞 Call Now", href: "tel:09920211287"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -52,8 +50,7 @@ export default function HomePage() {
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{
|
||||
variant: "grid",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-attractive-stylish-blond-smiling-woman-red-blouse-summer-fashion-outfit-park-boho-style-wearing-earrings-smiling_285396-8469.jpg"
|
||||
imageAlt="Happy dental patient smiling"
|
||||
@@ -61,44 +58,24 @@ export default function HomePage() {
|
||||
imagePosition="right"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Priya Sharma",
|
||||
handle: "Patient",
|
||||
testimonial: "Dr. Santosh is soft spoken and highly skilled. The best dental experience I've had!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-smiling-woman-posing-white-background_231208-1813.jpg?_wi=1",
|
||||
},
|
||||
name: "Priya Sharma", handle: "Patient", testimonial: "Dr. Santosh is soft spoken and highly skilled. The best dental experience I've had!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-smiling-woman-posing-white-background_231208-1813.jpg"},
|
||||
{
|
||||
name: "Rajesh Patel",
|
||||
handle: "Patient",
|
||||
testimonial: "The staff and service quality is excellent. I recommend this clinic to everyone.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-healthy-young-man-with-beard-smiling-cheerful-camera-standing-blue-backg_1258-163876.jpg?_wi=1",
|
||||
},
|
||||
name: "Rajesh Patel", handle: "Patient", testimonial: "The staff and service quality is excellent. I recommend this clinic to everyone.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-healthy-young-man-with-beard-smiling-cheerful-camera-standing-blue-backg_1258-163876.jpg"},
|
||||
{
|
||||
name: "Anjali Verma",
|
||||
handle: "Patient",
|
||||
testimonial: "He saved my money and advised the correct treatment. Very honest and professional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-clinic_23-2149103560.jpg?_wi=1",
|
||||
},
|
||||
name: "Anjali Verma", handle: "Patient", testimonial: "He saved my money and advised the correct treatment. Very honest and professional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-clinic_23-2149103560.jpg"},
|
||||
{
|
||||
name: "Vikram Singh",
|
||||
handle: "Patient",
|
||||
testimonial: "Painless procedures with modern equipment. Highly satisfied with my implant treatment.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg?_wi=1",
|
||||
},
|
||||
name: "Vikram Singh", handle: "Patient", testimonial: "Painless procedures with modern equipment. Highly satisfied with my implant treatment.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "📞 Call Now",
|
||||
href: "tel:09920211287",
|
||||
},
|
||||
text: "📞 Call Now", href: "tel:09920211287"},
|
||||
{
|
||||
text: "📅 Book Appointment",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "📅 Book Appointment", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -113,44 +90,20 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "rating",
|
||||
value: "4.9⭐",
|
||||
title: "Google Rating",
|
||||
items: [
|
||||
"228+ verified reviews",
|
||||
"Consistently rated excellent",
|
||||
"Patient satisfaction focused",
|
||||
],
|
||||
id: "rating", value: "4.9⭐", title: "Google Rating", items: [
|
||||
"228+ verified reviews", "Consistently rated excellent", "Patient satisfaction focused"],
|
||||
},
|
||||
{
|
||||
id: "experience",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
items: [
|
||||
"Dr. Santosh Nayak, BDS, MDS",
|
||||
"Gentle approach specialist",
|
||||
"Modern technique practitioner",
|
||||
],
|
||||
id: "experience", value: "15+", title: "Years Experience", items: [
|
||||
"Dr. Santosh Nayak, BDS, MDS", "Gentle approach specialist", "Modern technique practitioner"],
|
||||
},
|
||||
{
|
||||
id: "technology",
|
||||
value: "100%",
|
||||
title: "Modern Equipment",
|
||||
items: [
|
||||
"Latest dental technology",
|
||||
"Digital X-ray systems",
|
||||
"Advanced sterilization",
|
||||
],
|
||||
id: "technology", value: "100%", title: "Modern Equipment", items: [
|
||||
"Latest dental technology", "Digital X-ray systems", "Advanced sterilization"],
|
||||
},
|
||||
{
|
||||
id: "patients",
|
||||
value: "1000+",
|
||||
title: "Happy Patients",
|
||||
items: [
|
||||
"Local community trusted",
|
||||
"Family-friendly clinic",
|
||||
"Painless treatments",
|
||||
],
|
||||
id: "patients", value: "1000+", title: "Happy Patients", items: [
|
||||
"Local community trusted", "Family-friendly clinic", "Painless treatments"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -167,81 +120,39 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "implants",
|
||||
title: "Dental Implants",
|
||||
description: "Permanent tooth replacement with natural-looking, fully functional implants. Restore your smile and confidence.",
|
||||
tag: "Advanced",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-holding-dental-model-hands-concept-dentistry-dental-treatment_169016-67449.jpg?_wi=1",
|
||||
buttons: [
|
||||
id: "implants", title: "Dental Implants", description: "Permanent tooth replacement with natural-looking, fully functional implants. Restore your smile and confidence.", tag: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-holding-dental-model-hands-concept-dentistry-dental-treatment_169016-67449.jpg", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Learn More", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "rootcanal",
|
||||
title: "Root Canal Treatment",
|
||||
description: "Pain-free endodontic therapy to save your natural teeth. Gentle, effective, and modern techniques.",
|
||||
tag: "Painless",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/human-tooth-anatomy-with-labelled-parts-realistic-infographic-white_1284-58520.jpg?_wi=1",
|
||||
buttons: [
|
||||
id: "rootcanal", title: "Root Canal Treatment", description: "Pain-free endodontic therapy to save your natural teeth. Gentle, effective, and modern techniques.", tag: "Painless", imageSrc: "http://img.b2bpic.net/free-vector/human-tooth-anatomy-with-labelled-parts-realistic-infographic-white_1284-58520.jpg", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Learn More", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "cleaning",
|
||||
title: "Teeth Cleaning",
|
||||
description: "Professional cleaning and scaling for optimal oral hygiene. Preventive care that keeps your smile healthy.",
|
||||
tag: "Preventive",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-treating-her-patient-teeth_8353-1661.jpg?_wi=1",
|
||||
buttons: [
|
||||
id: "cleaning", title: "Teeth Cleaning", description: "Professional cleaning and scaling for optimal oral hygiene. Preventive care that keeps your smile healthy.", tag: "Preventive", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-treating-her-patient-teeth_8353-1661.jpg", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Learn More", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "extraction",
|
||||
title: "Tooth Extraction",
|
||||
description: "Expert extraction with minimal discomfort. We prioritize your comfort with advanced anesthesia techniques.",
|
||||
tag: "Safe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-treats-patients-teeth-stomatologist-working-with-professional-equipment_169016-67472.jpg?_wi=1",
|
||||
buttons: [
|
||||
id: "extraction", title: "Tooth Extraction", description: "Expert extraction with minimal discomfort. We prioritize your comfort with advanced anesthesia techniques.", tag: "Safe", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-treats-patients-teeth-stomatologist-working-with-professional-equipment_169016-67472.jpg", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Learn More", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "cosmetic",
|
||||
title: "Cosmetic Dentistry",
|
||||
description: "Transform your smile with teeth whitening, veneers, and smile design. Feel confident in your appearance.",
|
||||
tag: "Aesthetic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-portrait-woman-red-wall-shows-points-fingers-white-teeth-smile_343596-6779.jpg?_wi=1",
|
||||
buttons: [
|
||||
id: "cosmetic", title: "Cosmetic Dentistry", description: "Transform your smile with teeth whitening, veneers, and smile design. Feel confident in your appearance.", tag: "Aesthetic", imageSrc: "http://img.b2bpic.net/free-photo/close-portrait-woman-red-wall-shows-points-fingers-white-teeth-smile_343596-6779.jpg", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Learn More", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "checkup",
|
||||
title: "Dental Checkups",
|
||||
description: "Comprehensive oral examination and consultation. Early detection prevents future dental problems.",
|
||||
tag: "Routine",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-approving-patient-smile_23-2148338141.jpg?_wi=1",
|
||||
buttons: [
|
||||
id: "checkup", title: "Dental Checkups", description: "Comprehensive oral examination and consultation. Early detection prevents future dental problems.", tag: "Routine", imageSrc: "http://img.b2bpic.net/free-photo/dentist-approving-patient-smile_23-2148338141.jpg", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Learn More", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -254,30 +165,22 @@ export default function HomePage() {
|
||||
description="A dedicated dental professional committed to providing gentle, advanced dental care with a patient-first approach"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-handsome-dentist-wearing-blue-uniform-standing-dentist-clinic_613910-18496.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-handsome-dentist-wearing-blue-uniform-standing-dentist-clinic_613910-18496.jpg"
|
||||
imageAlt="Dr. Santosh Nayak"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Dentist",
|
||||
description: "BDS, MDS with 15+ years of clinical experience in advanced dental procedures",
|
||||
icon: Award,
|
||||
title: "Expert Dentist", description: "BDS, MDS with 15+ years of clinical experience in advanced dental procedures", icon: Award,
|
||||
},
|
||||
{
|
||||
title: "Gentle Approach",
|
||||
description: "Known for soft-spoken demeanor and pain-free treatment techniques that prioritize patient comfort",
|
||||
icon: Heart,
|
||||
title: "Gentle Approach", description: "Known for soft-spoken demeanor and pain-free treatment techniques that prioritize patient comfort", icon: Heart,
|
||||
},
|
||||
{
|
||||
title: "Clear Communication",
|
||||
description: "Explains all treatment options thoroughly so you make informed decisions about your oral health",
|
||||
icon: MessageCircle,
|
||||
title: "Clear Communication", description: "Explains all treatment options thoroughly so you make informed decisions about your oral health", icon: MessageCircle,
|
||||
},
|
||||
{
|
||||
title: "Cost-Effective Solutions",
|
||||
description: "Recommends appropriate treatments, not unnecessary procedures. Honest pricing and payment plans available",
|
||||
icon: Wallet,
|
||||
title: "Cost-Effective Solutions", description: "Recommends appropriate treatments, not unnecessary procedures. Honest pricing and payment plans available", icon: Wallet,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -292,47 +195,17 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
handle: "Mahim resident",
|
||||
testimonial: "Dr. Santosh is soft spoken and highly skilled dentist. The best dental experience I've had!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-smiling-woman-posing-white-background_231208-1813.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Priya Sharma", handle: "Mahim resident", testimonial: "Dr. Santosh is soft spoken and highly skilled dentist. The best dental experience I've had!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-smiling-woman-posing-white-background_231208-1813.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rajesh Patel",
|
||||
handle: "Dadar area",
|
||||
testimonial: "The staff and service quality is excellent. Very professional and courteous. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-healthy-young-man-with-beard-smiling-cheerful-camera-standing-blue-backg_1258-163876.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Rajesh Patel", handle: "Dadar area", testimonial: "The staff and service quality is excellent. Very professional and courteous. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-healthy-young-man-with-beard-smiling-cheerful-camera-standing-blue-backg_1258-163876.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Anjali Verma",
|
||||
handle: "Bandra resident",
|
||||
testimonial: "He saved my money and advised the correct treatment. Very honest and professional approach.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-clinic_23-2149103560.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Anjali Verma", handle: "Bandra resident", testimonial: "He saved my money and advised the correct treatment. Very honest and professional approach.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-clinic_23-2149103560.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vikram Singh",
|
||||
handle: "Matunga area",
|
||||
testimonial: "Painless procedures with modern equipment. Highly satisfied with my implant treatment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "Vikram Singh", handle: "Matunga area", testimonial: "Painless procedures with modern equipment. Highly satisfied with my implant treatment.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Neha Gupta",
|
||||
handle: "Local patient",
|
||||
testimonial: "Best root canal experience ever! No pain, excellent care. Worth every penny.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3264.jpg?_wi=1",
|
||||
},
|
||||
id: "5", name: "Neha Gupta", handle: "Local patient", testimonial: "Best root canal experience ever! No pain, excellent care. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3264.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Arjun Desai",
|
||||
handle: "Regular patient",
|
||||
testimonial: "Clean clinic, friendly staff, and Dr. Santosh is amazing. Bringing my whole family here!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/super-hero-businessman-red-cape-glasses-looking-front-smiling-broadly-happy-positive-standing-orange-wall_141793-53770.jpg?_wi=1",
|
||||
},
|
||||
id: "6", name: "Arjun Desai", handle: "Regular patient", testimonial: "Clean clinic, friendly staff, and Dr. Santosh is amazing. Bringing my whole family here!", imageSrc: "http://img.b2bpic.net/free-photo/super-hero-businessman-red-cape-glasses-looking-front-smiling-broadly-happy-positive-standing-orange-wall_141793-53770.jpg"},
|
||||
]}
|
||||
speed={40}
|
||||
/>
|
||||
@@ -347,35 +220,17 @@ export default function HomePage() {
|
||||
animationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Is dental implant treatment painful?",
|
||||
content: "No. We use advanced anesthesia and modern techniques to ensure your comfort. Most patients report minimal discomfort during and after the procedure. Dr. Santosh's gentle approach is especially known for pain-free treatments.",
|
||||
},
|
||||
id: "1", title: "Is dental implant treatment painful?", content: "No. We use advanced anesthesia and modern techniques to ensure your comfort. Most patients report minimal discomfort during and after the procedure. Dr. Santosh's gentle approach is especially known for pain-free treatments."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long does root canal treatment take?",
|
||||
content: "Typically, a root canal takes 60-90 minutes depending on tooth complexity. Most treatments are completed in a single visit. You can return to normal activities immediately afterward with minimal sensitivity.",
|
||||
},
|
||||
id: "2", title: "How long does root canal treatment take?", content: "Typically, a root canal takes 60-90 minutes depending on tooth complexity. Most treatments are completed in a single visit. You can return to normal activities immediately afterward with minimal sensitivity."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What are your clinic hours?",
|
||||
content: "We are open Monday to Saturday, 10:00 AM to 8:00 PM. Sunday by appointment. Emergency dental care available on holidays. Please call us at 09920211287 to confirm hours or schedule an emergency visit.",
|
||||
},
|
||||
id: "3", title: "What are your clinic hours?", content: "We are open Monday to Saturday, 10:00 AM to 8:00 PM. Sunday by appointment. Emergency dental care available on holidays. Please call us at 09920211287 to confirm hours or schedule an emergency visit."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you accept dental insurance?",
|
||||
content: "Yes, we accept most major dental insurance plans. We also offer flexible payment plans and EMI options for expensive procedures. Please contact us with your insurance details for verification.",
|
||||
},
|
||||
id: "4", title: "Do you accept dental insurance?", content: "Yes, we accept most major dental insurance plans. We also offer flexible payment plans and EMI options for expensive procedures. Please contact us with your insurance details for verification."},
|
||||
{
|
||||
id: "5",
|
||||
title: "How much does a dental implant cost?",
|
||||
content: "Dental implant costs depend on complexity and materials used. Typically ranging from ₹25,000 to ₹50,000 per implant. Dr. Santosh provides free consultation to discuss options and transparent pricing with no hidden charges.",
|
||||
},
|
||||
id: "5", title: "How much does a dental implant cost?", content: "Dental implant costs depend on complexity and materials used. Typically ranging from ₹25,000 to ₹50,000 per implant. Dr. Santosh provides free consultation to discuss options and transparent pricing with no hidden charges."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Can you treat severe dental anxiety?",
|
||||
content: "Absolutely. We specialize in patient comfort. Options include anxiety-reducing techniques, numbing gels, and sedation for extremely nervous patients. Our gentle approach helps anxious patients feel at ease throughout treatment.",
|
||||
},
|
||||
id: "6", title: "Can you treat severe dental anxiety?", content: "Absolutely. We specialize in patient comfort. Options include anxiety-reducing techniques, numbing gels, and sedation for extremely nervous patients. Our gentle approach helps anxious patients feel at ease throughout treatment."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
@@ -386,18 +241,13 @@ export default function HomePage() {
|
||||
text="Ready to transform your smile? Contact Happy Tooth Dental Care today to schedule your personalized consultation with Dr. Santosh Nayak."
|
||||
animationType="entrance-slide"
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "📞 Call: 09920211287",
|
||||
href: "tel:09920211287",
|
||||
},
|
||||
text: "📞 Call: 09920211287", href: "tel:09920211287"},
|
||||
{
|
||||
text: "📍 Get Directions",
|
||||
href: "https://maps.google.com/?q=Happy+Tooth+Dental+Care+Mahim+Mumbai",
|
||||
},
|
||||
text: "📍 Get Directions", href: "https://maps.google.com/?q=Happy+Tooth+Dental+Care+Mahim+Mumbai"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -406,74 +256,43 @@ export default function HomePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Doctor",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Doctor", href: "/about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Patient Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
label: "Patient Reviews", href: "/reviews"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{
|
||||
label: "📞 09920211287",
|
||||
href: "tel:09920211287",
|
||||
},
|
||||
label: "📞 09920211287", href: "tel:09920211287"},
|
||||
{
|
||||
label: "📍 13, Udyog Mandir No 1, 7-C, Pitamber Ln",
|
||||
href: "https://maps.google.com/?q=Happy+Tooth+Dental+Care+Mahim",
|
||||
},
|
||||
label: "📍 13, Udyog Mandir No 1, 7-C, Pitamber Ln", href: "https://maps.google.com/?q=Happy+Tooth+Dental+Care+Mahim"},
|
||||
{
|
||||
label: "📍 Mahim, Mumbai 400016",
|
||||
href: "https://maps.google.com/?q=Happy+Tooth+Dental+Care+Mahim",
|
||||
},
|
||||
label: "📍 Mahim, Mumbai 400016", href: "https://maps.google.com/?q=Happy+Tooth+Dental+Care+Mahim"},
|
||||
{
|
||||
label: "Mon-Sat: 10 AM - 8 PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mon-Sat: 10 AM - 8 PM", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Dental Implants",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Dental Implants", href: "/services"},
|
||||
{
|
||||
label: "Root Canal Treatment",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Root Canal Treatment", href: "/services"},
|
||||
{
|
||||
label: "Teeth Cleaning",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Teeth Cleaning", href: "/services"},
|
||||
{
|
||||
label: "Cosmetic Dentistry",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Cosmetic Dentistry", href: "/services"},
|
||||
{
|
||||
label: "Tooth Extraction",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Tooth Extraction", href: "/services"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user