Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 62529e8594 | |||
| 79cea9c9c0 | |||
| c985a6bbf2 | |||
| e0f45ff0ef |
277
src/app/page.tsx
277
src/app/page.tsx
@@ -36,9 +36,7 @@ export default function HomePage() {
|
|||||||
{ name: "Contact", id: "/contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Book on WhatsApp",
|
text: "Book on WhatsApp", href: "https://wa.me/918209532574?text=Hello%20Dr.%20Suresh%20Yadav%2C%20I%20want%20to%20book%20an%20appointment."}}
|
||||||
href: "https://wa.me/918209532574?text=Hello%20Dr.%20Suresh%20Yadav%2C%20I%20want%20to%20book%20an%20appointment.",
|
|
||||||
}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -47,34 +45,23 @@ export default function HomePage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroCentered
|
||||||
title="Your Trusted Family Doctor in Jaipur"
|
title="Your Trusted Family Doctor in Jaipur"
|
||||||
description="Dr. Suresh Yadav — MBBS, MD (Internal Medicine) | 10+ Years Experience | 4.9★ Rated by 65+ Patients | Affordable Consultation ₹200-₹400"
|
description="Expert Internal Medicine Physician — MBBS, MD"
|
||||||
background={{
|
background={{
|
||||||
variant: "downward-rays-static",
|
variant: "downward-rays-static"}}
|
||||||
}}
|
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-handsome-doctor-with-stethoscope-clinic_1303-19765.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-handsome-doctor-with-stethoscope-clinic_1303-19765.jpg", alt: "Dr. Suresh Yadav"},
|
||||||
alt: "Dr. Suresh Yadav",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/female-doctor-listening-patient-complaints_1398-1459.jpg",
|
src: "http://img.b2bpic.net/free-photo/female-doctor-listening-patient-complaints_1398-1459.jpg", alt: "Happy Patient"},
|
||||||
alt: "Happy Patient",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/stylish-beautiful-spacious-dental-clinic_8353-9586.jpg",
|
src: "http://img.b2bpic.net/free-photo/stylish-beautiful-spacious-dental-clinic_8353-9586.jpg", alt: "Clinic Interior"},
|
||||||
alt: "Clinic Interior",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 65+ Patients | 4.9★ Google Rating"
|
avatarText="Trusted by 65+ Patients | 4.9★ Google Rating"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "📱 Book on WhatsApp",
|
text: "📱 Book on WhatsApp", href: "https://wa.me/918209532574?text=Hello%20Dr.%20Suresh%20Yadav%2C%20I%20want%20to%20book%20an%20appointment."},
|
||||||
href: "https://wa.me/918209532574?text=Hello%20Dr.%20Suresh%20Yadav%2C%20I%20want%20to%20book%20an%20appointment.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "☎️ Call Now: +91 82095 32574",
|
text: "☎️ Call Now: +91 82095 32574", href: "tel:+918209532574"},
|
||||||
href: "tel:+918209532574",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -84,35 +71,19 @@ export default function HomePage() {
|
|||||||
<div id="trust-bar" data-section="trust-bar">
|
<div id="trust-bar" data-section="trust-bar">
|
||||||
<MetricCardOne
|
<MetricCardOne
|
||||||
title="Why Patients Trust Dr. Suresh Yadav"
|
title="Why Patients Trust Dr. Suresh Yadav"
|
||||||
description=""
|
description="10+ Years Experience | 4.9★ Google Rating | MBBS, MD (Internal Medicine) | Affordable Consultation ₹200-₹400 | 24/7 On-call Support"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", value: "10", title: "Years Experience", description: "Trusted physician in Internal Medicine", icon: Award,
|
||||||
value: "10",
|
|
||||||
title: "Years Experience",
|
|
||||||
description: "Trusted physician in Internal Medicine",
|
|
||||||
icon: Award,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", value: "65", title: "+ Patients", description: "4.9★ Google Rating", icon: Star,
|
||||||
value: "65",
|
|
||||||
title: "+ Patients",
|
|
||||||
description: "4.9★ Google Rating",
|
|
||||||
icon: Star,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", value: "2", title: "Advanced Degrees", description: "MBBS, MD (Internal Medicine)", icon: GraduationCap,
|
||||||
value: "2",
|
|
||||||
title: "Advanced Degrees",
|
|
||||||
description: "MBBS, MD (Internal Medicine)",
|
|
||||||
icon: GraduationCap,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", value: "24", title: "/7 Emergency", description: "On-call support always available", icon: Phone,
|
||||||
value: "24",
|
|
||||||
title: "/7 Emergency",
|
|
||||||
description: "On-call support always available",
|
|
||||||
icon: Phone,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
@@ -129,71 +100,35 @@ export default function HomePage() {
|
|||||||
description="Six compelling reasons why patients trust our clinic for their family healthcare"
|
description="Six compelling reasons why patients trust our clinic for their family healthcare"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Highly Qualified Physician", author: "Credentials", description:
|
||||||
title: "Highly Qualified Physician",
|
"MBBS and MD (Internal Medicine) with extensive training and 10+ years of specialized experience in internal medicine.", tags: ["Qualified", "Experienced"],
|
||||||
author: "Credentials",
|
|
||||||
description:
|
|
||||||
"MBBS and MD (Internal Medicine) with extensive training and 10+ years of specialized experience in internal medicine.",
|
|
||||||
tags: ["Qualified", "Experienced"],
|
|
||||||
imageSrc:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/mid-adult-businessman-healthcare-workers-analyzing-documents-meeting-office_637285-7068.jpg?_wi=1",
|
"http://img.b2bpic.net/free-photo/mid-adult-businessman-healthcare-workers-analyzing-documents-meeting-office_637285-7068.jpg?_wi=1", imageAlt: "qualified doctor certificate credentials mbbs"},
|
||||||
imageAlt: "qualified doctor certificate credentials mbbs",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Affordable Consultation Fees", author: "Transparent Pricing", description:
|
||||||
title: "Affordable Consultation Fees",
|
"Starting from just ₹200, our consultation fees are designed to be accessible for all families without compromising on quality.", tags: ["Affordable", "Transparent"],
|
||||||
author: "Transparent Pricing",
|
|
||||||
description:
|
|
||||||
"Starting from just ₹200, our consultation fees are designed to be accessible for all families without compromising on quality.",
|
|
||||||
tags: ["Affordable", "Transparent"],
|
|
||||||
imageSrc:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/healthy-diagnosis-pen-occupation-clean-illness_1291-195.jpg?_wi=1",
|
"http://img.b2bpic.net/free-photo/healthy-diagnosis-pen-occupation-clean-illness_1291-195.jpg?_wi=1", imageAlt: "affordable healthcare cost effective medical"},
|
||||||
imageAlt: "affordable healthcare cost effective medical",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "4.9 Star Google Rating", author: "Patient Reviews", description:
|
||||||
title: "4.9 Star Google Rating",
|
"Highly rated by 65+ satisfied patients who praise our diagnosis accuracy, cost-effective treatment, and compassionate care.", tags: ["Rated", "Trusted"],
|
||||||
author: "Patient Reviews",
|
|
||||||
description:
|
|
||||||
"Highly rated by 65+ satisfied patients who praise our diagnosis accuracy, cost-effective treatment, and compassionate care.",
|
|
||||||
tags: ["Rated", "Trusted"],
|
|
||||||
imageSrc:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg?_wi=1",
|
"http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg?_wi=1", imageAlt: "five star rating patient reviews testimonial"},
|
||||||
imageAlt: "five star rating patient reviews testimonial",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "Evening & Sunday Clinic Hours", author: "Convenient Timings", description:
|
||||||
title: "Evening & Sunday Clinic Hours",
|
"Open until 9 PM on weekdays and 8 PM on Sundays, designed for working professionals and busy families.", tags: ["Hours", "Flexible"],
|
||||||
author: "Convenient Timings",
|
|
||||||
description:
|
|
||||||
"Open until 9 PM on weekdays and 8 PM on Sundays, designed for working professionals and busy families.",
|
|
||||||
tags: ["Hours", "Flexible"],
|
|
||||||
imageSrc:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-vector/ornamental-business-opening-hours_23-2148844619.jpg?_wi=1",
|
"http://img.b2bpic.net/free-vector/ornamental-business-opening-hours_23-2148844619.jpg?_wi=1", imageAlt: "clinic working hours time schedule"},
|
||||||
imageAlt: "clinic working hours time schedule",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", title: "Patient-Friendly Approach", author: "Personal Care", description:
|
||||||
title: "Patient-Friendly Approach",
|
"Dr. Yadav takes time to listen, explain diagnoses clearly, and discuss treatment options for complete patient understanding.", tags: ["Friendly", "Caring"],
|
||||||
author: "Personal Care",
|
|
||||||
description:
|
|
||||||
"Dr. Yadav takes time to listen, explain diagnoses clearly, and discuss treatment options for complete patient understanding.",
|
|
||||||
tags: ["Friendly", "Caring"],
|
|
||||||
imageSrc:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/smiling-senior-woman-holding-hands-with-surgeon-while-talking-his-hallway-hospital_637285-5271.jpg?_wi=1",
|
"http://img.b2bpic.net/free-photo/smiling-senior-woman-holding-hands-with-surgeon-while-talking-his-hallway-hospital_637285-5271.jpg?_wi=1", imageAlt: "patient care compassionate healthcare provider"},
|
||||||
imageAlt: "patient care compassionate healthcare provider",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", title: "Conveniently Located", author: "Easy Access", description:
|
||||||
title: "Conveniently Located",
|
"Located in Shankar Colony, Sikar Road, Harmada area - easily accessible from Murlipura and surrounding neighborhoods.", tags: ["Location", "Accessible"],
|
||||||
author: "Easy Access",
|
|
||||||
description:
|
|
||||||
"Located in Shankar Colony, Sikar Road, Harmada area - easily accessible from Murlipura and surrounding neighborhoods.",
|
|
||||||
tags: ["Location", "Accessible"],
|
|
||||||
imageSrc:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/close-up-computer-with-medical-files-monitor_482257-27167.jpg?_wi=1",
|
"http://img.b2bpic.net/free-photo/close-up-computer-with-medical-files-monitor_482257-27167.jpg?_wi=1", imageAlt: "clinic location map jaipur address"},
|
||||||
imageAlt: "clinic location map jaipur address",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -208,68 +143,26 @@ export default function HomePage() {
|
|||||||
description="Real feedback from satisfied patients who have experienced Dr. Suresh Yadav's exceptional care"
|
description="Real feedback from satisfied patients who have experienced Dr. Suresh Yadav's exceptional care"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Excellent Diagnosis & Affordable Treatment", quote:
|
||||||
title: "Excellent Diagnosis & Affordable Treatment",
|
"Very Good diagnosis... very cost effective treatment... so impressive and nicely behaviour with patients.", name: "Patient Name", role: "Verified Google Review", imageSrc:
|
||||||
quote:
|
"http://img.b2bpic.net/free-photo/close-up-man-woman-talking_23-2148894920.jpg", imageAlt: "satisfied patient positive testimonial review"},
|
||||||
"Very Good diagnosis... very cost effective treatment... so impressive and nicely behaviour with patients.",
|
|
||||||
name: "Patient Name",
|
|
||||||
role: "Verified Google Review",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/close-up-man-woman-talking_23-2148894920.jpg",
|
|
||||||
imageAlt: "satisfied patient positive testimonial review",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Best Physician in Jaipur", quote: "Best physician in Jaipur", name: "Patient Name", role: "Verified Google Review", imageSrc:
|
||||||
title: "Best Physician in Jaipur",
|
"http://img.b2bpic.net/free-photo/happy-senior-woman-shaking-hands-with-doctor-while-talking-her-hospital-hallway_637285-5309.jpg", imageAlt: "smiling patient happy healthcare visit"},
|
||||||
quote: "Best physician in Jaipur",
|
|
||||||
name: "Patient Name",
|
|
||||||
role: "Verified Google Review",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/happy-senior-woman-shaking-hands-with-doctor-while-talking-her-hospital-hallway_637285-5309.jpg",
|
|
||||||
imageAlt: "smiling patient happy healthcare visit",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Professional & Experienced", quote: "Very nice and professionally experienced doctor", name: "Patient Name", role: "Verified Google Review", imageSrc:
|
||||||
title: "Professional & Experienced",
|
"http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923345.jpg", imageAlt: "professional doctor portrait healthcare"},
|
||||||
quote: "Very nice and professionally experienced doctor",
|
|
||||||
name: "Patient Name",
|
|
||||||
role: "Verified Google Review",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923345.jpg",
|
|
||||||
imageAlt: "professional doctor portrait healthcare",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "Always Helpful & Caring", quote: "Very experienced doctor, always helpful for everyone", name: "Patient Name", role: "Verified Google Review", imageSrc:
|
||||||
title: "Always Helpful & Caring",
|
"http://img.b2bpic.net/free-photo/caring-doctor-talking-senior-woman-wheelchair-nursing-home-coronavirus-pandemic_637285-10507.jpg", imageAlt: "helpful doctor patient satisfaction portrait"},
|
||||||
quote: "Very experienced doctor, always helpful for everyone",
|
|
||||||
name: "Patient Name",
|
|
||||||
role: "Verified Google Review",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/caring-doctor-talking-senior-woman-wheelchair-nursing-home-coronavirus-pandemic_637285-10507.jpg",
|
|
||||||
imageAlt: "helpful doctor patient satisfaction portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", title: "Trustworthy Family Doctor", quote:
|
||||||
title: "Trustworthy Family Doctor",
|
"Dr. Yadav is like a trusted family doctor - knowledgeable, caring, and always available when needed.", name: "Patient Name", role: "Verified Google Review", imageSrc:
|
||||||
quote:
|
"http://img.b2bpic.net/free-photo/nurses-getting-ready-work-day_23-2149309973.jpg", imageAlt: "trusted family doctor patient portrait"},
|
||||||
"Dr. Yadav is like a trusted family doctor - knowledgeable, caring, and always available when needed.",
|
|
||||||
name: "Patient Name",
|
|
||||||
role: "Verified Google Review",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/nurses-getting-ready-work-day_23-2149309973.jpg",
|
|
||||||
imageAlt: "trusted family doctor patient portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", title: "Recommended to Friends & Family", quote:
|
||||||
title: "Recommended to Friends & Family",
|
"I highly recommend Dr. Yadav to anyone looking for quality medical care at affordable prices.", name: "Patient Name", role: "Verified Google Review", imageSrc:
|
||||||
quote:
|
"http://img.b2bpic.net/free-photo/focused-serious-gray-haired-man-plaid-shirt-looking-clipboard-doctor-hands_259150-57378.jpg", imageAlt: "recommended healthcare provider patient"},
|
||||||
"I highly recommend Dr. Yadav to anyone looking for quality medical care at affordable prices.",
|
|
||||||
name: "Patient Name",
|
|
||||||
role: "Verified Google Review",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/focused-serious-gray-haired-man-plaid-shirt-looking-clipboard-doctor-hands_259150-57378.jpg",
|
|
||||||
imageAlt: "recommended healthcare provider patient",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -283,20 +176,12 @@ export default function HomePage() {
|
|||||||
description="C-1050 A, Shankar Colony, Opposite NITS Education and School, New Lohamandi Road, Sikar Road, Harmada, Jaipur — Rajasthan 302013"
|
description="C-1050 A, Shankar Colony, Opposite NITS Education and School, New Lohamandi Road, Sikar Road, Harmada, Jaipur — Rajasthan 302013"
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Your Name"},
|
||||||
type: "text",
|
|
||||||
placeholder: "Your Name",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "phone",
|
name: "phone", type: "tel", placeholder: "+91 XXXXX XXXXX"},
|
||||||
type: "tel",
|
|
||||||
placeholder: "+91 XXXXX XXXXX",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Tell us about your health concern or ask a question..."}}
|
||||||
placeholder: "Tell us about your health concern or ask a question...",
|
|
||||||
}}
|
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-with-yellow-stethoscope_1161-163.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/doctor-with-yellow-stethoscope_1161-163.jpg?_wi=1"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -313,85 +198,53 @@ export default function HomePage() {
|
|||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "/"},
|
||||||
href: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "About Doctor",
|
label: "About Doctor", href: "/about"},
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "/services"},
|
||||||
href: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Book on WhatsApp",
|
label: "Book on WhatsApp", href: "https://wa.me/918209532574?text=Hello%20Dr.%20Suresh%20Yadav%2C%20I%20want%20to%20book%20an%20appointment."},
|
||||||
href: "https://wa.me/918209532574?text=Hello%20Dr.%20Suresh%20Yadav%2C%20I%20want%20to%20book%20an%20appointment.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Call: +91 82095 32574",
|
label: "Call: +91 82095 32574", href: "tel:+918209532574"},
|
||||||
href: "tel:+918209532574",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Google Reviews",
|
label: "Google Reviews", href: "https://www.google.com/maps/search/Dr+Suresh+Yadav+MBBS+MD+Internal+Medicine+Sikar+Road+Harmada+Jaipur"},
|
||||||
href: "https://www.google.com/maps/search/Dr+Suresh+Yadav+MBBS+MD+Internal+Medicine+Sikar+Road+Harmada+Jaipur",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Mon-Sat: 4:30 PM - 9:00 PM",
|
label: "Mon-Sat: 4:30 PM - 9:00 PM", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Sunday: 6:00 PM - 8:00 PM",
|
label: "Sunday: 6:00 PM - 8:00 PM", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Emergency: Available 24/7",
|
label: "Emergency: Available 24/7", href: "tel:+918209532574"},
|
||||||
href: "tel:+918209532574",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Shankar Colony",
|
label: "Shankar Colony", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Sikar Road, Harmada",
|
label: "Sikar Road, Harmada", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Jaipur - 302013",
|
label: "Jaipur - 302013", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Medical Disclaimer",
|
label: "Medical Disclaimer", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user