Merge version_1 into main #2
@@ -11,8 +11,8 @@ import { Roboto } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Dr. Sailesh Parikh Clinic | 24/7 Medical Care Vashi',
|
||||
description: 'Experienced doctor in Vashi, Navi Mumbai. Providing 24/7 medical consultation, urgent care, and patient-first diagnostics. Call now.',
|
||||
title: 'Dr. Sailesh Parikh Clinic | 24/7 Medical Care in Vashi',
|
||||
description: 'Expert 24/7 medical consultation and urgent care in Vashi, Navi Mumbai. Providing patient-first, transparent medical diagnostics.',
|
||||
keywords: ["doctor in Vashi, 24 hour doctor Navi Mumbai, clinic near me Vashi, general physician Vashi"],
|
||||
};
|
||||
|
||||
|
||||
321
src/app/page.tsx
321
src/app/page.tsx
@@ -31,27 +31,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Consultation",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "About Doctor",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Process",
|
||||
id: "#transparency",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Consultation", id: "#services" },
|
||||
{ name: "About Doctor", id: "#about" },
|
||||
{ name: "Process", id: "#transparency" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
brandName="Dr. Sailesh Parikh"
|
||||
/>
|
||||
</div>
|
||||
@@ -59,102 +44,31 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="24/7 Medical Care You Can Rely On in Vashi"
|
||||
description="Experienced doctor available round-the-clock for general consultation and urgent medical needs. Dedicated to your health and accurate care."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sunita K.",
|
||||
handle: "Vashi",
|
||||
testimonial: "Excellent care and genuine concern for patients.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-surgeon-operation-theater-looking-camera-showing-ok-gesture-doctor-scrubs-medical-mask-modern-hospital-operating-room_657921-1047.jpg",
|
||||
},
|
||||
{
|
||||
name: "Amit V.",
|
||||
handle: "Navi Mumbai",
|
||||
testimonial: "Very professional and clearly explains every diagnosis.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-general-practitioner-having-consultations-with-couple-medical-clinic_637285-1156.jpg",
|
||||
},
|
||||
{
|
||||
name: "Rahul M.",
|
||||
handle: "Vashi",
|
||||
testimonial: "Available when I needed emergency support late at night.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-explaining-diagnosis-her-young-woman-patient_1139-1156.jpg",
|
||||
},
|
||||
{
|
||||
name: "Priya S.",
|
||||
handle: "Navi Mumbai",
|
||||
testimonial: "Patient-first approach, very thorough checkup.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-patient-talking-doctor_23-2149941500.jpg",
|
||||
},
|
||||
{
|
||||
name: "Vijay D.",
|
||||
handle: "Vashi",
|
||||
testimonial: "Finally found a doctor who listens to my concerns.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-good-doctor-knows-what-patients-with-covid-should_179666-15862.jpg",
|
||||
},
|
||||
{ name: "Sunita K.", handle: "Vashi", testimonial: "Excellent care and genuine concern for patients.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-surgeon-operation-theater-looking-camera-showing-ok-gesture-doctor-scrubs-medical-mask-modern-hospital-operating-room_657921-1047.jpg" },
|
||||
{ name: "Amit V.", handle: "Navi Mumbai", testimonial: "Very professional and clearly explains every diagnosis.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/african-american-general-practitioner-having-consultations-with-couple-medical-clinic_637285-1156.jpg" },
|
||||
{ name: "Rahul M.", handle: "Vashi", testimonial: "Available when I needed emergency support late at night.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-explaining-diagnosis-her-young-woman-patient_1139-1156.jpg" },
|
||||
{ name: "Priya S.", handle: "Navi Mumbai", testimonial: "Patient-first approach, very thorough checkup.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-patient-talking-doctor_23-2149941500.jpg" },
|
||||
{ name: "Vijay D.", handle: "Vashi", testimonial: "Finally found a doctor who listens to my concerns.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-good-doctor-knows-what-patients-with-covid-should_179666-15862.jpg" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919999999999",
|
||||
},
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-doctor-evaluating-x-ray-imaging-lab-test-results_482257-124612.jpg?_wi=1"
|
||||
buttons={[{ text: "Call Now", href: "tel:+919999999999" }, { text: "Book Appointment", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-doctor-evaluating-x-ray-imaging-lab-test-results_482257-124612.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/indian-general-practitioner-patient-engage-medical-consultation_482257-123975.jpg",
|
||||
alt: "Doctor consultation",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/indian-healthcare-staff-sharing-medical-expertise-with-patient-clinic_482257-118382.jpg",
|
||||
alt: "Expert medical advice",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/optometry-consultation-medical-office-with-indian-expert_482257-123969.jpg",
|
||||
alt: "Careful examination",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/ophthalmologist-reviews-eyesight-with-optical-light-tool-consultation_482257-124042.jpg",
|
||||
alt: "Ophthalmology care",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/doctor-hospital-interior_1398-731.jpg",
|
||||
alt: "Clinic environment",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/indian-general-practitioner-patient-engage-medical-consultation_482257-123975.jpg", alt: "Doctor consultation" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/indian-healthcare-staff-sharing-medical-expertise-with-patient-clinic_482257-118382.jpg", alt: "Expert medical advice" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/optometry-consultation-medical-office-with-indian-expert_482257-123969.jpg", alt: "Careful examination" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/ophthalmologist-reviews-eyesight-with-optical-light-tool-consultation_482257-124042.jpg", alt: "Ophthalmology care" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/doctor-hospital-interior_1398-731.jpg", alt: "Clinic environment" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Availability",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional Diagnostic",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Patient-First Approach",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Emergency Care",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Medical Care",
|
||||
},
|
||||
{ type: "text", text: "24/7 Availability" },
|
||||
{ type: "text", text: "Professional Diagnostic" },
|
||||
{ type: "text", text: "Patient-First Approach" },
|
||||
{ type: "text", text: "Emergency Care" },
|
||||
{ type: "text", text: "Expert Medical Care" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -165,20 +79,11 @@ export default function LandingPage() {
|
||||
title="Dr. Sailesh Parikh: Experience You Can Trust"
|
||||
description="With years of medical practice in Navi Mumbai, Dr. Parikh is committed to a diagnostic-led, patient-first approach. We focus on listening, accurate assessment, and clear communication."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Availability",
|
||||
},
|
||||
{
|
||||
value: "1000+",
|
||||
title: "Patients Served",
|
||||
},
|
||||
{ value: "15+", title: "Years Experience" },
|
||||
{ value: "24/7", title: "Availability" },
|
||||
{ value: "1000+", title: "Patients Served" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/family-doctor-doctor-s-office_23-2148168503.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/family-doctor-doctor-s-office_23-2148168503.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -190,38 +95,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "General Consultation",
|
||||
description: "Expert advice for routine health concerns.",
|
||||
tag: "Primary",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-sit-waiting-room-one-them-is-wearing-scrubs-other-is-wearing-blue-scrubs_482257-64814.jpg",
|
||||
imageAlt: "medical service checkup diagnostic",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Urgent Care",
|
||||
description: "Immediate attention when you need it most.",
|
||||
tag: "Emergency",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-evaluating-x-ray-imaging-lab-test-results_482257-124612.jpg?_wi=2",
|
||||
imageAlt: "medical service checkup diagnostic",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Fever & Infection",
|
||||
description: "Diagnostic and treatment support.",
|
||||
tag: "Acute",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-doctor-doctor-s-office_23-2148168503.jpg?_wi=2",
|
||||
imageAlt: "medical service checkup diagnostic",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Chronic Care",
|
||||
description: "Long-term management of lifestyle conditions.",
|
||||
tag: "Support",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-patient-bed-talking-doctor-annual-checkup-visit-examination-medic-with-healthcare-information-consulting-woman-medical-appointment-specialist-doing-consultation_482257-42643.jpg?_wi=1",
|
||||
imageAlt: "medical service checkup diagnostic",
|
||||
},
|
||||
{ id: "1", title: "General Consultation", description: "Expert advice for routine health concerns.", tag: "Primary", imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-sit-waiting-room-one-them-is-wearing-scrubs-other-is-wearing-blue-scrubs_482257-64814.jpg", imageAlt: "medical service checkup diagnostic" },
|
||||
{ id: "2", title: "Urgent Care", description: "Immediate attention when you need it most.", tag: "Emergency", imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-evaluating-x-ray-imaging-lab-test-results_482257-124612.jpg", imageAlt: "medical service checkup diagnostic" },
|
||||
{ id: "3", title: "Fever & Infection", description: "Diagnostic and treatment support.", tag: "Acute", imageSrc: "http://img.b2bpic.net/free-photo/family-doctor-doctor-s-office_23-2148168503.jpg", imageAlt: "medical service checkup diagnostic" },
|
||||
{ id: "4", title: "Chronic Care", description: "Long-term management of lifestyle conditions.", tag: "Support", imageSrc: "http://img.b2bpic.net/free-photo/young-patient-bed-talking-doctor-annual-checkup-visit-examination-medic-with-healthcare-information-consulting-woman-medical-appointment-specialist-doing-consultation_482257-42643.jpg", imageAlt: "medical service checkup diagnostic" },
|
||||
]}
|
||||
title="Comprehensive Care Services"
|
||||
description="Accessible, high-quality medical services tailored to your family's needs in Vashi."
|
||||
@@ -233,23 +110,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Our Consultation Process",
|
||||
content: "We begin with a thorough examination, followed by a clear explanation of findings in simple language.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Diagnostic Transparency",
|
||||
content: "All investigations are explained, ensuring you understand why specific tests are requested.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Patient Communication",
|
||||
content: "We prioritize your questions and take the time to ensure every patient is heard.",
|
||||
},
|
||||
{ id: "1", title: "Our Consultation Process", content: "We begin with a thorough examination, followed by a clear explanation of findings in simple language." },
|
||||
{ id: "2", title: "Diagnostic Transparency", content: "All investigations are explained, ensuring you understand why specific tests are requested." },
|
||||
{ id: "3", title: "Patient Communication", content: "We prioritize your questions and take the time to ensure every patient is heard." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-patient-bed-talking-doctor-annual-checkup-visit-examination-medic-with-healthcare-information-consulting-woman-medical-appointment-specialist-doing-consultation_482257-42643.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-patient-bed-talking-doctor-annual-checkup-visit-examination-medic-with-healthcare-information-consulting-woman-medical-appointment-specialist-doing-consultation_482257-42643.jpg"
|
||||
title="Our Care Commitment"
|
||||
description="We believe in transparency. Here is our process for ensuring accurate diagnosis and patient peace of mind."
|
||||
mediaAnimation="slide-up"
|
||||
@@ -261,24 +126,15 @@ export default function LandingPage() {
|
||||
<MetricCardSeven
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Hygiene Standards",
|
||||
items: [
|
||||
"Regular sterilization",
|
||||
"Clean exam rooms",
|
||||
],
|
||||
id: "m1", value: "100%", title: "Hygiene Standards", items: [
|
||||
"Regular sterilization", "Clean exam rooms"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Enhanced",
|
||||
title: "Patient Feedback Loop",
|
||||
items: [
|
||||
"Direct patient listen",
|
||||
"Swift resolution",
|
||||
],
|
||||
id: "m2", value: "Enhanced", title: "Patient Feedback Loop", items: [
|
||||
"Direct patient listen", "Swift resolution"],
|
||||
},
|
||||
]}
|
||||
title="Continuously Improving"
|
||||
@@ -292,46 +148,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sita R.",
|
||||
handle: "Vashi",
|
||||
testimonial: "Very compassionate doctor, explained everything well.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-sitting-wheelchair-doctor_23-2148962355.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Kiran P.",
|
||||
handle: "Navi Mumbai",
|
||||
testimonial: "Great service at odd hours, very professional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-doing-their-work-pediatrics-office_23-2149224187.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Deepak H.",
|
||||
handle: "Vashi",
|
||||
testimonial: "Accurate diagnosis and quick recovery.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/age-difference-female-friends-meeting-up-yoga-outdoors_23-2149891990.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Meera T.",
|
||||
handle: "Navi Mumbai",
|
||||
testimonial: "Always feels listened to, highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thank-you-your-visit-my-office_329181-2204.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Arjun L.",
|
||||
handle: "Vashi",
|
||||
testimonial: "Best clinic for family medical needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-doctor-holding-medical-reports_107420-73971.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sita R.", handle: "Vashi", testimonial: "Very compassionate doctor, explained everything well.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-man-sitting-wheelchair-doctor_23-2148962355.jpg" },
|
||||
{ id: "2", name: "Kiran P.", handle: "Navi Mumbai", testimonial: "Great service at odd hours, very professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/doctor-doing-their-work-pediatrics-office_23-2149224187.jpg" },
|
||||
{ id: "3", name: "Deepak H.", handle: "Vashi", testimonial: "Accurate diagnosis and quick recovery.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/age-difference-female-friends-meeting-up-yoga-outdoors_23-2149891990.jpg" },
|
||||
{ id: "4", name: "Meera T.", handle: "Navi Mumbai", testimonial: "Always feels listened to, highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/thank-you-your-visit-my-office_329181-2204.jpg" },
|
||||
{ id: "5", name: "Arjun L.", handle: "Vashi", testimonial: "Best clinic for family medical needs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-doctor-holding-medical-reports_107420-73971.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Patient Stories"
|
||||
@@ -342,16 +163,9 @@ export default function LandingPage() {
|
||||
<div id="availability" data-section="availability">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
text="Open 24 Hours. Immediate Medical Attention Available."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now for Urgent Care",
|
||||
href: "tel:+919999999999",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Call Now for Urgent Care", href: "tel:+919999999999" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -360,14 +174,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Sector 17, Vashi",
|
||||
"Navi Mumbai",
|
||||
"Near Post Office",
|
||||
"Easy Accessibility",
|
||||
"24/7 Landmark",
|
||||
"Medical Square",
|
||||
"Vashi Main Road",
|
||||
]}
|
||||
"Sector 17, Vashi", "Navi Mumbai", "Near Post Office", "Easy Accessibility", "24/7 Landmark", "Medical Square", "Vashi Main Road"]}
|
||||
title="Find Us"
|
||||
description="Visit Dr. Sailesh Parikh Clinic at Vashi, Navi Mumbai. Located centrally for your convenience."
|
||||
/>
|
||||
@@ -377,36 +184,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Dr. Sailesh Parikh Clinic"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Emergency",
|
||||
items: [
|
||||
{
|
||||
label: "Call Now",
|
||||
href: "tel:+919999999999",
|
||||
},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/919999999999",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Emergency", items: [{ label: "Call Now", href: "tel:+919999999999" }, { label: "WhatsApp", href: "https://wa.me/919999999999" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Dr. Sailesh Parikh Clinic. All Rights Reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user