Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
340
src/app/page.tsx
340
src/app/page.tsx
@@ -33,38 +33,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Appointment", href: "#contact"}}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/abstract-eye-logo_1071-127.jpg"
|
||||
logoAlt="Dr. Chodhari's Eye Clinic Logo"
|
||||
brandName="Dr. Chodhari's Eye Clinic"
|
||||
@@ -74,73 +58,48 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Clear Vision, Brighter Future"
|
||||
description="Experience world-class eye care with Dr. Chodhari's Eye Clinic in Goregaon, Mumbai. Specializing in advanced ophthalmology and personalized treatments for optimal eye health."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book an Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book an Appointment", href: "#contact"},
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Services", href: "#services"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/devices-ready-patient-consultation_23-2149230006.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/devices-ready-patient-consultation_23-2149230006.jpg"
|
||||
imageAlt="Female eye doctor examining patient"
|
||||
mediaAnimation="slide-up"
|
||||
fixedMediaHeight={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg",
|
||||
alt: "Happy patient smiling",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg", alt: "Happy patient smiling"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-satisfied-smiling-medical-worker-woman-doctor-showing-okay-ok-zero-no-problem-gesture-excellent-sign-standing-pleased-torquoise-background_1258-300218.jpg",
|
||||
alt: "Satisfied doctor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-satisfied-smiling-medical-worker-woman-doctor-showing-okay-ok-zero-no-problem-gesture-excellent-sign-standing-pleased-torquoise-background_1258-300218.jpg", alt: "Satisfied doctor"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-female-doctor-smiling-yellow-wall_179666-21125.jpg",
|
||||
alt: "Friendly nurse",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-female-doctor-smiling-yellow-wall_179666-21125.jpg", alt: "Friendly nurse"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/ill-patient-talking-his-wife_23-2148981232.jpg",
|
||||
alt: "Patient feedback",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/ill-patient-talking-his-wife_23-2148981232.jpg", alt: "Patient feedback"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-doctor-with-stethoscope-hospital_1303-20708.jpg",
|
||||
alt: "Clinic professional",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-doctor-with-stethoscope-hospital_1303-20708.jpg", alt: "Clinic professional"},
|
||||
]}
|
||||
avatarText="Trusted by over 10,000 happy patients."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Surgeons",
|
||||
icon: Activity,
|
||||
type: "text-icon", text: "Expert Surgeons", icon: Activity,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Advanced Technology",
|
||||
icon: Activity,
|
||||
type: "text-icon", text: "Advanced Technology", icon: Activity,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Personalized Care",
|
||||
icon: Heart,
|
||||
type: "text-icon", text: "Personalized Care", icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Quick Recovery",
|
||||
icon: Zap,
|
||||
type: "text-icon", text: "Quick Recovery", icon: Zap,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "24/7 Support",
|
||||
icon: Headphones,
|
||||
type: "text-icon", text: "24/7 Support", icon: Headphones,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -155,19 +114,13 @@ export default function LandingPage() {
|
||||
description="Dr. Chodhari's Eye Clinic, located in the heart of Goregaon, Mumbai, is dedicated to providing comprehensive and compassionate eye care. Led by Dr. Chodhari, a highly experienced eye surgeon, our clinic combines state-of-the-art technology with a patient-centric approach to deliver exceptional outcomes for all eye conditions."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Experienced Eye Surgeon",
|
||||
description: "Dr. Chodhari brings years of expertise in complex ophthalmic procedures.",
|
||||
icon: Activity,
|
||||
title: "Experienced Eye Surgeon", description: "Dr. Chodhari brings years of expertise in complex ophthalmic procedures.", icon: Activity,
|
||||
},
|
||||
{
|
||||
title: "Advanced Technology",
|
||||
description: "Utilizing the latest diagnostic and surgical equipment for precise care.",
|
||||
icon: Activity,
|
||||
title: "Advanced Technology", description: "Utilizing the latest diagnostic and surgical equipment for precise care.", icon: Activity,
|
||||
},
|
||||
{
|
||||
title: "Personalized Care",
|
||||
description: "Tailored treatment plans designed for each patient's unique needs.",
|
||||
icon: Heart,
|
||||
title: "Personalized Care", description: "Tailored treatment plans designed for each patient's unique needs.", icon: Heart,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-african-american-microbiologist-doctor-looking-into-camera-working-microbiology-hospital-laboratory-medical-team-analyzing-genetically-modified-plant-agriculture-experiment_482257-29222.jpg"
|
||||
@@ -182,41 +135,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Advanced Diagnostics",
|
||||
description: "Precise detection and assessment of eye conditions using cutting-edge technology.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/client-ophthalmologist-s-office_52683-135805.jpg",
|
||||
imageAlt: "Advanced diagnostic equipment",
|
||||
},
|
||||
title: "Advanced Diagnostics", description: "Precise detection and assessment of eye conditions using cutting-edge technology.", imageSrc: "http://img.b2bpic.net/free-photo/client-ophthalmologist-s-office_52683-135805.jpg", imageAlt: "Advanced diagnostic equipment"},
|
||||
{
|
||||
title: "Cataract Surgery",
|
||||
description: "Safe and effective surgical removal of cataracts with modern intraocular lenses.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baby-boy-with-blue-eyes-sitting-baby-seat_58702-7185.jpg",
|
||||
imageAlt: "Cataract surgery",
|
||||
},
|
||||
title: "Cataract Surgery", description: "Safe and effective surgical removal of cataracts with modern intraocular lenses.", imageSrc: "http://img.b2bpic.net/free-photo/baby-boy-with-blue-eyes-sitting-baby-seat_58702-7185.jpg", imageAlt: "Cataract surgery"},
|
||||
{
|
||||
title: "LASIK & Refractive Surgery",
|
||||
description: "Permanent vision correction solutions to reduce reliance on glasses and contacts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-getting-her-eyes-checked_23-2150758539.jpg",
|
||||
imageAlt: "LASIK eye surgery",
|
||||
},
|
||||
title: "LASIK & Refractive Surgery", description: "Permanent vision correction solutions to reduce reliance on glasses and contacts.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-getting-her-eyes-checked_23-2150758539.jpg", imageAlt: "LASIK eye surgery"},
|
||||
{
|
||||
title: "Glaucoma Management",
|
||||
description: "Comprehensive treatment and ongoing management to preserve your vision.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-pouring-some-eye-drops-patient_23-2149082481.jpg",
|
||||
imageAlt: "Glaucoma eye drops",
|
||||
},
|
||||
title: "Glaucoma Management", description: "Comprehensive treatment and ongoing management to preserve your vision.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-pouring-some-eye-drops-patient_23-2149082481.jpg", imageAlt: "Glaucoma eye drops"},
|
||||
{
|
||||
title: "Retinal Services",
|
||||
description: "Specialized care for retinal disorders, including diabetic retinopathy and macular degeneration.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150917653.jpg",
|
||||
imageAlt: "Retinal examination",
|
||||
},
|
||||
title: "Retinal Services", description: "Specialized care for retinal disorders, including diabetic retinopathy and macular degeneration.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150917653.jpg", imageAlt: "Retinal examination"},
|
||||
{
|
||||
title: "Pediatric Ophthalmology",
|
||||
description: "Gentle and expert eye care for children, addressing their unique visual needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/devices-ready-patient-consultation_23-2149230053.jpg",
|
||||
imageAlt: "Child eye exam",
|
||||
},
|
||||
title: "Pediatric Ophthalmology", description: "Gentle and expert eye care for children, addressing their unique visual needs.", imageSrc: "http://img.b2bpic.net/free-photo/devices-ready-patient-consultation_23-2149230053.jpg", imageAlt: "Child eye exam"},
|
||||
]}
|
||||
title="Our Comprehensive Eye Care Services"
|
||||
description="We offer a full spectrum of advanced eye care, from routine check-ups to complex surgical procedures, ensuring your vision is in the best hands."
|
||||
@@ -232,32 +161,16 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "25+",
|
||||
title: "Years of Experience",
|
||||
description: "Dr. Chodhari's extensive experience ensures expert care.",
|
||||
icon: CalendarCheck,
|
||||
id: "m1", value: "25+", title: "Years of Experience", description: "Dr. Chodhari's extensive experience ensures expert care.", icon: CalendarCheck,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5000+",
|
||||
title: "Successful Surgeries",
|
||||
description: "Thousands of successful procedures improving patient vision.",
|
||||
icon: Eye,
|
||||
id: "m2", value: "5000+", title: "Successful Surgeries", description: "Thousands of successful procedures improving patient vision.", icon: Eye,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
title: "Patient Satisfaction",
|
||||
description: "Our patients consistently rate us highly for care and results.",
|
||||
icon: Star,
|
||||
id: "m3", value: "98%", title: "Patient Satisfaction", description: "Our patients consistently rate us highly for care and results.", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "Top Rated",
|
||||
title: "Eye Clinic",
|
||||
description: "Recognized as a leading eye care facility in Mumbai.",
|
||||
icon: Award,
|
||||
id: "m4", value: "Top Rated", title: "Eye Clinic", description: "Recognized as a leading eye care facility in Mumbai.", icon: Award,
|
||||
},
|
||||
]}
|
||||
title="Our Commitment to Excellence"
|
||||
@@ -272,44 +185,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "doctors",
|
||||
groupTitle: "Doctors & Specialists",
|
||||
members: [
|
||||
id: "doctors", groupTitle: "Doctors & Specialists", members: [
|
||||
{
|
||||
id: "drchodhari",
|
||||
title: "Dr. Chodhari",
|
||||
subtitle: "Chief Ophthalmologist & Eye Surgeon",
|
||||
detail: "MBBS, MS (Ophthalmology). Specializes in Cataract & Refractive Surgeries.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-camera-dental-office-wainting-consultation-elderly-male-smiling-webcam-s_482257-4047.jpg",
|
||||
imageAlt: "Dr. Chodhari",
|
||||
},
|
||||
id: "drchodhari", title: "Dr. Chodhari", subtitle: "Chief Ophthalmologist & Eye Surgeon", detail: "MBBS, MS (Ophthalmology). Specializes in Cataract & Refractive Surgeries.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-camera-dental-office-wainting-consultation-elderly-male-smiling-webcam-s_482257-4047.jpg", imageAlt: "Dr. Chodhari"},
|
||||
{
|
||||
id: "droptometrist",
|
||||
title: "Dr. Priya Sharma",
|
||||
subtitle: "Consulting Optometrist",
|
||||
detail: "B.Optom. Expert in vision testing and contact lens fitting.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-optician-eye-exam_23-2148273220.jpg",
|
||||
imageAlt: "Dr. Priya Sharma",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-eye-logo_1071-127.jpg",
|
||||
imageAlt: "Dr Chodhari professional headshot",
|
||||
id: "droptometrist", title: "Dr. Priya Sharma", subtitle: "Consulting Optometrist", detail: "B.Optom. Expert in vision testing and contact lens fitting.", imageSrc: "http://img.b2bpic.net/free-photo/woman-optician-eye-exam_23-2148273220.jpg", imageAlt: "Dr. Priya Sharma"},
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "support",
|
||||
groupTitle: "Support Staff",
|
||||
members: [
|
||||
id: "support", groupTitle: "Support Staff", members: [
|
||||
{
|
||||
id: "assistant1",
|
||||
title: "Ms. Pooja Singh",
|
||||
subtitle: "Senior Clinic Coordinator",
|
||||
detail: "Manages patient appointments and clinic operations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-owner-working_23-2148828337.jpg",
|
||||
imageAlt: "Ms. Pooja Singh",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/devices-ready-patient-consultation_23-2149230006.jpg?_wi=2",
|
||||
imageAlt: "Dr Chodhari professional headshot",
|
||||
id: "assistant1", title: "Ms. Pooja Singh", subtitle: "Senior Clinic Coordinator", detail: "Manages patient appointments and clinic operations.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-owner-working_23-2148828337.jpg", imageAlt: "Ms. Pooja Singh"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Meet Our Dedicated Team"
|
||||
@@ -323,50 +210,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Life-Changing Cataract Surgery",
|
||||
quote: "Dr. Chodhari performed my cataract surgery, and the results are incredible. My vision is clearer than ever before. Highly recommend the clinic!",
|
||||
name: "Rajesh Kumar",
|
||||
role: "Retired Teacher",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-older-man-with-binoculars-outdoors_23-2148642011.jpg",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
id: "1", title: "Life-Changing Cataract Surgery", quote: "Dr. Chodhari performed my cataract surgery, and the results are incredible. My vision is clearer than ever before. Highly recommend the clinic!", name: "Rajesh Kumar", role: "Retired Teacher", imageSrc: "http://img.b2bpic.net/free-photo/side-view-older-man-with-binoculars-outdoors_23-2148642011.jpg", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Excellent LASIK Experience",
|
||||
quote: "I had my LASIK surgery here, and it was a seamless experience. The team is professional, and my vision is now 20/20. Thank you, Dr. Chodhari!",
|
||||
name: "Neha Patel",
|
||||
role: "Software Engineer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-optometrist_23-2148196783.jpg",
|
||||
imageAlt: "Neha Patel",
|
||||
},
|
||||
id: "2", title: "Excellent LASIK Experience", quote: "I had my LASIK surgery here, and it was a seamless experience. The team is professional, and my vision is now 20/20. Thank you, Dr. Chodhari!", name: "Neha Patel", role: "Software Engineer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-optometrist_23-2148196783.jpg", imageAlt: "Neha Patel"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Trustworthy Eye Care",
|
||||
quote: "For years, I've trusted Dr. Chodhari with my family's eye health. Their expertise and compassionate approach make every visit reassuring.",
|
||||
name: "Amit Desai",
|
||||
role: "Business Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/surprised-senior-bearded-caucasian-man-stares-through-eyeglasses-expresses-shock-wonders-seasonal-discounts-prices-hears-incredible-news-wears-casual-grey-jumper-isolated-blue-wall_273609-43792.jpg",
|
||||
imageAlt: "Amit Desai",
|
||||
},
|
||||
id: "3", title: "Trustworthy Eye Care", quote: "For years, I've trusted Dr. Chodhari with my family's eye health. Their expertise and compassionate approach make every visit reassuring.", name: "Amit Desai", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/surprised-senior-bearded-caucasian-man-stares-through-eyeglasses-expresses-shock-wonders-seasonal-discounts-prices-hears-incredible-news-wears-casual-grey-jumper-isolated-blue-wall_273609-43792.jpg", imageAlt: "Amit Desai"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Thorough and Friendly",
|
||||
quote: "The staff is incredibly friendly, and Dr. Chodhari is very thorough. I appreciate the detailed explanations and personalized care I received.",
|
||||
name: "Priya Singh",
|
||||
role: "Homemaker",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/symbol-agreement_1098-15626.jpg",
|
||||
imageAlt: "Priya Singh",
|
||||
},
|
||||
id: "4", title: "Thorough and Friendly", quote: "The staff is incredibly friendly, and Dr. Chodhari is very thorough. I appreciate the detailed explanations and personalized care I received.", name: "Priya Singh", role: "Homemaker", imageSrc: "http://img.b2bpic.net/free-photo/symbol-agreement_1098-15626.jpg", imageAlt: "Priya Singh"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Fantastic Pediatric Eye Care",
|
||||
quote: "My son loves coming here! The team made his first eye check-up a fun experience. Highly recommended for children's eye care.",
|
||||
name: "Sunita Sharma",
|
||||
role: "Parent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-kid-doctor-s-appointment_23-2149726968.jpg",
|
||||
imageAlt: "Sunita Sharma",
|
||||
},
|
||||
id: "5", title: "Fantastic Pediatric Eye Care", quote: "My son loves coming here! The team made his first eye check-up a fun experience. Highly recommended for children's eye care.", name: "Sunita Sharma", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-kid-doctor-s-appointment_23-2149726968.jpg", imageAlt: "Sunita Sharma"},
|
||||
]}
|
||||
title="What Our Patients Say"
|
||||
description="Hear from those whose lives we've touched with improved vision and exceptional care."
|
||||
@@ -379,35 +231,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What insurance plans do you accept?",
|
||||
content: "We accept a wide range of insurance providers. Please contact our reception desk with your insurance details to confirm coverage for your specific plan.",
|
||||
},
|
||||
id: "faq1", title: "What insurance plans do you accept?", content: "We accept a wide range of insurance providers. Please contact our reception desk with your insurance details to confirm coverage for your specific plan."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "How often should I have an eye exam?",
|
||||
content: "It is generally recommended to have a comprehensive eye exam every one to two years, depending on your age, risk factors, and overall health. Your ophthalmologist will advise the best schedule for you.",
|
||||
},
|
||||
id: "faq2", title: "How often should I have an eye exam?", content: "It is generally recommended to have a comprehensive eye exam every one to two years, depending on your age, risk factors, and overall health. Your ophthalmologist will advise the best schedule for you."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "What should I bring to my first appointment?",
|
||||
content: "Please bring your current glasses or contact lenses, a list of any medications you are taking, and your insurance card. If you have previous eye records, they can also be helpful.",
|
||||
},
|
||||
id: "faq3", title: "What should I bring to my first appointment?", content: "Please bring your current glasses or contact lenses, a list of any medications you are taking, and your insurance card. If you have previous eye records, they can also be helpful."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Do you offer emergency eye care?",
|
||||
content: "For eye emergencies, please call our clinic immediately. Outside of business hours, visit the nearest emergency room. We strive to accommodate urgent cases as quickly as possible.",
|
||||
},
|
||||
id: "faq4", title: "Do you offer emergency eye care?", content: "For eye emergencies, please call our clinic immediately. Outside of business hours, visit the nearest emergency room. We strive to accommodate urgent cases as quickly as possible."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "What is the recovery time for LASIK surgery?",
|
||||
content: "Most patients experience significantly improved vision within 24-48 hours after LASIK. Full recovery and stabilization of vision typically occur within a few weeks, though individual results may vary.",
|
||||
},
|
||||
id: "faq5", title: "What is the recovery time for LASIK surgery?", content: "Most patients experience significantly improved vision within 24-48 hours after LASIK. Full recovery and stabilization of vision typically occur within a few weeks, though individual results may vary."},
|
||||
{
|
||||
id: "faq6",
|
||||
title: "Is cataract surgery painful?",
|
||||
content: "Cataract surgery is performed under local anesthesia, so you will not feel any pain during the procedure. Mild discomfort or a gritty sensation may be experienced during the recovery period, which can be managed with prescribed eye drops.",
|
||||
},
|
||||
id: "faq6", title: "Is cataract surgery painful?", content: "Cataract surgery is performed under local anesthesia, so you will not feel any pain during the procedure. Mild discomfort or a gritty sensation may be experienced during the recovery period, which can be managed with prescribed eye drops."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common queries about our services, appointments, and eye health."
|
||||
@@ -422,28 +256,17 @@ export default function LandingPage() {
|
||||
description="Ready for clearer vision? Schedule a consultation with Dr. Chodhari's Eye Clinic. Our friendly team is here to assist you."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Full Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your concern or preferred appointment time",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us about your concern or preferred appointment time", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hospital-reception-desk-with-computer-making-healthcare-appointments-patients-with-disease-registration-work-with-medical-checkup-reports-papers-forms-facility-lobby_482257-50665.jpg"
|
||||
imageAlt="Modern eye clinic reception area"
|
||||
@@ -457,58 +280,35 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Cataract Surgery",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Cataract Surgery", href: "#services"},
|
||||
{
|
||||
label: "LASIK",
|
||||
href: "#services",
|
||||
},
|
||||
label: "LASIK", href: "#services"},
|
||||
{
|
||||
label: "Glaucoma Care",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Glaucoma Care", href: "#services"},
|
||||
{
|
||||
label: "Pediatric Eye Care",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Pediatric Eye Care", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Clinic",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Clinic", href: "#about"},
|
||||
{
|
||||
label: "Meet the Doctor",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Meet the Doctor", href: "#team"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user