Update src/app/page.tsx
This commit is contained in:
290
src/app/page.tsx
290
src/app/page.tsx
@@ -34,38 +34,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Treatments",
|
||||
id: "treatments",
|
||||
},
|
||||
name: "Treatments", id: "treatments"},
|
||||
{
|
||||
name: "Our Approach",
|
||||
id: "approach",
|
||||
},
|
||||
name: "Our Approach", id: "approach"},
|
||||
{
|
||||
name: "Wellness Programs",
|
||||
id: "programs",
|
||||
},
|
||||
name: "Wellness Programs", id: "programs"},
|
||||
{
|
||||
name: "Our Heritage",
|
||||
id: "heritage",
|
||||
},
|
||||
name: "Our Heritage", id: "heritage"},
|
||||
{
|
||||
name: "Client Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Client Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "faqs",
|
||||
},
|
||||
name: "FAQs", id: "faqs"},
|
||||
{
|
||||
name: "Contact Us",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact Us", id: "contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Book an Appointment",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book an Appointment", href: "#contact"}}
|
||||
brandName="Dr. Nedungadi's Ayurvedic Centre"
|
||||
/>
|
||||
</div>
|
||||
@@ -73,65 +57,42 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Ancient Wisdom, Modern Luxury Healing"
|
||||
description="Experience Dr Nedungadi's time-honoured Ayurvedic treatments in a premium clinical environment. Personalized wellness protocols designed for your transformation."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg",
|
||||
alt: "Sarah L.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", alt: "Sarah L."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg",
|
||||
alt: "John P.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg", alt: "John P."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-cartoon-woman-portrait_23-2151839614.jpg",
|
||||
alt: "Emily R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-cartoon-woman-portrait_23-2151839614.jpg", alt: "Emily R."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-asian-fitness-girl-takes-selfie-with-rubber-yoga-mat-park-healthy-young-sportswoman-makes-p_1258-123765.jpg",
|
||||
alt: "David K.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-asian-fitness-girl-takes-selfie-with-rubber-yoga-mat-park-healthy-young-sportswoman-makes-p_1258-123765.jpg", alt: "David K."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg",
|
||||
alt: "Young blonde businesswoman smiling happy standing at the city.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg", alt: "Young blonde businesswoman smiling happy standing at the city."},
|
||||
]}
|
||||
avatarText="Trusted by thousands of clients worldwide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Treatments",
|
||||
href: "#treatments",
|
||||
},
|
||||
text: "Explore Our Treatments", href: "#treatments"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Holistic Healing",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Holistic Healing", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Personalized Care",
|
||||
icon: User,
|
||||
type: "text-icon", text: "Personalized Care", icon: User,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Ancient Wisdom",
|
||||
icon: Book,
|
||||
type: "text-icon", text: "Ancient Wisdom", icon: Book,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Modern Luxury",
|
||||
icon: Diamond,
|
||||
type: "text-icon", text: "Modern Luxury", icon: Diamond,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Deep Rejuvenation",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Deep Rejuvenation", icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
@@ -143,7 +104,6 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
tag="Our Philosophy"
|
||||
title="Integrating Ancient Traditions with Contemporary Wellness"
|
||||
description="Dr. Nedungadi's Ayurvedic Centre is a sanctuary where the profound wisdom of Ayurveda meets the refined standards of modern luxury. Our commitment to authentic healing, personalized care, and a serene environment ensures a truly transformative wellness journey for every client. We blend traditional practices with a contemporary understanding of health, offering a unique path to holistic well-being."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -154,40 +114,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Abhyanga (Oil Massage)",
|
||||
subtitle: "Full-body warm herbal oil massage to nourish tissues, mobilize toxins, and deeply relax the nervous system. Promotes circulation and skin health.",
|
||||
category: "Detoxification",
|
||||
value: "60 mins",
|
||||
},
|
||||
id: "f1", title: "Abhyanga (Oil Massage)", subtitle: "Full-body warm herbal oil massage to nourish tissues, mobilize toxins, and deeply relax the nervous system. Promotes circulation and skin health.", category: "Detoxification", value: "60 mins"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Shirodhara (Oil Flow)",
|
||||
subtitle: "Gentle, continuous stream of warm herbal oil poured over the forehead, calming the mind and nervous system. Ideal for stress, anxiety, and sleep disorders.",
|
||||
category: "Mind Wellness",
|
||||
value: "45 mins",
|
||||
},
|
||||
id: "f2", title: "Shirodhara (Oil Flow)", subtitle: "Gentle, continuous stream of warm herbal oil poured over the forehead, calming the mind and nervous system. Ideal for stress, anxiety, and sleep disorders.", category: "Mind Wellness", value: "45 mins"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Panchakarma (Detoxification)",
|
||||
subtitle: "A comprehensive series of cleansing treatments designed to remove deep-seated toxins and restore balance to the doshas. Highly personalized.",
|
||||
category: "Holistic Cleansing",
|
||||
value: "7-21 days",
|
||||
},
|
||||
id: "f3", title: "Panchakarma (Detoxification)", subtitle: "A comprehensive series of cleansing treatments designed to remove deep-seated toxins and restore balance to the doshas. Highly personalized.", category: "Holistic Cleansing", value: "7-21 days"},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Swedana (Herbal Steam)",
|
||||
subtitle: "Therapeutic herbal steam bath used to open pores, liquefy toxins, and enhance the benefits of other treatments like Abhyanga. Supports circulation.",
|
||||
category: "Rejuvenation",
|
||||
value: "20 mins",
|
||||
},
|
||||
id: "f4", title: "Swedana (Herbal Steam)", subtitle: "Therapeutic herbal steam bath used to open pores, liquefy toxins, and enhance the benefits of other treatments like Abhyanga. Supports circulation.", category: "Rejuvenation", value: "20 mins"},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Nasyam (Nasal Therapy)",
|
||||
subtitle: "Administration of medicated oils or herbs through the nasal passages to clear sinuses, improve respiration, and alleviate head and neck imbalances.",
|
||||
category: "Respiratory Health",
|
||||
value: "15 mins",
|
||||
},
|
||||
id: "f5", title: "Nasyam (Nasal Therapy)", subtitle: "Administration of medicated oils or herbs through the nasal passages to clear sinuses, improve respiration, and alleviate head and neck imbalances.", category: "Respiratory Health", value: "15 mins"},
|
||||
]}
|
||||
title="Experience Our Authentic Ayurvedic Treatments"
|
||||
description="Discover a curated selection of traditional Ayurvedic therapies designed for deep healing, rejuvenation, and holistic well-being. Each treatment is administered by expert practitioners using time-tested methods and natural ingredients."
|
||||
@@ -203,47 +138,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Detox & Rejuvenation Retreat",
|
||||
price: "$2,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-with-hindu-things-lady-blue-dress-brunette-sitting_1157-41099.jpg",
|
||||
imageAlt: "Ayurvedic detox program with herbal preparations",
|
||||
},
|
||||
id: "p1", name: "Detox & Rejuvenation Retreat", price: "$2,500", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-with-hindu-things-lady-blue-dress-brunette-sitting_1157-41099.jpg", imageAlt: "Ayurvedic detox program with herbal preparations"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Anti-Stress & Serenity Program",
|
||||
price: "$1,800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-sharing-feelings-emotions-group-therapy-session_23-2151073992.jpg",
|
||||
imageAlt: "Relaxing meditation and herbal remedies",
|
||||
},
|
||||
id: "p2", name: "Anti-Stress & Serenity Program", price: "$1,800", imageSrc: "http://img.b2bpic.net/free-photo/people-sharing-feelings-emotions-group-therapy-session_23-2151073992.jpg", imageAlt: "Relaxing meditation and herbal remedies"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Immune Boost & Vitality Program",
|
||||
price: "$2,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-doing-yoga-medium-shot_23-2148935674.jpg",
|
||||
imageAlt: "Herbal immunity boosters and fresh produce",
|
||||
},
|
||||
id: "p3", name: "Immune Boost & Vitality Program", price: "$2,000", imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-doing-yoga-medium-shot_23-2148935674.jpg", imageAlt: "Herbal immunity boosters and fresh produce"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Weight Management & Metabolism",
|
||||
price: "$2,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-wellness-items-body-care_169016-5848.jpg",
|
||||
imageAlt: "Balanced diet and Ayurvedic supplements",
|
||||
},
|
||||
id: "p4", name: "Weight Management & Metabolism", price: "$2,200", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-wellness-items-body-care_169016-5848.jpg", imageAlt: "Balanced diet and Ayurvedic supplements"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Chronic Pain & Mobility Support",
|
||||
price: "$2,300",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-rehabilitation-center-getting-treatment_23-2150356708.jpg",
|
||||
imageAlt: "Ayurvedic balms and gentle movement therapy",
|
||||
},
|
||||
id: "p5", name: "Chronic Pain & Mobility Support", price: "$2,300", imageSrc: "http://img.b2bpic.net/free-photo/woman-rehabilitation-center-getting-treatment_23-2150356708.jpg", imageAlt: "Ayurvedic balms and gentle movement therapy"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Sleep Harmony & Restoration",
|
||||
price: "$1,700",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-fresh-tomatoes-mask-spa_1150-3140.jpg",
|
||||
imageAlt: "Herbal teas and calming sleep environment",
|
||||
},
|
||||
id: "p6", name: "Sleep Harmony & Restoration", price: "$1,700", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-fresh-tomatoes-mask-spa_1150-3140.jpg", imageAlt: "Herbal teas and calming sleep environment"},
|
||||
]}
|
||||
title="Personalized Ayurvedic Wellness Programs"
|
||||
description="Embark on a journey to optimal health with our bespoke wellness programs. Designed for specific health goals, our programs integrate multiple therapies, dietary guidance, and lifestyle recommendations for lasting transformation."
|
||||
@@ -255,31 +160,20 @@ export default function LandingPage() {
|
||||
<MetricCardThree
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Heart,
|
||||
title: "Satisfied Clients",
|
||||
value: "98%",
|
||||
},
|
||||
id: "m1", icon: Heart,
|
||||
title: "Satisfied Clients", value: "98%"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Award,
|
||||
title: "Years in Practice",
|
||||
value: "30+",
|
||||
},
|
||||
id: "m2", icon: Award,
|
||||
title: "Years in Practice", value: "30+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: TrendingUp,
|
||||
title: "Successful Treatments",
|
||||
value: "25K+",
|
||||
},
|
||||
id: "m3", icon: TrendingUp,
|
||||
title: "Successful Treatments", value: "25K+"},
|
||||
{
|
||||
id: "m4",
|
||||
icon: Users,
|
||||
title: "Expert Practitioners",
|
||||
value: "15+",
|
||||
},
|
||||
id: "m4", icon: Users,
|
||||
title: "Expert Practitioners", value: "15+"},
|
||||
]}
|
||||
title="A Legacy of Healing & Excellence"
|
||||
description="With decades of experience and a deep commitment to Ayurvedic principles, Dr. Nedungadi's Centre has transformed thousands of lives, guided by ancient wisdom and modern expertise. Our practitioners uphold the highest standards of care."
|
||||
@@ -292,14 +186,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Global Wellness Institute",
|
||||
"Ayurveda Practitioners Association",
|
||||
"International Spa & Wellness Alliance",
|
||||
"Holistic Health Foundation",
|
||||
"Certified Ayurvedic Clinics",
|
||||
"Wellness Tourism Association",
|
||||
"Natural Health Council",
|
||||
]}
|
||||
"Global Wellness Institute", "Ayurveda Practitioners Association", "International Spa & Wellness Alliance", "Holistic Health Foundation", "Certified Ayurvedic Clinics", "Wellness Tourism Association", "Natural Health Council"]}
|
||||
title="Trusted by Esteemed Wellness Organizations"
|
||||
description="Our commitment to excellence and authentic Ayurvedic practices is recognized by leading health and wellness institutions worldwide, ensuring you receive care of the highest standard."
|
||||
tag="Credibility"
|
||||
@@ -313,50 +200,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Eleanor Vance",
|
||||
handle: "@EleanorVance",
|
||||
testimonial: "The deep cleanse and personalized care at Dr. Nedungadi's completely revitalized me. I've never felt this vibrant!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-surprised-older-woman_23-2149022599.jpg",
|
||||
imageAlt: "happy senior woman glowing skin",
|
||||
},
|
||||
id: "t1", name: "Eleanor Vance", handle: "@EleanorVance", testimonial: "The deep cleanse and personalized care at Dr. Nedungadi's completely revitalized me. I've never felt this vibrant!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-surprised-older-woman_23-2149022599.jpg", imageAlt: "happy senior woman glowing skin"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus Thorne",
|
||||
handle: "@MarcusThorne",
|
||||
testimonial: "After years of discomfort, the Ayurvedic approach here provided lasting relief. A truly professional and serene environment.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-practicing-yoga-mindfulness_23-2151745690.jpg",
|
||||
imageAlt: "peaceful middle-aged man serene",
|
||||
},
|
||||
id: "t2", name: "Marcus Thorne", handle: "@MarcusThorne", testimonial: "After years of discomfort, the Ayurvedic approach here provided lasting relief. A truly professional and serene environment.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-practicing-yoga-mindfulness_23-2151745690.jpg", imageAlt: "peaceful middle-aged man serene"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sophia Chen",
|
||||
handle: "@SophiaChen",
|
||||
testimonial: "The Shirodhara therapy was a revelation. My mind feels clearer, and my sleep has dramatically improved. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-indoor-shot-joyful-pretty-teenage-girl-with-straight-fair-hair-embracing-back-chair-sitting-backwards-closing-eyes-because-bright-sunshine-smiling-broadly_344912-29.jpg",
|
||||
imageAlt: "radiant young woman smiling natural",
|
||||
},
|
||||
id: "t3", name: "Sophia Chen", handle: "@SophiaChen", testimonial: "The Shirodhara therapy was a revelation. My mind feels clearer, and my sleep has dramatically improved. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-indoor-shot-joyful-pretty-teenage-girl-with-straight-fair-hair-embracing-back-chair-sitting-backwards-closing-eyes-because-bright-sunshine-smiling-broadly_344912-29.jpg", imageAlt: "radiant young woman smiling natural"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Julian Hayes",
|
||||
handle: "@JulianHayes",
|
||||
testimonial: "A sanctuary of healing. The practitioners are incredibly knowledgeable and genuinely caring. A world-class Ayurvedic experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elder-man-working-out-alongside-water_23-2148314573.jpg",
|
||||
imageAlt: "thoughtful man serious yet content",
|
||||
},
|
||||
id: "t4", name: "Julian Hayes", handle: "@JulianHayes", testimonial: "A sanctuary of healing. The practitioners are incredibly knowledgeable and genuinely caring. A world-class Ayurvedic experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elder-man-working-out-alongside-water_23-2148314573.jpg", imageAlt: "thoughtful man serious yet content"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Isabella Rossi",
|
||||
handle: "@IsabellaR",
|
||||
testimonial: "The individualized wellness plan transformed my health. Dr. Nedungadi's is truly a beacon of authentic Ayurvedic wisdom.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430604.jpg",
|
||||
imageAlt: "graceful woman with serene smile",
|
||||
},
|
||||
id: "t5", name: "Isabella Rossi", handle: "@IsabellaR", testimonial: "The individualized wellness plan transformed my health. Dr. Nedungadi's is truly a beacon of authentic Ayurvedic wisdom.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430604.jpg", imageAlt: "graceful woman with serene smile"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Transformative Journeys: Hear From Our Esteemed Clients"
|
||||
@@ -371,35 +228,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What is Ayurveda?",
|
||||
content: "Ayurveda is an ancient Indian system of medicine, over 5,000 years old, that emphasizes a holistic approach to health. It focuses on balancing the body, mind, and spirit through diet, lifestyle, herbal remedies, and therapeutic treatments unique to an individual's constitution (Dosha).",
|
||||
},
|
||||
id: "faq1", title: "What is Ayurveda?", content: "Ayurveda is an ancient Indian system of medicine, over 5,000 years old, that emphasizes a holistic approach to health. It focuses on balancing the body, mind, and spirit through diet, lifestyle, herbal remedies, and therapeutic treatments unique to an individual's constitution (Dosha)."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "What treatments do you offer?",
|
||||
content: "We offer a wide range of authentic Ayurvedic treatments, including Abhyanga (oil massage), Shirodhara (forehead oil flow), Panchakarma detoxification, Swedana (herbal steam), and specialized therapies for various conditions. All treatments are tailored to your specific needs.",
|
||||
},
|
||||
id: "faq2", title: "What treatments do you offer?", content: "We offer a wide range of authentic Ayurvedic treatments, including Abhyanga (oil massage), Shirodhara (forehead oil flow), Panchakarma detoxification, Swedana (herbal steam), and specialized therapies for various conditions. All treatments are tailored to your specific needs."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "What should I expect during my first consultation?",
|
||||
content: "Your initial consultation involves a detailed assessment of your health history, lifestyle, and constitutional type (Dosha). Our expert practitioners will discuss your health goals and create a personalized wellness plan, which may include treatments, dietary changes, and herbal recommendations.",
|
||||
},
|
||||
id: "faq3", title: "What should I expect during my first consultation?", content: "Your initial consultation involves a detailed assessment of your health history, lifestyle, and constitutional type (Dosha). Our expert practitioners will discuss your health goals and create a personalized wellness plan, which may include treatments, dietary changes, and herbal recommendations."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Are Ayurvedic treatments suitable for everyone?",
|
||||
content: "Ayurvedic treatments are highly individualized. While generally safe and beneficial, we conduct a thorough consultation to ensure that the recommended therapies are appropriate for your specific health condition and constitution. We cater to a wide range of health concerns and goals.",
|
||||
},
|
||||
id: "faq4", title: "Are Ayurvedic treatments suitable for everyone?", content: "Ayurvedic treatments are highly individualized. While generally safe and beneficial, we conduct a thorough consultation to ensure that the recommended therapies are appropriate for your specific health condition and constitution. We cater to a wide range of health concerns and goals."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "How long do the treatments last?",
|
||||
content: "The duration of treatments varies. Individual sessions typically range from 30 minutes to 90 minutes. Comprehensive wellness programs, such as Panchakarma, can last from 7 to 21 days, depending on the client's needs and the practitioner's recommendation.",
|
||||
},
|
||||
id: "faq5", title: "How long do the treatments last?", content: "The duration of treatments varies. Individual sessions typically range from 30 minutes to 90 minutes. Comprehensive wellness programs, such as Panchakarma, can last from 7 to 21 days, depending on the client's needs and the practitioner's recommendation."},
|
||||
{
|
||||
id: "faq6",
|
||||
title: "Do you integrate modern medical insights?",
|
||||
content: "Yes, while our foundation is rooted in traditional Ayurvedic principles, our practitioners are well-versed in contemporary health science. We integrate modern diagnostic insights with ancient wisdom to provide a holistic and effective approach to healing, ensuring a balanced perspective on your health journey.",
|
||||
},
|
||||
id: "faq6", title: "Do you integrate modern medical insights?", content: "Yes, while our foundation is rooted in traditional Ayurvedic principles, our practitioners are well-versed in contemporary health science. We integrate modern diagnostic insights with ancient wisdom to provide a holistic and effective approach to healing, ensuring a balanced perspective on your health journey."},
|
||||
]}
|
||||
title="Frequently Asked Questions About Ayurveda & Our Centre"
|
||||
description="Find comprehensive answers to common queries regarding our treatments, approach, appointment process, and the profound benefits of Ayurvedic healing. If you have further questions, please contact us."
|
||||
@@ -412,16 +251,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Begin Your Journey"
|
||||
title="Book Your Personalized Ayurvedic Consultation"
|
||||
description="Connect with us to schedule your initial consultation and discover how Dr. Nedungadi's Ayurvedic Centre can guide you towards holistic health and well-being. Our team is ready to assist you in embarking on your path to wellness."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now",
|
||||
href: "mailto:info@nedungadiayurveda.com",
|
||||
},
|
||||
text: "Contact Us Now", href: "mailto:info@nedungadiayurveda.com"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -431,13 +267,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Dr. Nedungadi's Ayurvedic Centre"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user