Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-01 12:09:09 +00:00

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Benefits",
id: "benefits",
},
name: "Benefits", id: "benefits"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Moga Clinic"
/>
@@ -53,104 +45,61 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Healing Simplified Naturally Elevated"
description="Moga's premier Electro Homeopathy center specializing in non-toxic, plant-based recovery for chronic conditions using the ancient Spagyric method."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142195.jpg?_wi=1",
imageAlt: "Healing clinic atmosphere",
},
imageSrc: "http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142195.jpg?_wi=1", imageAlt: "Healing clinic atmosphere"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-medicinal-spices-herbs_23-2148776497.jpg?_wi=1",
imageAlt: "Natural herbs",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-medicinal-spices-herbs_23-2148776497.jpg?_wi=1", imageAlt: "Natural herbs"},
{
imageSrc: "http://img.b2bpic.net/free-vector/flat-hand-drawn-epoc-infographic-template_23-2148833010.jpg?_wi=1",
imageAlt: "Medical science",
},
imageSrc: "http://img.b2bpic.net/free-vector/flat-hand-drawn-epoc-infographic-template_23-2148833010.jpg?_wi=1", imageAlt: "Medical science"},
{
imageSrc: "http://img.b2bpic.net/free-photo/pretty-mature-woman-with-short-hair_23-2148275084.jpg?_wi=1",
imageAlt: "Wellness lifestyle",
},
imageSrc: "http://img.b2bpic.net/free-photo/pretty-mature-woman-with-short-hair_23-2148275084.jpg?_wi=1", imageAlt: "Wellness lifestyle"},
{
imageSrc: "http://img.b2bpic.net/free-photo/social-caregiver-separating-medicaments-supplements-pills_482257-95248.jpg?_wi=1",
imageAlt: "Clinical professional",
},
imageSrc: "http://img.b2bpic.net/free-photo/social-caregiver-separating-medicaments-supplements-pills_482257-95248.jpg?_wi=1", imageAlt: "Clinical professional"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142195.jpg?_wi=2",
imageAlt: "Healing clinic atmosphere",
},
imageSrc: "http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142195.jpg?_wi=2", imageAlt: "Healing clinic atmosphere"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-medicinal-spices-herbs_23-2148776497.jpg?_wi=2",
imageAlt: "Natural herbs",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-medicinal-spices-herbs_23-2148776497.jpg?_wi=2", imageAlt: "Natural herbs"},
{
imageSrc: "http://img.b2bpic.net/free-vector/flat-hand-drawn-epoc-infographic-template_23-2148833010.jpg?_wi=2",
imageAlt: "Medical science",
},
imageSrc: "http://img.b2bpic.net/free-vector/flat-hand-drawn-epoc-infographic-template_23-2148833010.jpg?_wi=2", imageAlt: "Medical science"},
{
imageSrc: "http://img.b2bpic.net/free-photo/pretty-mature-woman-with-short-hair_23-2148275084.jpg?_wi=2",
imageAlt: "Wellness lifestyle",
},
imageSrc: "http://img.b2bpic.net/free-photo/pretty-mature-woman-with-short-hair_23-2148275084.jpg?_wi=2", imageAlt: "Wellness lifestyle"},
{
imageSrc: "http://img.b2bpic.net/free-photo/social-caregiver-separating-medicaments-supplements-pills_482257-95248.jpg?_wi=2",
imageAlt: "Clinical professional",
},
imageSrc: "http://img.b2bpic.net/free-photo/social-caregiver-separating-medicaments-supplements-pills_482257-95248.jpg?_wi=2", imageAlt: "Clinical professional"},
]}
buttons={[
{
text: "Book Your Consultation",
href: "#contact",
},
text: "Book Your Consultation", href: "#contact"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-male-dentist-dentist-s-clinic_329181-20759.jpg",
alt: "Patient 1",
},
src: "http://img.b2bpic.net/free-photo/portrait-smiling-male-dentist-dentist-s-clinic_329181-20759.jpg", alt: "Patient 1"},
{
src: "http://img.b2bpic.net/free-photo/natural-beauty-young-woman_329181-1207.jpg",
alt: "Patient 2",
},
src: "http://img.b2bpic.net/free-photo/natural-beauty-young-woman_329181-1207.jpg", alt: "Patient 2"},
{
src: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-14034.jpg",
alt: "Patient 3",
},
src: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-14034.jpg", alt: "Patient 3"},
{
src: "http://img.b2bpic.net/free-photo/full-shot-adult-kids-with-dumbbells_23-2148872509.jpg",
alt: "Patient 4",
},
src: "http://img.b2bpic.net/free-photo/full-shot-adult-kids-with-dumbbells_23-2148872509.jpg", alt: "Patient 4"},
{
src: "http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142195.jpg",
alt: "Patient 5",
},
src: "http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142195.jpg", alt: "Patient 5"},
]}
avatarText="Trusted by 500+ happy patients"
marqueeItems={[
{
type: "text",
text: "Electro Homeopathy",
},
type: "text", text: "Electro Homeopathy"},
{
type: "text",
text: "Spagyric Science",
},
type: "text", text: "Spagyric Science"},
{
type: "text",
text: "Plant-Based Recovery",
},
type: "text", text: "Plant-Based Recovery"},
{
type: "text",
text: "Holistic Balance",
},
type: "text", text: "Holistic Balance"},
{
type: "text",
text: "Natural Wellness",
},
type: "text", text: "Natural Wellness"},
]}
/>
</div>
@@ -160,10 +109,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="A Modern Approach to Ancient Healing"
description={[
"We merge the ancient wisdom of the Spagyric method with modern Electro Homeopathy technology to provide non-invasive, toxin-free healing.",
"Our clinic specializes in balancing your blood and lymph systems, addressing root causes of chronic illness rather than masking symptoms.",
"At Moga Clinic, your health journey is personalized, professional, and rooted in plant-based science.",
]}
"We merge the ancient wisdom of the Spagyric method with modern Electro Homeopathy technology to provide non-invasive, toxin-free healing.", "Our clinic specializes in balancing your blood and lymph systems, addressing root causes of chronic illness rather than masking symptoms.", "At Moga Clinic, your health journey is personalized, professional, and rooted in plant-based science."]}
/>
</div>
@@ -174,20 +120,11 @@ export default function LandingPage() {
description="Experience side-effect-free, luxury wellness tailored for your bodys unique recovery needs."
accordionItems={[
{
id: "1",
title: "Plant-Based Recovery",
content: "Our specialized spagyric treatments utilize potent plant-based ingredients for superior efficacy.",
},
id: "1", title: "Plant-Based Recovery", content: "Our specialized spagyric treatments utilize potent plant-based ingredients for superior efficacy."},
{
id: "2",
title: "Blood & Lymph Balancing",
content: "Focused treatment protocols designed to cleanse and balance your bodys critical fluid systems.",
},
id: "2", title: "Blood & Lymph Balancing", content: "Focused treatment protocols designed to cleanse and balance your bodys critical fluid systems."},
{
id: "3",
title: "Non-Toxic & Safe",
content: "Zero-pharmaceutical-interference protocols ensure that your recovery is natural and completely safe.",
},
id: "3", title: "Non-Toxic & Safe", content: "Zero-pharmaceutical-interference protocols ensure that your recovery is natural and completely safe."},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-natural-medicinal-spices-herbs_23-2148776497.jpg?_wi=3"
mediaAnimation="blur-reveal"
@@ -200,45 +137,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Arthritis Relief",
quote: "I regained mobility without relying on conventional drugs.",
name: "Sarah Sharma",
role: "Patient",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-dentist-dentist-s-clinic_329181-20759.jpg",
},
id: "1", title: "Arthritis Relief", quote: "I regained mobility without relying on conventional drugs.", name: "Sarah Sharma", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-dentist-dentist-s-clinic_329181-20759.jpg"},
{
id: "2",
title: "Chronic Allergy Success",
quote: "My allergies were constant for years. Feel like a new person.",
name: "Rajiv Khanna",
role: "Patient",
imageSrc: "http://img.b2bpic.net/free-photo/natural-beauty-young-woman_329181-1207.jpg",
},
id: "2", title: "Chronic Allergy Success", quote: "My allergies were constant for years. Feel like a new person.", name: "Rajiv Khanna", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/natural-beauty-young-woman_329181-1207.jpg"},
{
id: "3",
title: "Digestive Health",
quote: "The team at Moga Clinic treats you with care and professionalism.",
name: "Priya Singh",
role: "Patient",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-14034.jpg",
},
id: "3", title: "Digestive Health", quote: "The team at Moga Clinic treats you with care and professionalism.", name: "Priya Singh", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-14034.jpg"},
{
id: "4",
title: "Holistic Healing",
quote: "Highly professional, luxury infrastructure, and genuinely effective.",
name: "Vikram Malhotra",
role: "Patient",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-adult-kids-with-dumbbells_23-2148872509.jpg",
},
id: "4", title: "Holistic Healing", quote: "Highly professional, luxury infrastructure, and genuinely effective.", name: "Vikram Malhotra", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-adult-kids-with-dumbbells_23-2148872509.jpg"},
{
id: "5",
title: "Life Changing",
quote: "Finally found a treatment that works without harsh chemicals.",
name: "Anita Verma",
role: "Patient",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-mature-woman-with-short-hair_23-2148275084.jpg?_wi=3",
},
id: "5", title: "Life Changing", quote: "Finally found a treatment that works without harsh chemicals.", name: "Anita Verma", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/pretty-mature-woman-with-short-hair_23-2148275084.jpg?_wi=3"},
]}
title="Patient Success Stories"
description="Healing stories from our community in Moga and beyond."
@@ -251,20 +158,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "What is Electro Homeopathy?",
content: "It is a system of medicine that uses medicinal extracts from plants.",
},
id: "f1", title: "What is Electro Homeopathy?", content: "It is a system of medicine that uses medicinal extracts from plants."},
{
id: "f2",
title: "Is the treatment painful?",
content: "No, our treatments are completely non-invasive and gentle.",
},
id: "f2", title: "Is the treatment painful?", content: "No, our treatments are completely non-invasive and gentle."},
{
id: "f3",
title: "How long does it take?",
content: "Treatment plans are personalized ranging from weeks to months.",
},
id: "f3", title: "How long does it take?", content: "Treatment plans are personalized ranging from weeks to months."},
]}
imageSrc="http://img.b2bpic.net/free-photo/social-caregiver-separating-medicaments-supplements-pills_482257-95248.jpg?_wi=3"
mediaAnimation="slide-up"
@@ -278,8 +176,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get in touch"
title="Book Your Consultation Today"
description="Take the first step toward a plant-based recovery. Our clinic experts are ready to assist you."
@@ -291,42 +188,27 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Our Method",
href: "#benefits",
},
label: "Our Method", href: "#benefits"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Consultations",
href: "#contact",
},
label: "Consultations", href: "#contact"},
{
label: "Healing Paths",
href: "#",
},
label: "Healing Paths", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Use",
href: "#",
},
label: "Terms of Use", href: "#"},
],
},
]}
@@ -337,4 +219,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}