Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 96f557f286 | |||
| 3d64413b54 | |||
| eed3790354 | |||
| 7c34188a85 | |||
| 6dfe80283a | |||
| 55ee2151bb | |||
| 6ef673ee06 | |||
| 558c4ddcd0 | |||
| 8c61cf9400 | |||
| 885493a80a | |||
| c3c5bec6f2 | |||
| ff59fc1f7f | |||
| a4eddcf2ef | |||
| 289c7b8ea8 | |||
| a67e73ad42 | |||
| 211ab67c4e | |||
| db03cdda42 | |||
| 8d105b3633 | |||
| e1e7425ee6 |
@@ -6,7 +6,10 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
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';
|
||||
|
||||
@@ -91,7 +94,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "5", title: "Dental Implant Fixing", tags: ["Advanced", "Implants"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-doing-check-up-patient_23-2149206251.jpg", imageAlt: "Dental implant procedure"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-doing-check-up-patient_23-2149206251.jpg?_wi=1", imageAlt: "Dental implant procedure"
|
||||
},
|
||||
{
|
||||
id: "6", title: "Ceramic Veneers", tags: ["Cosmetic", "Enhancement"],
|
||||
@@ -151,6 +154,54 @@ export default function LandingPage() {
|
||||
/>
|
||||
</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"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Pricing", title: "Transparent Pricing", subtitle: "No hidden costs", description: "No hidden costs. Know exactly what to expect before your treatment.", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-having-procedure-done-dentist_23-2148985788.jpg?_wi=1", imageAlt: "Transparent pricing"
|
||||
},
|
||||
{
|
||||
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="Feature Hover Pattern"
|
||||
description="Interactive features showcasing our commitment to excellence and patient care."
|
||||
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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
title="What Our Patients Say"
|
||||
@@ -185,6 +236,42 @@ 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"
|
||||
|
||||
Reference in New Issue
Block a user