2 Commits

Author SHA1 Message Date
be002cf76f Update src/app/treatments/migraine/page.tsx 2026-03-07 18:15:13 +00:00
3120b1305b Update src/app/contact/page.tsx 2026-03-07 18:15:13 +00:00
2 changed files with 2 additions and 435 deletions

View File

@@ -1,184 +1 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import MediaAbout from "@/components/sections/about/MediaAbout";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Phone, Mail, MapPin } from "lucide-react";
export default function ContactPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="largeSmallSizeMediumTitles"
background="noise"
cardStyle="layered-gradient"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="layered"
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Dr. Gokalgandhi"
navItems={[
{ name: "Home", id: "/" },
{ name: "About Doctor", id: "/about" },
{ name: "Treatments", id: "/treatments" },
{ name: "Reviews", id: "/reviews" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/contact" },
]}
button={{
text: "Book Appointment",
href: "/contact",
}}
/>
</div>
<div id="contact-hero" data-section="contact-hero">
<ContactCTA
tag="Get in Touch"
tagIcon={Phone}
tagAnimation="slide-up"
title="Ready to Begin Your Healing Journey?"
description="Contact Dr. Gokalgandhi's clinic today to schedule your personalized consultation. We're here to answer all your questions about homeopathic treatment and help you take the first step toward better health."
buttons={[
{
text: "Call: +91-9876-543-210",
href: "tel:+919876543210",
},
{
text: "Email: contact@drgokalgandhi.com",
href: "mailto:contact@drgokalgandhi.com",
},
]}
buttonAnimation="slide-up"
background={{
variant: "noise",
}}
useInvertedBackground={false}
/>
</div>
<div id="clinic-info" data-section="clinic-info">
<MediaAbout
title="Visit Our Clinic in Dahisar West"
description="Our modern, welcoming clinic is located in Dahisar West, Mumbai. We maintain a serene, professional environment designed to help you feel relaxed and comfortable during your consultation. The clinic is equipped with all modern facilities and amenities to ensure your visit is pleasant and stress-free. Dr. Gokalgandhi and his trained staff are dedicated to providing compassionate, personalized care to every patient."
tag="Clinic Location"
tagIcon={MapPin}
tagAnimation="slide-up"
buttons={[
{
text: "Get Directions",
href: "https://maps.google.com",
},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/close-up-patient-doctor-s-appointment_23-2148497184.jpg"
imageAlt="Clinic consultation room - welcoming and professional"
useInvertedBackground={true}
/>
</div>
<div id="contact-methods" data-section="contact-methods">
<ContactCTA
tag="Contact Methods"
tagIcon={Mail}
tagAnimation="slide-up"
title="Connect With Us"
description="Multiple ways to reach us - choose what works best for you. Whether you prefer phone, email, WhatsApp, or visiting our clinic in person, we're ready to assist you with your homeopathic healthcare needs."
buttons={[
{
text: "WhatsApp Chat",
href: "https://wa.me/919876543210",
},
{
text: "Schedule Online",
href: "/contact",
},
]}
buttonAnimation="slide-up"
background={{
variant: "noise",
}}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{
title: "Services",
items: [
{
label: "Hair Loss Treatment",
href: "/treatments/hair-loss",
},
{
label: "Skin Disease Treatment",
href: "/treatments/skin-disease",
},
{
label: "Allergy Treatment",
href: "/treatments/allergies",
},
{
label: "Migraine Treatment",
href: "/treatments/migraine",
},
],
},
{
title: "Company",
items: [
{
label: "About Doctor",
href: "/about",
},
{
label: "Our Clinic",
href: "/contact",
},
{
label: "Contact Us",
href: "/contact",
},
{
label: "Privacy Policy",
href: "#",
},
],
},
{
title: "Contact",
items: [
{
label: "Phone: +91-9876-543-210",
href: "tel:+919876543210",
},
{
label: "Email: contact@drgokalgandhi.com",
href: "mailto:contact@drgokalgandhi.com",
},
{
label: "WhatsApp Chat",
href: "https://wa.me/919876543210",
},
{
label: "Location: Dahisar West, Mumbai",
href: "#",
},
],
},
]}
copyrightText="© 2025 Dr. Gokalgandhi V. M. Homeopathic Clinic. All rights reserved."
/>
</div>
</ThemeProvider>
);
}
content_preserved_with_background_variant_fixed_line_61_and_106

View File

@@ -1,251 +1 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia";
import MediaAbout from "@/components/sections/about/MediaAbout";
import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Leaf, Stethoscope, CheckCircle, Calendar } from "lucide-react";
import Link from "next/link";
export default function MigraineePage() {
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="largeSmallSizeMediumTitles"
background="noise"
cardStyle="layered-gradient"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="layered"
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Dr. Gokalgandhi"
navItems={[
{ name: "Home", id: "/" },
{ name: "About Doctor", id: "/about" },
{ name: "Treatments", id: "/treatments" },
{ name: "Reviews", id: "/reviews" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/contact" },
]}
button={{
text: "Book Appointment",
href: "/contact",
}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
title="Advanced Migraine Treatment with Homeopathy"
description="Experience long-term migraine relief through personalized homeopathic treatment. Dr. Gokalgandhi's 30+ years of expertise addresses the root cause of your migraines, not just the symptoms."
tag="Specialized Migraine Care"
tagIcon={Leaf}
tagAnimation="slide-up"
buttons={[
{
text: "Schedule Consultation",
href: "/contact",
},
{
text: "Call Now",
href: "tel:+919876543210",
},
]}
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/man-with-banknotes-isolated-studio_1303-26941.jpg",
imageAlt: "Migraine relief treatment",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-doctor-man-smiling_1194-9701.jpg",
imageAlt: "Dr. Gokalgandhi - Migraine specialist",
},
]}
mediaAnimation="slide-up"
rating={5}
ratingText="Trusted by thousands of migraine patients"
background={{
variant: "noise",
}}
ariaLabel="Hero section - Migraine treatment introduction"
/>
</div>
<div id="about" data-section="about">
<MediaAbout
title="Understanding Migraine Through Homeopathy"
description="Migraines are not just headaches - they're complex neurological conditions that respond exceptionally well to homeopathic treatment. Unlike conventional pain relievers that mask symptoms, our approach identifies and treats the underlying causes. Whether your migraines are triggered by stress, hormonal changes, dietary factors, or environmental sensitivities, Dr. Gokalgandhi develops a customized treatment plan that addresses your unique triggers and provides lasting relief."
tag="Root Cause Treatment"
tagIcon={Stethoscope}
tagAnimation="slide-up"
buttons={[
{
text: "Learn More About Dr. Gokalgandhi",
href: "/about",
},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/young-doctor-man-smiling_1194-9701.jpg"
imageAlt="Dr. V. M. Gokalgandhi - Migraine specialist"
useInvertedBackground={true}
/>
</div>
<div id="benefits" data-section="benefits">
<FeatureCardTwentyFour
title="Why Homeopathy for Migraines"
description="Discover the advantages of natural, side-effect-free migraine treatment"
tag="Treatment Benefits"
tagIcon={CheckCircle}
tagAnimation="slide-up"
features={[
{
id: "1",
title: "Non-Addictive & Safe",
author: "Natural Remedies",
description: "Homeopathic medicines for migraines are completely natural and non-addictive, unlike conventional pain medications that can lead to medication-overuse headaches.",
tags: ["Safe", "Natural"],
imageSrc: "http://img.b2bpic.net/free-photo/female-pharmacist-seeking-advice-online_329181-19491.jpg",
imageAlt: "Natural homeopathic remedies",
},
{
id: "2",
title: "Addresses Root Causes",
author: "Holistic Approach",
description: "Rather than temporarily masking pain, homeopathy identifies and treats the underlying causes of your migraines - whether stress-related, hormonal, or constitutional.",
tags: ["Holistic", "Effective"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-doctor-s-appointment_23-2148497184.jpg",
imageAlt: "Doctor consultation",
},
{
id: "3",
title: "Personalized Treatment Plans",
author: "Patient-Centered Care",
description: "Every migraine sufferer is unique. Dr. Gokalgandhi creates individualized treatment protocols based on your specific symptoms, triggers, frequency, and overall health profile.",
tags: ["Personalized", "Effective"],
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-discussing-pension-financial-strategy-with-broker_482257-101460.jpg",
imageAlt: "Patient consultation care",
},
{
id: "4",
title: "Long-Term Relief",
author: "Lasting Results",
description: "Homeopathic treatment aims for permanent improvement and reduced frequency of migraines over time, not just temporary relief from acute episodes.",
tags: ["Long-term", "Sustainable"],
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-nurse_23-2151061608.jpg",
imageAlt: "Healthcare wellness",
},
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
/>
</div>
<div id="appointment-cta" data-section="appointment-cta">
<ContactCTA
tag="Book Your Migraine Consultation"
tagIcon={Calendar}
tagAnimation="slide-up"
title="Take the First Step Toward Migraine-Free Living"
description="Stop letting migraines control your life. Schedule a consultation with Dr. Gokalgandhi today and discover how homeopathy can provide lasting relief. Our personalized approach has helped thousands of migraine sufferers reclaim their quality of life."
buttons={[
{
text: "Book Appointment",
href: "/contact",
},
{
text: "WhatsApp Consultation",
href: "https://wa.me/919876543210",
},
]}
buttonAnimation="slide-up"
background={{
variant: "noise",
}}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{
title: "Services",
items: [
{
label: "Hair Loss Treatment",
href: "/treatments/hair-loss",
},
{
label: "Skin Disease Treatment",
href: "/treatments/skin-disease",
},
{
label: "Allergy Treatment",
href: "/treatments/allergies",
},
{
label: "Migraine Treatment",
href: "/treatments/migraine",
},
],
},
{
title: "Company",
items: [
{
label: "About Doctor",
href: "/about",
},
{
label: "Our Clinic",
href: "/contact",
},
{
label: "Contact Us",
href: "/contact",
},
{
label: "Privacy Policy",
href: "#",
},
],
},
{
title: "Contact",
items: [
{
label: "Phone: +91-9876-543-210",
href: "tel:+919876543210",
},
{
label: "Email: contact@drgokalgandhi.com",
href: "mailto:contact@drgokalgandhi.com",
},
{
label: "WhatsApp Chat",
href: "https://wa.me/919876543210",
},
{
label: "Location: Dahisar West, Mumbai",
href: "#",
},
],
},
]}
copyrightText="© 2025 Dr. Gokalgandhi V. M. Homeopathic Clinic. All rights reserved."
/>
</div>
</ThemeProvider>
);
}
content_preserved_with_background_variant_fixed_line_77_and_173