Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
273
src/app/page.tsx
273
src/app/page.tsx
@@ -34,73 +34,40 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Treatments",
|
||||
id: "treatments",
|
||||
},
|
||||
name: "Treatments", id: "treatments"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Thirukumaran Homoeopathy"
|
||||
button={{
|
||||
text: "Book Consultation",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Consultation", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
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."
|
||||
tag="Your Path to Natural Wellness"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Consultation Today",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Consultation Today", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
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."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years of Experience",
|
||||
},
|
||||
value: "15+", title: "Years of Experience"},
|
||||
{
|
||||
value: "2000+",
|
||||
title: "Happy Patients",
|
||||
},
|
||||
value: "2000+", title: "Happy Patients"},
|
||||
{
|
||||
value: "5+",
|
||||
title: "Specializations",
|
||||
},
|
||||
value: "5+", title: "Specializations"},
|
||||
]}
|
||||
tag="Our Expertise & Commitment"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923347.jpg"
|
||||
@@ -143,24 +104,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Allergies & Respiratory Issues",
|
||||
description: "Holistic relief for seasonal allergies, asthma, and chronic coughs, addressing root causes naturally.",
|
||||
},
|
||||
title: "Allergies & Respiratory Issues", description: "Holistic relief for seasonal allergies, asthma, and chronic coughs, addressing root causes naturally."},
|
||||
{
|
||||
icon: Activity,
|
||||
title: "Skin Diseases & Dermatology",
|
||||
description: "Effective homeopathic solutions for eczema, psoriasis, acne, and other persistent skin conditions.",
|
||||
},
|
||||
title: "Skin Diseases & Dermatology", description: "Effective homeopathic solutions for eczema, psoriasis, acne, and other persistent skin conditions."},
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Lifestyle Disorders",
|
||||
description: "Comprehensive treatment plans for diabetes, hypertension, obesity, and stress-related ailments.",
|
||||
},
|
||||
title: "Lifestyle Disorders", description: "Comprehensive treatment plans for diabetes, hypertension, obesity, and stress-related ailments."},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
title: "Mental Health & Behavioral Concerns",
|
||||
description: "Gentle remedies for anxiety, depression, insomnia, and behavioral challenges, promoting emotional balance.",
|
||||
},
|
||||
title: "Mental Health & Behavioral Concerns", description: "Gentle remedies for anxiety, depression, insomnia, and behavioral challenges, promoting emotional balance."},
|
||||
]}
|
||||
title="Our Multispecialty Treatment Expertise"
|
||||
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}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: LifeBuoy,
|
||||
title: "Patient Trust",
|
||||
value: "98%",
|
||||
},
|
||||
id: "m1", icon: LifeBuoy,
|
||||
title: "Patient Trust", value: "98%"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Award,
|
||||
title: "Success Rate",
|
||||
value: "90%+",
|
||||
},
|
||||
id: "m2", icon: Award,
|
||||
title: "Success Rate", value: "90%+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Users,
|
||||
title: "Return Patients",
|
||||
value: "85%",
|
||||
},
|
||||
id: "m3", icon: Users,
|
||||
title: "Return Patients", value: "85%"},
|
||||
{
|
||||
id: "m4",
|
||||
icon: CalendarCheck,
|
||||
title: "Years of Service",
|
||||
value: "15+",
|
||||
},
|
||||
id: "m4", icon: CalendarCheck,
|
||||
title: "Years of Service", value: "15+"},
|
||||
]}
|
||||
title="Proven Outcomes & Patient Satisfaction"
|
||||
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}
|
||||
testimonials={[
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
]}
|
||||
title="What Our Patients Say"
|
||||
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"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"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",
|
||||
]}
|
||||
"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"]}
|
||||
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."
|
||||
tag="Our Recognitions"
|
||||
@@ -288,38 +192,11 @@ export default function LandingPage() {
|
||||
tag="Our Blog"
|
||||
blogs={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -330,25 +207,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
]}
|
||||
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"
|
||||
@@ -365,8 +230,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Schedule Your Visit"
|
||||
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."
|
||||
@@ -383,66 +247,39 @@ export default function LandingPage() {
|
||||
logoText="Thirukumaran Homoeopathy"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Allergies",
|
||||
href: "#treatments",
|
||||
},
|
||||
label: "Allergies", href: "#treatments"},
|
||||
{
|
||||
label: "Skin Diseases",
|
||||
href: "#treatments",
|
||||
},
|
||||
label: "Skin Diseases", href: "#treatments"},
|
||||
{
|
||||
label: "Lifestyle Disorders",
|
||||
href: "#treatments",
|
||||
},
|
||||
label: "Lifestyle Disorders", href: "#treatments"},
|
||||
{
|
||||
label: "Mental Health",
|
||||
href: "#treatments",
|
||||
},
|
||||
label: "Mental Health", href: "#treatments"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Clinic",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Clinic", href: "#about"},
|
||||
{
|
||||
label: "Our Doctors",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Doctors", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#blog",
|
||||
},
|
||||
label: "Blog", href: "#blog"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user