Compare commits
34 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 684a12c14a | |||
| 4fa9f154be | |||
| d54f18c1e2 | |||
| 791dad8489 | |||
| 8bcd00b079 | |||
| 7900faf8ca | |||
| 55861232ab | |||
| 5ee7cf2c49 | |||
| 4b833e05b6 | |||
| 617b786953 | |||
| a9f26510f8 | |||
| 67a6b981f4 | |||
| 352a3f9824 | |||
| 9b96da6741 | |||
| fc2c2f28ca | |||
| baa92d9c20 | |||
| 7b3972d1a1 | |||
| b524a0c998 | |||
| efd3352b9a | |||
| ac0313ae72 | |||
| 09ef799efe | |||
| 12a8b19072 | |||
| f70b2d7944 | |||
| c97604740b | |||
| b369624cb3 | |||
| e4f8742cd0 | |||
| 01a0f12857 | |||
| 9b60a277da | |||
| 1d8e762090 | |||
| 593ddd30c5 | |||
| 62b97a7966 | |||
| 0696246c3f | |||
| d068f767ac | |||
| 45cb5874ca |
@@ -15,7 +15,7 @@ export default function ContactPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -33,9 +33,7 @@ export default function ContactPage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Book Appointment",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Book Appointment", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -48,18 +46,13 @@ export default function ContactPage() {
|
||||
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: "Call: +91-9876-543-210", href: "tel:+919876543210"},
|
||||
{
|
||||
text: "Email: contact@drgokalgandhi.com",
|
||||
href: "mailto:contact@drgokalgandhi.com",
|
||||
},
|
||||
text: "Email: contact@drgokalgandhi.com", href: "mailto:contact@drgokalgandhi.com"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "noise",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -73,12 +66,10 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-patient-doctor-s-appointment_23-2148497184.jpg?_wi=1"
|
||||
imageAlt="Clinic consultation room - welcoming and professional"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -93,18 +84,13 @@ export default function ContactPage() {
|
||||
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: "WhatsApp Chat", href: "https://wa.me/919876543210"},
|
||||
{
|
||||
text: "Schedule Online",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule Online", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "noise",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -113,66 +99,39 @@ export default function ContactPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Hair Loss Treatment",
|
||||
href: "/treatments/hair-loss",
|
||||
},
|
||||
label: "Hair Loss Treatment", href: "/treatments/hair-loss"},
|
||||
{
|
||||
label: "Skin Disease Treatment",
|
||||
href: "/treatments/skin-disease",
|
||||
},
|
||||
label: "Skin Disease Treatment", href: "/treatments/skin-disease"},
|
||||
{
|
||||
label: "Allergy Treatment",
|
||||
href: "/treatments/allergies",
|
||||
},
|
||||
label: "Allergy Treatment", href: "/treatments/allergies"},
|
||||
{
|
||||
label: "Migraine Treatment",
|
||||
href: "/treatments/migraine",
|
||||
},
|
||||
label: "Migraine Treatment", href: "/treatments/migraine"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Doctor",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Doctor", href: "/about"},
|
||||
{
|
||||
label: "Our Clinic",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Our Clinic", href: "/contact"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Phone: +91-9876-543-210",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
label: "Phone: +91-9876-543-210", href: "tel:+919876543210"},
|
||||
{
|
||||
label: "Email: contact@drgokalgandhi.com",
|
||||
href: "mailto:contact@drgokalgandhi.com",
|
||||
},
|
||||
label: "Email: contact@drgokalgandhi.com", href: "mailto:contact@drgokalgandhi.com"},
|
||||
{
|
||||
label: "WhatsApp Chat",
|
||||
href: "https://wa.me/919876543210",
|
||||
},
|
||||
label: "WhatsApp Chat", href: "https://wa.me/919876543210"},
|
||||
{
|
||||
label: "Location: Dahisar West, Mumbai",
|
||||
href: "#",
|
||||
},
|
||||
label: "Location: Dahisar West, Mumbai", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
1390
src/app/layout.tsx
1390
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
201
src/app/page.tsx
201
src/app/page.tsx
@@ -0,0 +1,201 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
|
||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||
import TimelineProcessFlow from "@/components/cardStack/layouts/timelines/TimelineProcessFlow";
|
||||
import Image from "next/image";
|
||||
import { ArrowRight, Lightbulb, Zap } from "lucide-react";
|
||||
import ReactLenis from "lenis/react";
|
||||
|
||||
export default function Home() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="aurora"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={navItems}
|
||||
brandName="Homeopathy"
|
||||
button={{
|
||||
text: "Get Started", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
title="Natural Healing Solutions"
|
||||
description="Discover the power of homeopathic medicine for your wellness journey"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "500+", label: "Natural Remedies" },
|
||||
{ value: "99%", label: "Customer Satisfaction" },
|
||||
{ value: "20+", label: "Years of Trust" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="/hero-image.jpg"
|
||||
imageAlt="Homeopathy solutions"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[{ text: "Explore Products", href: "#features" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
title="About Our Medicines"
|
||||
description="Premium quality homeopathic remedies crafted with precision and care"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "100% Natural", description: "All ingredients sourced from nature", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
title: "Lab Tested", description: "Rigorous quality control standards", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Trusted Formulas", description: "Proven traditional recipes"},
|
||||
]}
|
||||
imageSrc="/about-image.jpg"
|
||||
imageAlt="About homeopathy"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentySix
|
||||
features={[
|
||||
{
|
||||
title: "Arnica Montana", description: "Powerful remedy for bruises and muscle pain", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcxQdy6Fek6RYDTU0mO1bAE3pV/uploaded-1772908894979-gyx4tx5k.jpg?_wi=1", imageAlt: "Arnica Montana pills", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
title: "Belladonna", description: "Effective for acute inflammatory conditions", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcxQdy6Fek6RYDTU0mO1bAE3pV/uploaded-1772908894980-mviwfh1o.jpg?_wi=1", imageAlt: "Belladonna pills", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
title: "Aconite", description: "Traditional remedy for sudden illnesses", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcxQdy6Fek6RYDTU0mO1bAE3pV/uploaded-1772908894979-gyx4tx5k.jpg?_wi=2", imageAlt: "Aconite pills", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
title: "Chamomilla", description: "Soothing remedy for digestive wellness", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcxQdy6Fek6RYDTU0mO1bAE3pV/uploaded-1772908894980-mviwfh1o.jpg?_wi=2", imageAlt: "Chamomilla pills", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
title: "Nux Vomica", description: "Support for digestive balance", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcxQdy6Fek6RYDTU0mO1bAE3pV/uploaded-1772908894979-gyx4tx5k.jpg?_wi=3", imageAlt: "Nux Vomica pills", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
title: "Phosphorus", description: "Energizing remedy for vitality", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcxQdy6Fek6RYDTU0mO1bAE3pV/uploaded-1772908894980-mviwfh1o.jpg?_wi=3", imageAlt: "Phosphorus pills", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"
|
||||
},
|
||||
]}
|
||||
title="Our Medicine Collection"
|
||||
description="Explore our premium selection of homeopathic medicines"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="process" data-section="process">
|
||||
<TimelineProcessFlow
|
||||
title="Our Process"
|
||||
description="How we create premium homeopathic medicines"
|
||||
tag="Quality Assurance"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
items={[
|
||||
{
|
||||
id: "1", reverse: false,
|
||||
media: (
|
||||
<div className="w-full h-full bg-gradient-to-br from-blue-500 to-blue-600 rounded-lg flex items-center justify-center">
|
||||
<span className="text-white text-2xl font-bold">Selection</span>
|
||||
</div>
|
||||
),
|
||||
content: (
|
||||
<>
|
||||
<h3 className="text-2xl font-bold mb-2">Source Selection</h3>
|
||||
<p className="text-base mb-3">
|
||||
We carefully select the finest natural ingredients
|
||||
</p>
|
||||
<ul className="list-disc pl-5 space-y-1">
|
||||
<li>Premium quality herbs</li>
|
||||
<li>Organic sourcing</li>
|
||||
<li>Sustainable practices</li>
|
||||
</ul>
|
||||
</>
|
||||
),
|
||||
},
|
||||
{
|
||||
id: "2", reverse: true,
|
||||
media: (
|
||||
<div className="w-full h-full bg-gradient-to-br from-green-500 to-green-600 rounded-lg flex items-center justify-center">
|
||||
<span className="text-white text-2xl font-bold">Testing</span>
|
||||
</div>
|
||||
),
|
||||
content: (
|
||||
<>
|
||||
<h3 className="text-2xl font-bold mb-2">Laboratory Testing</h3>
|
||||
<p className="text-base mb-3">
|
||||
Every batch undergoes rigorous testing
|
||||
</p>
|
||||
<ul className="list-disc pl-5 space-y-1">
|
||||
<li>Purity verification</li>
|
||||
<li>Potency testing</li>
|
||||
<li>Safety certification</li>
|
||||
</ul>
|
||||
</>
|
||||
),
|
||||
},
|
||||
{
|
||||
id: "3", reverse: false,
|
||||
media: (
|
||||
<div className="w-full h-full bg-gradient-to-br from-purple-500 to-purple-600 rounded-lg flex items-center justify-center">
|
||||
<span className="text-white text-2xl font-bold">Production</span>
|
||||
</div>
|
||||
),
|
||||
content: (
|
||||
<>
|
||||
<h3 className="text-2xl font-bold mb-2">Careful Production</h3>
|
||||
<p className="text-base mb-3">
|
||||
Precision manufacturing ensures consistency
|
||||
</p>
|
||||
<ul className="list-disc pl-5 space-y-1">
|
||||
<li>Precise dilution ratios</li>
|
||||
<li>Controlled environment</li>
|
||||
<li>Quality standards</li>
|
||||
</ul>
|
||||
</>
|
||||
),
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -52,11 +52,11 @@ export default function AllergyTreatmentPage() {
|
||||
description="Dr. V. M. Gokalgandhi provides safe and effective homeopathic treatment for seasonal allergies, food allergies, asthma, and respiratory conditions. Experience lasting relief naturally without drowsiness or side effects."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sick-adult-blowing-their-snot_23-2151544767.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sick-adult-blowing-their-snot_23-2151544767.jpg?_wi=5",
|
||||
imageAlt: "Allergy relief natural medicine",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-doctor-man-smiling_1194-9701.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-doctor-man-smiling_1194-9701.jpg?_wi=9",
|
||||
imageAlt: "Dr. V. M. Gokalgandhi",
|
||||
},
|
||||
]}
|
||||
@@ -92,7 +92,7 @@ export default function AllergyTreatmentPage() {
|
||||
author: "Holistic Healing",
|
||||
description: "Rather than just managing symptoms, homeopathy addresses the underlying immune system imbalance that causes allergies. This leads to lasting immunity improvement.",
|
||||
tags: ["Holistic", "Immune Support"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-pharmacist-seeking-advice-online_329181-19491.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-pharmacist-seeking-advice-online_329181-19491.jpg?_wi=4",
|
||||
imageAlt: "Natural medicine treatment",
|
||||
},
|
||||
{
|
||||
@@ -101,7 +101,7 @@ export default function AllergyTreatmentPage() {
|
||||
author: "Natural & Energizing",
|
||||
description: "Our natural remedies don't cause drowsiness or fatigue like conventional antihistamines. Stay alert and productive while managing your allergies.",
|
||||
tags: ["Natural", "Non-Drowsy"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-doctor-s-appointment_23-2148497184.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-doctor-s-appointment_23-2148497184.jpg?_wi=5",
|
||||
imageAlt: "Patient consultation",
|
||||
},
|
||||
{
|
||||
@@ -110,7 +110,7 @@ export default function AllergyTreatmentPage() {
|
||||
author: "Family-Friendly Care",
|
||||
description: "Homeopathic allergy treatment is safe for children, adults, and elderly patients. No harmful side effects, making it ideal for families.",
|
||||
tags: ["Safe", "Family-Friendly"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-discussing-pension-financial-strategy-with-broker_482257-101460.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-discussing-pension-financial-strategy-with-broker_482257-101460.jpg?_wi=4",
|
||||
imageAlt: "Doctor patient consultation",
|
||||
},
|
||||
]}
|
||||
@@ -133,7 +133,7 @@ export default function AllergyTreatmentPage() {
|
||||
name: "Anjali Verma",
|
||||
role: "Teacher",
|
||||
testimonial: "Finally found relief from my seasonal allergies! Dr. Gokalgandhi's natural treatment eliminated my symptoms without any side effects. I can enjoy outdoor activities again.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-dentist-clinic_107420-74053.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-dentist-clinic_107420-74053.jpg?_wi=3",
|
||||
imageAlt: "Anjali Verma",
|
||||
},
|
||||
{
|
||||
@@ -141,7 +141,7 @@ export default function AllergyTreatmentPage() {
|
||||
name: "Vikram Singh",
|
||||
role: "Marketing Manager",
|
||||
testimonial: "I suffered from year-round allergies affecting my work performance. Dr. Gokalgandhi's treatment has been transformative. My symptoms have significantly reduced.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg?_wi=3",
|
||||
imageAlt: "Vikram Singh",
|
||||
},
|
||||
{
|
||||
@@ -149,7 +149,7 @@ export default function AllergyTreatmentPage() {
|
||||
name: "Arjun Kapoor",
|
||||
role: "Entrepreneur",
|
||||
testimonial: "My son had severe allergies affecting his school performance. Dr. Gokalgandhi's treatment worked wonders. He is now allergy-free and enjoying a normal childhood.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-healthcare-expert-looking-camera_637285-11471.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-healthcare-expert-looking-camera_637285-11471.jpg?_wi=2",
|
||||
imageAlt: "Arjun Kapoor",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -99,11 +99,11 @@ export default function HairLossTreatmentPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-hair-net_23-2149628027.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-hair-net_23-2149628027.jpg?_wi=3",
|
||||
imageAlt: "Hair loss treatment results",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-doctor-man-smiling_1194-9701.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-doctor-man-smiling_1194-9701.jpg?_wi=6",
|
||||
imageAlt: "Dr. V. M. Gokalgandhi",
|
||||
},
|
||||
]}
|
||||
@@ -130,7 +130,7 @@ export default function HairLossTreatmentPage() {
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-wearing-hair-net_23-2149628027.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-wearing-hair-net_23-2149628027.jpg?_wi=4"
|
||||
imageAlt="Hair treatment consultation"
|
||||
useInvertedBackground={true}
|
||||
ariaLabel="About hair loss treatment section"
|
||||
@@ -152,7 +152,7 @@ export default function HairLossTreatmentPage() {
|
||||
author: "Holistic Approach",
|
||||
description: "We identify and treat the underlying causes of hair loss—whether hormonal, nutritional, or stress-related—rather than just addressing symptoms.",
|
||||
tags: ["Holistic", "Effective"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-hair-net_23-2149628027.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-hair-net_23-2149628027.jpg?_wi=5",
|
||||
imageAlt: "Natural treatment approach",
|
||||
},
|
||||
{
|
||||
@@ -161,7 +161,7 @@ export default function HairLossTreatmentPage() {
|
||||
author: "100% Natural",
|
||||
description: "Our homeopathic remedies are made from natural substances with no harmful side effects. Safe for long-term use and suitable for all ages.",
|
||||
tags: ["Safe", "Natural"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-doctor-man-smiling_1194-9701.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-doctor-man-smiling_1194-9701.jpg?_wi=7",
|
||||
imageAlt: "Pure natural medicines",
|
||||
},
|
||||
{
|
||||
@@ -170,7 +170,7 @@ export default function HairLossTreatmentPage() {
|
||||
author: "Customized Care",
|
||||
description: "Each patient receives a uniquely tailored treatment plan based on their specific hair condition, health history, and lifestyle factors.",
|
||||
tags: ["Personalized", "Effective"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-doctor-s-appointment_23-2148497184.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-doctor-s-appointment_23-2148497184.jpg?_wi=3",
|
||||
imageAlt: "Consultation process",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -18,7 +18,7 @@ export default function MigraineePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -36,9 +36,7 @@ export default function MigraineePage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Book Appointment",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Book Appointment", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -51,31 +49,22 @@ export default function MigraineePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Consultation",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule Consultation", href: "/contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
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/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",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-doctor-man-smiling_1194-9701.jpg?_wi=1", imageAlt: "Dr. Gokalgandhi - Migraine specialist"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Trusted by thousands of migraine patients"
|
||||
background={{
|
||||
variant: "noise",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
ariaLabel="Hero section - Migraine treatment introduction"
|
||||
/>
|
||||
</div>
|
||||
@@ -89,12 +78,10 @@ export default function MigraineePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Dr. Gokalgandhi",
|
||||
href: "/about",
|
||||
},
|
||||
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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-doctor-man-smiling_1194-9701.jpg?_wi=2"
|
||||
imageAlt="Dr. V. M. Gokalgandhi - Migraine specialist"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -109,41 +96,17 @@ export default function MigraineePage() {
|
||||
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: "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: "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?_wi=2", 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: "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",
|
||||
},
|
||||
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"
|
||||
@@ -160,18 +123,13 @@ export default function MigraineePage() {
|
||||
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: "Book Appointment", href: "/contact"},
|
||||
{
|
||||
text: "WhatsApp Consultation",
|
||||
href: "https://wa.me/919876543210",
|
||||
},
|
||||
text: "WhatsApp Consultation", href: "https://wa.me/919876543210"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "noise",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -180,66 +138,39 @@ export default function MigraineePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Hair Loss Treatment",
|
||||
href: "/treatments/hair-loss",
|
||||
},
|
||||
label: "Hair Loss Treatment", href: "/treatments/hair-loss"},
|
||||
{
|
||||
label: "Skin Disease Treatment",
|
||||
href: "/treatments/skin-disease",
|
||||
},
|
||||
label: "Skin Disease Treatment", href: "/treatments/skin-disease"},
|
||||
{
|
||||
label: "Allergy Treatment",
|
||||
href: "/treatments/allergies",
|
||||
},
|
||||
label: "Allergy Treatment", href: "/treatments/allergies"},
|
||||
{
|
||||
label: "Migraine Treatment",
|
||||
href: "/treatments/migraine",
|
||||
},
|
||||
label: "Migraine Treatment", href: "/treatments/migraine"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Doctor",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Doctor", href: "/about"},
|
||||
{
|
||||
label: "Our Clinic",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Our Clinic", href: "/contact"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Phone: +91-9876-543-210",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
label: "Phone: +91-9876-543-210", href: "tel:+919876543210"},
|
||||
{
|
||||
label: "Email: contact@drgokalgandhi.com",
|
||||
href: "mailto:contact@drgokalgandhi.com",
|
||||
},
|
||||
label: "Email: contact@drgokalgandhi.com", href: "mailto:contact@drgokalgandhi.com"},
|
||||
{
|
||||
label: "WhatsApp Chat",
|
||||
href: "https://wa.me/919876543210",
|
||||
},
|
||||
label: "WhatsApp Chat", href: "https://wa.me/919876543210"},
|
||||
{
|
||||
label: "Location: Dahisar West, Mumbai",
|
||||
href: "#",
|
||||
},
|
||||
label: "Location: Dahisar West, Mumbai", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -98,11 +98,11 @@ export default function TreatmentsPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-nurse_23-2151061608.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-nurse_23-2151061608.jpg?_wi=2",
|
||||
imageAlt: "Modern clinic environment",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-doctor-man-smiling_1194-9701.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-doctor-man-smiling_1194-9701.jpg?_wi=5",
|
||||
imageAlt: "Dr. V. M. Gokalgandhi",
|
||||
},
|
||||
]}
|
||||
@@ -128,7 +128,7 @@ export default function TreatmentsPage() {
|
||||
name: "Hair Loss Treatment",
|
||||
price: "Personalized Plan",
|
||||
variant: "Natural & Effective",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-hair-net_23-2149628027.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-hair-net_23-2149628027.jpg?_wi=2",
|
||||
imageAlt: "Hair loss treatment",
|
||||
},
|
||||
{
|
||||
@@ -136,7 +136,7 @@ export default function TreatmentsPage() {
|
||||
name: "Skin Disease Treatment",
|
||||
price: "Personalized Plan",
|
||||
variant: "Root Cause Healing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gua-sha-face-roller-arrangement_23-2149357152.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gua-sha-face-roller-arrangement_23-2149357152.jpg?_wi=2",
|
||||
imageAlt: "Skin disease treatment",
|
||||
},
|
||||
{
|
||||
@@ -144,7 +144,7 @@ export default function TreatmentsPage() {
|
||||
name: "Allergy Treatment",
|
||||
price: "Personalized Plan",
|
||||
variant: "Safe & Natural",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sick-adult-blowing-their-snot_23-2151544767.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sick-adult-blowing-their-snot_23-2151544767.jpg?_wi=3",
|
||||
imageAlt: "Allergy treatment",
|
||||
},
|
||||
{
|
||||
@@ -152,7 +152,7 @@ export default function TreatmentsPage() {
|
||||
name: "Migraine Treatment",
|
||||
price: "Personalized Plan",
|
||||
variant: "Long-term Relief",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-banknotes-isolated-studio_1303-26941.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-banknotes-isolated-studio_1303-26941.jpg?_wi=3",
|
||||
imageAlt: "Migraine treatment",
|
||||
},
|
||||
{
|
||||
@@ -160,7 +160,7 @@ export default function TreatmentsPage() {
|
||||
name: "Asthma Treatment",
|
||||
price: "Personalized Plan",
|
||||
variant: "Respiratory Health",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sick-adult-blowing-their-snot_23-2151544767.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sick-adult-blowing-their-snot_23-2151544767.jpg?_wi=4",
|
||||
imageAlt: "Asthma treatment",
|
||||
},
|
||||
{
|
||||
@@ -168,7 +168,7 @@ export default function TreatmentsPage() {
|
||||
name: "Arthritis Treatment",
|
||||
price: "Personalized Plan",
|
||||
variant: "Joint Health",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-banknotes-isolated-studio_1303-26941.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-banknotes-isolated-studio_1303-26941.jpg?_wi=4",
|
||||
imageAlt: "Arthritis treatment",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -52,11 +52,11 @@ export default function SkinDiseaseHealingPage() {
|
||||
description="Dr. V. M. Gokalgandhi offers safe and effective homeopathic treatment for eczema, psoriasis, dermatitis, and other chronic skin conditions. Personalized treatment plans address the root cause for long-lasting relief."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gua-sha-face-roller-arrangement_23-2149357152.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gua-sha-face-roller-arrangement_23-2149357152.jpg?_wi=3",
|
||||
imageAlt: "Skin disease treatment dermatology",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-doctor-man-smiling_1194-9701.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-doctor-man-smiling_1194-9701.jpg?_wi=8",
|
||||
imageAlt: "Dr. V. M. Gokalgandhi",
|
||||
},
|
||||
]}
|
||||
@@ -92,7 +92,7 @@ export default function SkinDiseaseHealingPage() {
|
||||
author: "Holistic Healing",
|
||||
description: "We identify and treat the underlying causes of skin diseases, not just symptoms. This comprehensive approach leads to lasting relief and improved skin health.",
|
||||
tags: ["Holistic", "Effective"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-pharmacist-seeking-advice-online_329181-19491.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-pharmacist-seeking-advice-online_329181-19491.jpg?_wi=3",
|
||||
imageAlt: "Natural medicine treatment",
|
||||
},
|
||||
{
|
||||
@@ -101,7 +101,7 @@ export default function SkinDiseaseHealingPage() {
|
||||
author: "Natural & Safe",
|
||||
description: "Unlike conventional treatments, our natural homeopathic remedies have minimal to no side effects. Safe for long-term use and suitable for all age groups.",
|
||||
tags: ["Natural", "Safe"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-doctor-s-appointment_23-2148497184.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-doctor-s-appointment_23-2148497184.jpg?_wi=4",
|
||||
imageAlt: "Patient consultation",
|
||||
},
|
||||
{
|
||||
@@ -110,7 +110,7 @@ export default function SkinDiseaseHealingPage() {
|
||||
author: "Patient-Centered Care",
|
||||
description: "Each patient receives a customized treatment plan based on their unique skin condition, medical history, and individual constitution.",
|
||||
tags: ["Personalized", "Comprehensive"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-discussing-pension-financial-strategy-with-broker_482257-101460.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-discussing-pension-financial-strategy-with-broker_482257-101460.jpg?_wi=3",
|
||||
imageAlt: "Doctor patient consultation",
|
||||
},
|
||||
]}
|
||||
@@ -133,7 +133,7 @@ export default function SkinDiseaseHealingPage() {
|
||||
name: "Rajesh Patel",
|
||||
role: "Business Owner",
|
||||
testimonial: "I had severe eczema for years. Dr. Gokalgandhi's treatment changed my life. My skin improved significantly, and I'm finally free from itching and irritation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2580.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2580.jpg?_wi=3",
|
||||
imageAlt: "Rajesh Patel",
|
||||
},
|
||||
{
|
||||
@@ -141,7 +141,7 @@ export default function SkinDiseaseHealingPage() {
|
||||
name: "Priya Sharma",
|
||||
role: "Software Engineer",
|
||||
testimonial: "After trying many dermatologists, I found relief with Dr. Gokalgandhi. His natural treatment approach healed my psoriasis without any side effects. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-standing-with-crossed-arms-blue-uniform_176474-20208.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-standing-with-crossed-arms-blue-uniform_176474-20208.jpg?_wi=3",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
{
|
||||
@@ -149,7 +149,7 @@ export default function SkinDiseaseHealingPage() {
|
||||
name: "Deepika Nair",
|
||||
role: "Healthcare Professional",
|
||||
testimonial: "As a healthcare professional, I appreciate Dr. Gokalgandhi's scientific approach to treating skin diseases. My dermatitis has completely resolved.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-dentist-clinic_107420-74053.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-dentist-clinic_107420-74053.jpg?_wi=2",
|
||||
imageAlt: "Deepika Nair",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user