Compare commits
70 Commits
version_1
...
version_16
| Author | SHA1 | Date | |
|---|---|---|---|
| 5cf17438e2 | |||
| 473e6ef46e | |||
| b8dad923df | |||
| 2a1db9cb19 | |||
| 29fc9939a4 | |||
| 29197465da | |||
| 59342276b0 | |||
| a0bee38a95 | |||
| dc21b0365b | |||
| e13383ebc5 | |||
| 7238059d3a | |||
| 34fe84ac81 | |||
| 6d7ce432d8 | |||
| f016e0ec9d | |||
| b2a68abf0f | |||
| 64f1e50994 | |||
| aae3bdbf85 | |||
| 745b2ace95 | |||
| da7d5d9ab1 | |||
| c6eb8b12e0 | |||
| 8cc9ced337 | |||
| 69e7433f0d | |||
| 67c2990a0a | |||
| 4a0ee9b760 | |||
| 58aa4e2826 | |||
| 365fc9cd08 | |||
| 94baf45fca | |||
| c3e9abf50d | |||
| 38399bfa69 | |||
| 4c8dfab588 | |||
| f8b05855c6 | |||
| 972e550dc0 | |||
| f30e94e936 | |||
| 98d8b52478 | |||
| 96f557f286 | |||
| 3d64413b54 | |||
| eed3790354 | |||
| 7c34188a85 | |||
| 6dfe80283a | |||
| 55ee2151bb | |||
| 6ef673ee06 | |||
| 558c4ddcd0 | |||
| 8c61cf9400 | |||
| 885493a80a | |||
| c3c5bec6f2 | |||
| ff59fc1f7f | |||
| a4eddcf2ef | |||
| 289c7b8ea8 | |||
| a67e73ad42 | |||
| 211ab67c4e | |||
| db03cdda42 | |||
| f31d28d4e9 | |||
| 8d105b3633 | |||
| 4781cd74e9 | |||
| e1e7425ee6 | |||
| 91a75226a7 | |||
| 0515d0aa08 | |||
| f33e9335c8 | |||
| 0f4a299548 | |||
| ebde9f371a | |||
| 70ae2a1729 | |||
| 87477168fa | |||
| df5ece4a88 | |||
| 1d35614c59 | |||
| 67205702c9 | |||
| defd4bc97f | |||
| a6c13edf70 | |||
| 381f9ac580 | |||
| 46fe892729 | |||
| 9b87a5d97d |
1418
src/app/layout.tsx
1418
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
233
src/app/page.tsx
233
src/app/page.tsx
@@ -3,14 +3,32 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Zap, Heart, Shield, Award } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
const handleBookAppointment = () => {
|
||||
const contactSection = document.getElementById('contact');
|
||||
if (contactSection) {
|
||||
contactSection.scrollIntoView({ behavior: 'smooth' });
|
||||
}
|
||||
};
|
||||
|
||||
const handleLearnMore = () => {
|
||||
const featureHoverSection = document.getElementById('feature-hover');
|
||||
if (featureHoverSection) {
|
||||
featureHoverSection.scrollIntoView({ behavior: 'smooth' });
|
||||
}
|
||||
};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
@@ -33,7 +51,7 @@ export default function LandingPage() {
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" }
|
||||
]}
|
||||
button={{ text: "Book Appointment", href: "#contact" }}
|
||||
button={{ text: "Book Appointment", onClick: handleBookAppointment }}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -52,11 +70,11 @@ export default function LandingPage() {
|
||||
tag="Expert Dental Care"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Book Appointment", href: "#contact" },
|
||||
{ text: "Learn More", href: "#services" }
|
||||
{ text: "Book Appointment", onClick: handleBookAppointment },
|
||||
{ text: "Learn More", onClick: handleLearnMore }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-dentist-looking-through-microscope_23-2147906021.jpg?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdfEv3LMPocLC1ILV5yRR55qgJ/uploaded-1772969384966-d6800iwa.png"
|
||||
imageAlt="Modern dental clinic interior"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -64,7 +82,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<ProductCardTwo
|
||||
<FeatureCardTwentyFive
|
||||
title="Our Dental Services"
|
||||
description="Comprehensive dental treatments designed to meet all your oral health needs, from routine care to advanced procedures."
|
||||
tag="Services"
|
||||
@@ -72,31 +90,50 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
features={[
|
||||
{
|
||||
id: "1", brand: "General Dentistry", name: "Dental Fillings & Extraction", price: "Starting at ₹500", rating: 5,
|
||||
reviewCount: "Highly Rated", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-having-procedure-done-dentist_23-2148985788.jpg", imageAlt: "Dental fillings treatment"
|
||||
title: "Dental Fillings & Extraction", description: "Professional general dentistry services", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-having-procedure-done-dentist_23-2148985788.jpg?_wi=1", imageAlt: "Dental fillings treatment"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdfEv3LMPocLC1ILV5yRR55qgJ/uploaded-1772970171338-k6gyrfnk.jpg", imageAlt: "Dental procedure"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "2", brand: "General Dentistry", name: "Scaling & Polishing", price: "Starting at ₹800", rating: 5,
|
||||
reviewCount: "Highly Rated", imageSrc: "http://img.b2bpic.net/free-photo/background-beauty-care-chair-canal_1303-1837.jpg", imageAlt: "Teeth cleaning and polishing"
|
||||
title: "Scaling & Polishing", description: "Professional cleaning and preventive care", icon: Heart,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/background-beauty-care-chair-canal_1303-1837.jpg?_wi=1", imageAlt: "Teeth cleaning and polishing"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdfEv3LMPocLC1ILV5yRR55qgJ/uploaded-1772970237896-0807mt09.jpg", imageAlt: "Polishing procedure"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Advanced Procedures", name: "Root Canal Treatment (RCT)", price: "Professional Care", rating: 5,
|
||||
reviewCount: "Highly Rated", imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-x-ray-patient_107420-65382.jpg?_wi=1", imageAlt: "Root canal treatment"
|
||||
title: "Root Canal Treatment (RCT)", description: "Advanced endodontic specialist services", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-x-ray-patient_107420-65382.jpg?_wi=1", imageAlt: "Root canal treatment"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdfEv3LMPocLC1ILV5yRR55qgJ/uploaded-1772970023773-8hqerlf3.jpg", imageAlt: "Treatment showcase"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Restorative Dentistry", name: "Ceramic Crowns & Bridges", price: "Premium Restoration", rating: 5,
|
||||
reviewCount: "Highly Rated", imageSrc: "http://img.b2bpic.net/free-photo/patient-pointing-teeth-with-dentist_23-2148380326.jpg?_wi=1", imageAlt: "Ceramic crown restoration"
|
||||
},
|
||||
{
|
||||
id: "5", brand: "Advanced Procedures", name: "Dental Implant Fixing", price: "Advanced Treatment", rating: 5,
|
||||
reviewCount: "Highly Rated", imageSrc: "http://img.b2bpic.net/free-photo/dentist-doing-check-up-patient_23-2149206251.jpg", imageAlt: "Dental implant procedure"
|
||||
},
|
||||
{
|
||||
id: "6", brand: "Cosmetic Dentistry", name: "Ceramic Veneers", price: "Smile Enhancement", rating: 5,
|
||||
reviewCount: "Highly Rated", imageSrc: "http://img.b2bpic.net/free-photo/amazement-woman-excited-looking-side-surprised-happy-young-woman-looking-sideways-exciteme_1258-110117.jpg", imageAlt: "Ceramic veneers cosmetic treatment"
|
||||
title: "Ceramic Crowns & Bridges", description: "Premium restoration and cosmetic solutions", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patient-pointing-teeth-with-dentist_23-2148380326.jpg?_wi=1", imageAlt: "Ceramic crown restoration"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdfEv3LMPocLC1ILV5yRR55qgJ/uploaded-1772967571338-v5aoe4qr.png?_wi=4", imageAlt: "Crown showcase"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -111,40 +148,90 @@ export default function LandingPage() {
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Book with Dr. Padmasri", href: "#contact" }
|
||||
{ text: "Book with Dr. Padmasri", onClick: handleBookAppointment }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardOne
|
||||
<FeatureCardNine
|
||||
title="Why Choose Expert Dental Care"
|
||||
description="We focus on maintaining the highest hygiene standards, using modern dental techniques, ensuring patient comfort, and clearly explaining all treatments."
|
||||
description="Discover innovative features that make your dental experience exceptional and comfortable."
|
||||
tag="Our Approach"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
showStepNumbers={true}
|
||||
features={[
|
||||
{
|
||||
title: "Experienced Endodontist", description: "Over 10 years of professional dentistry experience with specialized qualifications in Conservative Dentistry & Endodontics (MDS).", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-mask-dentistry-concept-dental-treatment_169016-67127.jpg", imageAlt: "Dr. Padmasri - Experienced Specialist"
|
||||
id: 1,
|
||||
title: "Advanced Techniques", description: "Modern dental technology and expertise combined for superior results.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdfEv3LMPocLC1ILV5yRR55qgJ/uploaded-1772969730361-5mmtni73.jpg" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdfEv3LMPocLC1ILV5yRR55qgJ/uploaded-1772969474548-dahdqu86.png" }
|
||||
},
|
||||
{
|
||||
title: "Maintained Hygiene Standards", description: "We maintain the highest hygiene practices throughout our clinic, ensuring a safe and clean environment for every patient visit.", imageSrc: "http://img.b2bpic.net/free-photo/corridor-waiting-room-health-facility-equipped-with-patient-seats-office-furniture-ready-examination-hospital-with-no-professional-health-workers-patients-scheduling-consultations_482257-64392.jpg?_wi=1", imageAlt: "Modern and clean clinic interior"
|
||||
id: 2,
|
||||
title: "Patient Comfort", description: "Your comfort is our priority with gentle care and anxiety management.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdfEv3LMPocLC1ILV5yRR55qgJ/uploaded-1772969503003-8pr89ijv.png" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdfEv3LMPocLC1ILV5yRR55qgJ/uploaded-1772969514601-l083v7go.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Modern Dental Techniques", description: "Utilizing advanced dental procedures and contemporary treatment methods to provide you with the best possible outcomes.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-x-ray-patient_107420-65382.jpg?_wi=2", imageAlt: "Modern dental technology and procedures"
|
||||
id: 3,
|
||||
title: "Hygiene Standards", description: "Strict sterilization protocols and immaculate clinic facilities ensure your safety.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdfEv3LMPocLC1ILV5yRR55qgJ/uploaded-1772969603967-ii3aini3.jpg" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdfEv3LMPocLC1ILV5yRR55qgJ/uploaded-1772969655932-ikq96y6w.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Patient Comfort First", description: "We prioritize your comfort during all procedures and manage patient anxiety with a friendly, approachable approach.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-looking-through-microscope_23-2147906021.jpg?_wi=2", imageAlt: "Comfortable dental treatment environment"
|
||||
id: 4,
|
||||
title: "Expert Consultation", description: "Thorough examination and personalized treatment plans for optimal results.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdfEv3LMPocLC1ILV5yRR55qgJ/uploaded-1772969748021-rxy8zeue.jpg" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdfEv3LMPocLC1ILV5yRR55qgJ/uploaded-1772969730361-5mmtni73.jpg" }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="feature-cards" data-section="feature-cards">
|
||||
<FeatureCardNineteen
|
||||
title="Additional Benefits"
|
||||
description="Experience comprehensive dental care with additional features designed for your wellbeing."
|
||||
tag="Enhanced Care"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Scheduling", title: "Flexible Appointment Scheduling", subtitle: "Book at your convenience", description: "Book appointments at your convenience with our online scheduling system.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-looking-through-microscope_23-2147906021.jpg?_wi=1", imageAlt: "Appointment scheduling"
|
||||
},
|
||||
{
|
||||
title: "Clear Communication", description: "We thoroughly explain your dental conditions and treatment options, ensuring you understand every aspect of your care.", imageSrc: "http://img.b2bpic.net/free-photo/patient-pointing-teeth-with-dentist_23-2148380326.jpg?_wi=2", imageAlt: "Explanation and consultation"
|
||||
id: 2,
|
||||
tag: "Pricing", title: "Transparent Pricing", subtitle: "No hidden costs", description: "No hidden costs. Know exactly what to expect before your treatment.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdfEv3LMPocLC1ILV5yRR55qgJ/uploaded-1772969844012-rydvprzn.png", imageAlt: "Transparent pricing"
|
||||
},
|
||||
{
|
||||
title: "Extended Hours", description: "Open Monday to Sunday from 10 AM to 9 PM. We're available when you need us most.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-looking-through-microscope_23-2147906021.jpg?_wi=3", imageAlt: "Convenient clinic hours"
|
||||
id: 3,
|
||||
tag: "Treatment", title: "Personalized Treatment Plans", subtitle: "Tailored to your needs", description: "Custom treatment strategies tailored to your specific dental needs and goals.", imageSrc: "http://img.b2bpic.net/free-photo/background-beauty-care-chair-canal_1303-1837.jpg?_wi=1", imageAlt: "Treatment planning"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="feature-hover" data-section="feature-hover">
|
||||
<FeatureCardMedia
|
||||
title="Dental Excellence"
|
||||
description="Dental excellence with compassionate patient care and cutting-edge treatments."
|
||||
tag="Special Features"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Emergency Dental Care", description: "Available for urgent dental situations and emergency treatments.", tag: "24/7 Support", imageSrc: "http://img.b2bpic.net/free-photo/dentist-doing-check-up-patient_23-2149206251.jpg?_wi=2", imageAlt: "Emergency dental care"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Advanced Pain Management", description: "Cutting-edge techniques to minimize discomfort during procedures.", tag: "Comfort First", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-chair_23-2149093346.jpg?_wi=1", imageAlt: "Pain management"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Follow-up & Aftercare", description: "Comprehensive support and guidance for optimal recovery and results.", tag: "Care Continuity", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-mask-dentistry-concept-dental-treatment_169016-67127.jpg", imageAlt: "Follow-up care"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -184,11 +271,48 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our dental services and treatments."
|
||||
tag="Help & Support"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dentist-showing-x-ray-patient_107420-65382.jpg?_wi=1"
|
||||
imageAlt="FAQ support"
|
||||
mediaAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What qualifications does Dr. Padmasri have?", content: "Dr. Padmasri is an MDS (Master of Dental Surgery) specialist in endodontics with over 10 years of clinical experience in general, restorative, cosmetic, and advanced dental procedures."
|
||||
},
|
||||
{
|
||||
id: "2", title: "What is the consultation fee?", content: "Our consultation fee is ₹250. During the consultation, Dr. Padmasri will examine your teeth, discuss your concerns, and recommend a personalized treatment plan."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What are your clinic hours?", content: "We are open Monday to Sunday from 10 AM to 9 PM, ensuring convenient access to dental care even on weekends."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Do you offer root canal treatment?", content: "Yes, we specialize in root canal treatment (RCT). As an endodontist, Dr. Padmasri has advanced expertise in treating complex endodontic cases with precision and care."
|
||||
},
|
||||
{
|
||||
id: "5", title: "How do you ensure clinic hygiene?", content: "We maintain the highest hygiene standards with strict sterilization protocols, use of disposable instruments, and regular clinic sanitization to ensure patient safety."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Can I book an appointment online?", content: "Yes, you can book your appointment through our booking system. We also accept walk-ins during clinic hours at Sri Surya Complex, Ground Floor 101, Gajuwaka, Visakhapatnam."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Get In Touch"
|
||||
title="Book Your Appointment Today"
|
||||
description="Located in Gajuwaka, Visakhapatnam. Visit us at Sri Surya Complex, Ground Floor 101, beside HDFC Bank. Open Monday to Sunday, 10 AM – 9 PM."
|
||||
description="Located in Gajuwaka, Visakhapatnam. Visit us at Sri Surya Complex, Ground Floor 101, beside HDFC Bank. Open Monday to Sunday, 10 AM – 9 PM. Contact number
|
||||
099663 43333 "
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -203,37 +327,14 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
<FooterLogoReveal
|
||||
logoText="Expert Dental Care"
|
||||
copyrightText="© 2025 Expert Dental Care. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "General Dentistry", href: "#services" },
|
||||
{ label: "Root Canal Treatment", href: "#services" },
|
||||
{ label: "Dental Implants", href: "#services" },
|
||||
{ label: "Cosmetic Dentistry", href: "#services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "About", items: [
|
||||
{ label: "Dr. Padmasri Yadla", href: "#about" },
|
||||
{ label: "Patient Testimonials", href: "#testimonials" },
|
||||
{ label: "Our Features", href: "#features" },
|
||||
{ label: "Contact Us", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Gajuwaka, Visakhapatnam", href: "#" },
|
||||
{ label: "Monday-Sunday: 10 AM – 9 PM", href: "#" },
|
||||
{ label: "Consultation: ₹250", href: "#" },
|
||||
{ label: "Book Appointment", href: "#contact" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
className="py-12 md:py-16"
|
||||
wrapperClassName="py-12 md:py-16"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user