Update src/app/page.tsx

This commit is contained in:
2026-06-10 07:55:13 +00:00
parent 9e623764e3
commit 9d637807f9

View File

@@ -34,73 +34,40 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "home"},
id: "home",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Treatments", name: "Treatments", id: "treatments"},
id: "treatments",
},
{ {
name: "Testimonials", name: "Testimonials", id: "testimonials"},
id: "testimonials",
},
{ {
name: "FAQ", name: "FAQ", id: "faq"},
id: "faq",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Thirukumaran Homoeopathy" brandName="Thirukumaran Homoeopathy"
button={{ button={{
text: "Book Consultation", text: "Book Consultation", href: "#contact"}}
href: "#contact",
}}
/> />
</div> </div>
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroSplitDualMedia <HeroSplitDualMedia
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
title="Holistic Healing for Life's Chronic Conditions" title="Holistic Healing for Life's Chronic Conditions"
description="Thirukumaran Homoeopathy combines multispecialty expertise with proven homeopathic treatments for allergies, skin diseases, lifestyle disorders, and behavioral health. Over 4.7-star rated care in Karur." description="Thirukumaran Homoeopathy combines multispecialty expertise with proven homeopathic treatments for allergies, skin diseases, lifestyle disorders, and behavioral health. Over 4.7-star rated care in Karur."
tag="Your Path to Natural Wellness" tag="Your Path to Natural Wellness"
buttons={[ buttons={[
{ {
text: "Book Your Consultation Today", text: "Book Your Consultation Today", href: "#contact"},
href: "#contact",
},
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/female-pharmacist-checking-senior-man-s-blood-pressure_23-2150359148.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-pharmacist-checking-senior-man-s-blood-pressure_23-2150359148.jpg", imageAlt: "Doctor consulting a patient about homeopathic treatment"},
imageAlt: "Doctor consulting a patient about homeopathic treatment",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-putting-prunes-into-glass-jar-with-dried-plums_140725-12903.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-putting-prunes-into-glass-jar-with-dried-plums_140725-12903.jpg", imageAlt: "Homeopathic medicine bottles on a shelf"}
imageAlt: "Homeopathic medicine bottles on a shelf",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/doctor-giving-bottle-pills-patient_23-2148757344.jpg",
imageAlt: "Doctor giving a bottle of pills to a patient",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-ginger-doctor-writing_23-2148485979.jpg",
imageAlt: "Medium shot ginger doctor writing",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/hands-unrecognizable-female-doctor-giving-pills-patient_1098-20411.jpg",
imageAlt: "Hands of unrecognizable female doctor giving pills to patient",
},
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
rating={4.7} rating={4.7}
@@ -115,17 +82,11 @@ export default function LandingPage() {
description="At Thirukumaran Homoeopathy, we are dedicated to providing compassionate and effective homeopathic care. Our multispecialty clinic in Karur is recognized for its hygienic facilities, qualified practitioners, and a patient-centered approach to chronic health challenges. We blend ancient wisdom with modern understanding to offer personalized treatment plans." description="At Thirukumaran Homoeopathy, we are dedicated to providing compassionate and effective homeopathic care. Our multispecialty clinic in Karur is recognized for its hygienic facilities, qualified practitioners, and a patient-centered approach to chronic health challenges. We blend ancient wisdom with modern understanding to offer personalized treatment plans."
metrics={[ metrics={[
{ {
value: "15+", value: "15+", title: "Years of Experience"},
title: "Years of Experience",
},
{ {
value: "2000+", value: "2000+", title: "Happy Patients"},
title: "Happy Patients",
},
{ {
value: "5+", value: "5+", title: "Specializations"},
title: "Specializations",
},
]} ]}
tag="Our Expertise & Commitment" tag="Our Expertise & Commitment"
imageSrc="http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923347.jpg" imageSrc="http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923347.jpg"
@@ -143,24 +104,16 @@ export default function LandingPage() {
features={[ features={[
{ {
icon: Leaf, icon: Leaf,
title: "Allergies & Respiratory Issues", title: "Allergies & Respiratory Issues", description: "Holistic relief for seasonal allergies, asthma, and chronic coughs, addressing root causes naturally."},
description: "Holistic relief for seasonal allergies, asthma, and chronic coughs, addressing root causes naturally.",
},
{ {
icon: Activity, icon: Activity,
title: "Skin Diseases & Dermatology", title: "Skin Diseases & Dermatology", description: "Effective homeopathic solutions for eczema, psoriasis, acne, and other persistent skin conditions."},
description: "Effective homeopathic solutions for eczema, psoriasis, acne, and other persistent skin conditions.",
},
{ {
icon: Heart, icon: Heart,
title: "Lifestyle Disorders", title: "Lifestyle Disorders", description: "Comprehensive treatment plans for diabetes, hypertension, obesity, and stress-related ailments."},
description: "Comprehensive treatment plans for diabetes, hypertension, obesity, and stress-related ailments.",
},
{ {
icon: Lightbulb, icon: Lightbulb,
title: "Mental Health & Behavioral Concerns", title: "Mental Health & Behavioral Concerns", description: "Gentle remedies for anxiety, depression, insomnia, and behavioral challenges, promoting emotional balance."},
description: "Gentle remedies for anxiety, depression, insomnia, and behavioral challenges, promoting emotional balance.",
},
]} ]}
title="Our Multispecialty Treatment Expertise" title="Our Multispecialty Treatment Expertise"
description="We specialize in a diverse range of chronic conditions, providing personalized and natural homeopathic care." description="We specialize in a diverse range of chronic conditions, providing personalized and natural homeopathic care."
@@ -175,29 +128,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", icon: LifeBuoy,
icon: LifeBuoy, title: "Patient Trust", value: "98%"},
title: "Patient Trust",
value: "98%",
},
{ {
id: "m2", id: "m2", icon: Award,
icon: Award, title: "Success Rate", value: "90%+"},
title: "Success Rate",
value: "90%+",
},
{ {
id: "m3", id: "m3", icon: Users,
icon: Users, title: "Return Patients", value: "85%"},
title: "Return Patients",
value: "85%",
},
{ {
id: "m4", id: "m4", icon: CalendarCheck,
icon: CalendarCheck, title: "Years of Service", value: "15+"},
title: "Years of Service",
value: "15+",
},
]} ]}
title="Proven Outcomes & Patient Satisfaction" title="Proven Outcomes & Patient Satisfaction"
description="Our commitment to holistic care has resulted in remarkable success and enduring trust from our patients." description="Our commitment to holistic care has resulted in remarkable success and enduring trust from our patients."
@@ -212,45 +153,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Priya S.", handle: "@PriyaWellness", testimonial: "Thirukumaran Homoeopathy truly changed my life! After years of struggling with chronic allergies, I finally found lasting relief. The doctors are incredibly knowledgeable and caring. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/african-woman-drinking-green-tea-resting-spa-salon_176420-12905.jpg", imageAlt: "Smiling woman, Priya S."},
name: "Priya S.",
handle: "@PriyaWellness",
testimonial: "Thirukumaran Homoeopathy truly changed my life! After years of struggling with chronic allergies, I finally found lasting relief. The doctors are incredibly knowledgeable and caring. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/african-woman-drinking-green-tea-resting-spa-salon_176420-12905.jpg",
imageAlt: "Smiling woman, Priya S.",
},
{ {
id: "2", id: "2", name: "Arjun M.", handle: "@ArjunHealth", testimonial: "The personalized treatment for my skin condition was exceptional. Not only did my eczema clear up, but I also feel healthier overall. A truly holistic approach.", imageSrc: "http://img.b2bpic.net/free-photo/hemp-oil-that-is-paired-with-hemp-brown-wooden-floor_1150-18450.jpg", imageAlt: "Happy man, Arjun M."},
name: "Arjun M.",
handle: "@ArjunHealth",
testimonial: "The personalized treatment for my skin condition was exceptional. Not only did my eczema clear up, but I also feel healthier overall. A truly holistic approach.",
imageSrc: "http://img.b2bpic.net/free-photo/hemp-oil-that-is-paired-with-hemp-brown-wooden-floor_1150-18450.jpg",
imageAlt: "Happy man, Arjun M.",
},
{ {
id: "3", id: "3", name: "Meena K.", handle: "@MeenaCare", testimonial: "I was hesitant about homeopathy, but Thirukumaran's team guided me through every step. My lifestyle disorder is now well-managed without heavy medications. Thank you for the wonderful care!", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1293.jpg", imageAlt: "Smiling elderly woman, Meena K."},
name: "Meena K.",
handle: "@MeenaCare",
testimonial: "I was hesitant about homeopathy, but Thirukumaran's team guided me through every step. My lifestyle disorder is now well-managed without heavy medications. Thank you for the wonderful care!",
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1293.jpg",
imageAlt: "Smiling elderly woman, Meena K.",
},
{ {
id: "4", id: "4", name: "Santhosh R.", handle: "@SanthoshWell", testimonial: "For my anxiety, I sought alternative treatment. The gentle approach here has made a huge difference. I feel calmer and more balanced now. A truly supportive environment.", imageSrc: "http://img.b2bpic.net/free-photo/positive-office-worker-admiring-seascape_1262-19190.jpg", imageAlt: "Smiling young professional, Santhosh R."},
name: "Santhosh R.",
handle: "@SanthoshWell",
testimonial: "For my anxiety, I sought alternative treatment. The gentle approach here has made a huge difference. I feel calmer and more balanced now. A truly supportive environment.",
imageSrc: "http://img.b2bpic.net/free-photo/positive-office-worker-admiring-seascape_1262-19190.jpg",
imageAlt: "Smiling young professional, Santhosh R.",
},
{ {
id: "5", id: "5", name: "Deepa L.", handle: "@DeepaHeals", testimonial: "The clinic's professionalism and hygiene are top-notch. I appreciated the thorough consultation and the clear explanation of my treatment plan. A fantastic experience all around.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-nurses-talking_23-2148501139.jpg", imageAlt: "Smiling woman in a professional setting, Deepa L."},
name: "Deepa L.",
handle: "@DeepaHeals",
testimonial: "The clinic's professionalism and hygiene are top-notch. I appreciated the thorough consultation and the clear explanation of my treatment plan. A fantastic experience all around.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-nurses-talking_23-2148501139.jpg",
imageAlt: "Smiling woman in a professional setting, Deepa L.",
},
]} ]}
title="What Our Patients Say" title="What Our Patients Say"
description="Hear directly from those who have experienced the transformative power of holistic healing at our clinic." description="Hear directly from those who have experienced the transformative power of holistic healing at our clinic."
@@ -263,14 +174,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Ministry of AYUSH", "Ministry of AYUSH", "Indian Homeopathic Medical Association", "Karur Health & Wellness Council", "Global Homeopathy Forum", "Tamil Nadu Health Partners", "Ayurveda & Naturopathy Board", "National Institute of Homeopathy"]}
"Indian Homeopathic Medical Association",
"Karur Health & Wellness Council",
"Global Homeopathy Forum",
"Tamil Nadu Health Partners",
"Ayurveda & Naturopathy Board",
"National Institute of Homeopathy",
]}
title="Trusted by Leading Health Organizations" title="Trusted by Leading Health Organizations"
description="Our clinic is recognized and affiliated with prominent national and regional health bodies, ensuring the highest standards of care and ethical practice." description="Our clinic is recognized and affiliated with prominent national and regional health bodies, ensuring the highest standards of care and ethical practice."
tag="Our Recognitions" tag="Our Recognitions"
@@ -288,38 +192,11 @@ export default function LandingPage() {
tag="Our Blog" tag="Our Blog"
blogs={[ blogs={[
{ {
id: "b1", id: "b1", category: "Allergies", title: "Natural Relief for Seasonal Allergies", excerpt: "Explore how homeopathy can provide effective and gentle relief from seasonal allergy symptoms, without side effects.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-organic-medicines-with-copy-space_23-2148776433.jpg", imageAlt: "Man sneezing with flowers in background", authorName: "Dr. Anand Kumar", authorAvatar: "http://img.b2bpic.net/free-photo/rendering-anime-doctor-job_23-2151151768.jpg", date: "May 10, 2024"},
category: "Allergies",
title: "Natural Relief for Seasonal Allergies",
excerpt: "Explore how homeopathy can provide effective and gentle relief from seasonal allergy symptoms, without side effects.",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-organic-medicines-with-copy-space_23-2148776433.jpg",
imageAlt: "Man sneezing with flowers in background",
authorName: "Dr. Anand Kumar",
authorAvatar: "http://img.b2bpic.net/free-photo/rendering-anime-doctor-job_23-2151151768.jpg",
date: "May 10, 2024",
},
{ {
id: "b2", id: "b2", category: "Lifestyle", title: "Managing Stress Holistically with Homeopathy", excerpt: "Learn about homeopathic approaches to stress management and improving overall mental well-being for a balanced life.", imageSrc: "http://img.b2bpic.net/free-photo/female-hands-making-manicure-office-painting-nails-close-up_1163-4322.jpg", imageAlt: "Person meditating peacefully", authorName: "Dr. Lakshmi Devi", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-portrait-doctor-little-patient-girl_23-2148880482.jpg", date: "April 28, 2024"},
category: "Lifestyle",
title: "Managing Stress Holistically with Homeopathy",
excerpt: "Learn about homeopathic approaches to stress management and improving overall mental well-being for a balanced life.",
imageSrc: "http://img.b2bpic.net/free-photo/female-hands-making-manicure-office-painting-nails-close-up_1163-4322.jpg",
imageAlt: "Person meditating peacefully",
authorName: "Dr. Lakshmi Devi",
authorAvatar: "http://img.b2bpic.net/free-photo/front-view-portrait-doctor-little-patient-girl_23-2148880482.jpg",
date: "April 28, 2024",
},
{ {
id: "b3", id: "b3", category: "Child Health", title: "Gentle Homeopathic Solutions for Kids' Health", excerpt: "Discover safe and natural homeopathic remedies for common childhood ailments, promoting health from an early age.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-pink-t-shirt-blue-jeans-holding-orange-pieces_140725-21130.jpg", imageAlt: "Happy child playing with toys", authorName: "Dr. Priya Sharma", authorAvatar: "http://img.b2bpic.net/free-photo/world-mental-health-day-awareness-illustration_23-2151859099.jpg", date: "April 15, 2024"},
category: "Child Health",
title: "Gentle Homeopathic Solutions for Kids' Health",
excerpt: "Discover safe and natural homeopathic remedies for common childhood ailments, promoting health from an early age.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-pink-t-shirt-blue-jeans-holding-orange-pieces_140725-21130.jpg",
imageAlt: "Happy child playing with toys",
authorName: "Dr. Priya Sharma",
authorAvatar: "http://img.b2bpic.net/free-photo/world-mental-health-day-awareness-illustration_23-2151859099.jpg",
date: "April 15, 2024",
},
]} ]}
/> />
</div> </div>
@@ -330,25 +207,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "What is homeopathy?", content: "Homeopathy is a holistic system of medicine based on the principle of 'like cures like,' using highly diluted substances to stimulate the body's self-healing mechanisms."},
title: "What is homeopathy?",
content: "Homeopathy is a holistic system of medicine based on the principle of 'like cures like,' using highly diluted substances to stimulate the body's self-healing mechanisms.",
},
{ {
id: "q2", id: "q2", title: "Is homeopathic treatment safe for all ages?", content: "Yes, homeopathic remedies are gentle, non-toxic, and considered safe for infants, children, adults, and pregnant women when prescribed by a qualified practitioner."},
title: "Is homeopathic treatment safe for all ages?",
content: "Yes, homeopathic remedies are gentle, non-toxic, and considered safe for infants, children, adults, and pregnant women when prescribed by a qualified practitioner.",
},
{ {
id: "q3", id: "q3", title: "How long does a typical homeopathic consultation last?", content: "Initial consultations are typically comprehensive, lasting between 60-90 minutes to understand your full medical history and individual symptoms. Follow-up appointments are shorter."},
title: "How long does a typical homeopathic consultation last?",
content: "Initial consultations are typically comprehensive, lasting between 60-90 minutes to understand your full medical history and individual symptoms. Follow-up appointments are shorter.",
},
{ {
id: "q4", id: "q4", title: "What conditions can homeopathy treat?", content: "Homeopathy can effectively treat a wide range of acute and chronic conditions, including allergies, skin disorders, digestive issues, stress, anxiety, and various lifestyle-related diseases."},
title: "What conditions can homeopathy treat?",
content: "Homeopathy can effectively treat a wide range of acute and chronic conditions, including allergies, skin disorders, digestive issues, stress, anxiety, and various lifestyle-related diseases.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/thoughtful-woman-going-through-medical-test-results-with-her-doctor-clinic_637285-1779.jpg" imageSrc="http://img.b2bpic.net/free-photo/thoughtful-woman-going-through-medical-test-results-with-her-doctor-clinic_637285-1779.jpg"
imageAlt="Person pondering a question, surrounded by thought bubbles" imageAlt="Person pondering a question, surrounded by thought bubbles"
@@ -365,8 +230,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
tag="Schedule Your Visit" tag="Schedule Your Visit"
title="Book Your Holistic Healing Consultation" title="Book Your Holistic Healing Consultation"
description="Ready to start your journey to natural wellness? Contact us today to book an appointment or inquire about our specialized treatments. Our team is here to guide you." description="Ready to start your journey to natural wellness? Contact us today to book an appointment or inquire about our specialized treatments. Our team is here to guide you."
@@ -383,66 +247,39 @@ export default function LandingPage() {
logoText="Thirukumaran Homoeopathy" logoText="Thirukumaran Homoeopathy"
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "Allergies", label: "Allergies", href: "#treatments"},
href: "#treatments",
},
{ {
label: "Skin Diseases", label: "Skin Diseases", href: "#treatments"},
href: "#treatments",
},
{ {
label: "Lifestyle Disorders", label: "Lifestyle Disorders", href: "#treatments"},
href: "#treatments",
},
{ {
label: "Mental Health", label: "Mental Health", href: "#treatments"},
href: "#treatments",
},
], ],
}, },
{ {
title: "About Us", title: "About Us", items: [
items: [
{ {
label: "Our Clinic", label: "Our Clinic", href: "#about"},
href: "#about",
},
{ {
label: "Our Doctors", label: "Our Doctors", href: "#about"},
href: "#about",
},
{ {
label: "Testimonials", label: "Testimonials", href: "#testimonials"},
href: "#testimonials",
},
{ {
label: "Blog", label: "Blog", href: "#blog"},
href: "#blog",
},
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ {
label: "FAQ", label: "FAQ", href: "#faq"},
href: "#faq",
},
{ {
label: "Contact Us", label: "Contact Us", href: "#contact"},
href: "#contact",
},
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}