Merge version_1_1781401488356 into main #2
@@ -12,255 +12,137 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroSplitMediaGrid
|
||||
tag="Expert Maternity Care"
|
||||
title="Compassionate Care at SAFAL Hospital, Nagpur"
|
||||
description="Guided by Dr. Shilpi Sud, we specialize in comprehensive gynecological, obstetric, and maternity care. Providing expert guidance from conception through delivery with compassion and safety."
|
||||
primaryButton={{
|
||||
text: "Book Your Consultation",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
}}
|
||||
items={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-family-childbirth-labor-getting-medical-assistance-hospital-ward-bed-obstetrics-doctor-african-american-nurse-helping-pregnant-woman-pushing-child-delivery_482257-9366.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-receiving-medical-assistance-from-african-american-nurse-before-childbirh-hospital-ward-nurse-typing-woman-contractions-level-tablet-computer-explaining-pregnancy-labor-process_482257-68412.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Expert Maternity Care"
|
||||
title="Compassionate Care at SAFAL Hospital, Nagpur"
|
||||
description="Guided by Dr. Shilpi Sud, we specialize in comprehensive gynecological, obstetric, and maternity care. Providing expert guidance from conception through delivery with compassion and safety."
|
||||
primaryButton={{
|
||||
text: "Book Your Consultation", href: "#contact"}}
|
||||
secondaryButton={{
|
||||
text: "Learn More", href: "#about"}}
|
||||
items={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/caucasian-family-childbirth-labor-getting-medical-assistance-hospital-ward-bed-obstetrics-doctor-african-american-nurse-helping-pregnant-woman-pushing-child-delivery_482257-9366.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-receiving-medical-assistance-from-african-american-nurse-before-childbirh-hospital-ward-nurse-typing-woman-contractions-level-tablet-computer-explaining-pregnancy-labor-process_482257-68412.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutFeaturesSplit
|
||||
tag="Our Mission"
|
||||
title="Excellence in Women's Health"
|
||||
description="SAFAL Hospital successfully serves the community of Nagpur with focused expertise in women and child care. Under the leadership of Dr. Shilpi Sud, we have established a legacy of safe and normal delivery outcomes through dedicated professional care."
|
||||
items={[
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Empathetic Care",
|
||||
description: "We treat every patient like family, ensuring support at every stage.",
|
||||
},
|
||||
{
|
||||
icon: Activity,
|
||||
title: "Expert Specialists",
|
||||
description: "Led by renowned gynecologist Dr. Shilpi Sud.",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Normal Delivery Focus",
|
||||
description: "Prioritizing safe and natural birth experiences for every mother.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pregnant-woman-visiting-doctor_1098-1977.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Mission"
|
||||
title="Excellence in Women's Health"
|
||||
description="SAFAL Hospital successfully serves the community of Nagpur with focused expertise in women and child care. Under the leadership of Dr. Shilpi Sud, we have established a legacy of safe and normal delivery outcomes through dedicated professional care."
|
||||
items={[
|
||||
{ icon: "Heart", title: "Empathetic Care", description: "We treat every patient like family, ensuring support at every stage." },
|
||||
{ icon: "Activity", title: "Expert Specialists", description: "Led by renowned gynecologist Dr. Shilpi Sud." },
|
||||
{ icon: "CheckCircle", title: "Normal Delivery Focus", description: "Prioritizing safe and natural birth experiences for every mother." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pregnant-woman-visiting-doctor_1098-1977.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<FeaturesDetailedCards
|
||||
tag="Specialized Services"
|
||||
title="Comprehensive Maternal Solutions"
|
||||
description="Our hospital is equipped with the latest technology to ensure the safety and well-being of mother and child."
|
||||
items={[
|
||||
{
|
||||
title: "Advanced Ultrasound",
|
||||
description: "High-precision imaging for complete fetal health monitoring.",
|
||||
tags: [
|
||||
"Diagnostics",
|
||||
"Maternity",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-health-still-life-arrangement-with-copy-space_23-2148854068.jpg",
|
||||
},
|
||||
{
|
||||
title: "Pre-Conception Care",
|
||||
description: "Expert advice to ensure a healthy journey from the very beginning.",
|
||||
tags: [
|
||||
"Wellness",
|
||||
"Consultation",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-explaining-test-results-senior-man-hospital-waiting-area_482257-8582.jpg",
|
||||
},
|
||||
{
|
||||
title: "Delivery & Post-Partum",
|
||||
description: "Continuous support through labor and recovery in a safe environment.",
|
||||
tags: [
|
||||
"Surgery",
|
||||
"Support",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-teacher-taking-temperature-student_23-2148672144.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Specialized Services"
|
||||
title="Comprehensive Maternal Solutions"
|
||||
description="Our hospital is equipped with the latest technology to ensure the safety and well-being of mother and child."
|
||||
items={[
|
||||
{ title: "Advanced Ultrasound", description: "High-precision imaging for complete fetal health monitoring.", tags: ["Diagnostics", "Maternity"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-health-still-life-arrangement-with-copy-space_23-2148854068.jpg" },
|
||||
{ title: "Pre-Conception Care", description: "Expert advice to ensure a healthy journey from the very beginning.", tags: ["Wellness", "Consultation"], imageSrc: "http://img.b2bpic.net/free-photo/doctor-explaining-test-results-senior-man-hospital-waiting-area_482257-8582.jpg" },
|
||||
{ title: "Delivery & Post-Partum", description: "Continuous support through labor and recovery in a safe environment.", tags: ["Surgery", "Support"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-teacher-taking-temperature-student_23-2148672144.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<SectionErrorBoundary name="team">
|
||||
<div id="team" data-section="team">
|
||||
<SectionErrorBoundary name="team">
|
||||
<TeamListCards
|
||||
tag="Our Medical Professionals"
|
||||
title="Meet the Team at SAFAL"
|
||||
description="Our experienced medical staff is dedicated to the highest standards of healthcare."
|
||||
groups={[
|
||||
{
|
||||
title: "Consultants",
|
||||
members: [
|
||||
{
|
||||
name: "Dr. Shilpi Sud",
|
||||
role: "Lead Gynecologist",
|
||||
detail: "Expertise in OB-GYN and Normal Delivery.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-gynecologist-using-colposcope-gynecological-instruments_651396-3106.jpg",
|
||||
},
|
||||
{
|
||||
name: "Dr. Ramesh Nair",
|
||||
role: "Senior Consultant",
|
||||
detail: "Specializing in high-risk pregnancies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctors-nurses-sitting-staircase_107420-84780.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-family-childbirth-labor-getting-medical-assistance-hospital-ward-bed-obstetrics-doctor-african-american-nurse-helping-pregnant-woman-pushing-child-delivery_482257-9366.jpg?_wi=2",
|
||||
imageAlt: "female gynecologist doctor",
|
||||
},
|
||||
{
|
||||
title: "Nursing Team",
|
||||
members: [
|
||||
{
|
||||
name: "Sr. Anita Deshmukh",
|
||||
role: "Head Nurse",
|
||||
detail: "Leading our compassionate support team.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-shirt-winking-nurse-medic-hospital-covid-19-pandemic-emotion_179666-24330.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-receiving-medical-assistance-from-african-american-nurse-before-childbirh-hospital-ward-nurse-typing-woman-contractions-level-tablet-computer-explaining-pregnancy-labor-process_482257-68412.jpg?_wi=2",
|
||||
imageAlt: "female gynecologist doctor",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Medical Professionals"
|
||||
title="Meet the Team at SAFAL"
|
||||
description="Our experienced medical staff is dedicated to the highest standards of healthcare."
|
||||
groups={[
|
||||
{
|
||||
title: "Consultants", members: [
|
||||
{ name: "Dr. Shilpi Sud", role: "Lead Gynecologist", detail: "Expertise in OB-GYN and Normal Delivery.", imageSrc: "http://img.b2bpic.net/free-photo/female-gynecologist-using-colposcope-gynecological-instruments_651396-3106.jpg" },
|
||||
{ name: "Dr. Ramesh Nair", role: "Senior Consultant", detail: "Specializing in high-risk pregnancies.", imageSrc: "http://img.b2bpic.net/free-photo/doctors-nurses-sitting-staircase_107420-84780.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Nursing Team", members: [
|
||||
{ name: "Sr. Anita Deshmukh", role: "Head Nurse", detail: "Leading our compassionate support team.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-shirt-winking-nurse-medic-hospital-covid-19-pandemic-emotion_179666-24330.jpg" },
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialColumnMarqueeCards
|
||||
tag="Patient Experiences"
|
||||
title="Loved by Thousands of Families"
|
||||
description="Hear directly from our patients about their experiences at SAFAL Hospital."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Saurabh Kamde",
|
||||
role: "Happy Parent",
|
||||
quote: "Dr. Shilpi Sud explained every stage of the process with exceptional clarity and care. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-family-visiting-senior-woman-treatment-hospital_662251-3051.jpg",
|
||||
},
|
||||
{
|
||||
name: "Pradeep Tembhare",
|
||||
role: "Grateful Father",
|
||||
quote: "Extreme compassion and expertise throughout the entire journey to the birth of our baby girl.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-expecting-baby-hospital-ward-bed-healthcare-facility-woman-with-pregnancy-having-painful-contractions-getting-into-labor-while-husband-panicking-about-childbirth_482257-70910.jpg",
|
||||
},
|
||||
{
|
||||
name: "Subramanian Krishnan",
|
||||
role: "Patient",
|
||||
quote: "Safal Hospital successfully serves all people of Nagpur, specifically focusing on women and child care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-lying-gynecological-chair_651396-2228.jpg",
|
||||
},
|
||||
{
|
||||
name: "Anita Verma",
|
||||
role: "Mother",
|
||||
quote: "Best and low-cost medical care in Nagpur. Truly supportive staff like family.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-family_1157-4533.jpg",
|
||||
},
|
||||
{
|
||||
name: "Vikram Seth",
|
||||
role: "Parent",
|
||||
quote: "Outstanding experience from conception through delivery. Excellent guidance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pregnant-woman-having-caesarean-surgery-pushing-hard-while-medical-team-delivery-baby-hopsital-ward-pregnant-woman-having-paniful-contractions-giving-birth-child-being-comforting-by-husband_482257-70920.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Patient Experiences"
|
||||
title="Loved by Thousands of Families"
|
||||
description="Hear directly from our patients about their experiences at SAFAL Hospital."
|
||||
testimonials={[
|
||||
{ name: "Saurabh Kamde", role: "Happy Parent", quote: "Dr. Shilpi Sud explained every stage of the process with exceptional clarity and care. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-family-visiting-senior-woman-treatment-hospital_662251-3051.jpg" },
|
||||
{ name: "Pradeep Tembhare", role: "Grateful Father", quote: "Extreme compassion and expertise throughout the entire journey to the birth of our baby girl.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-expecting-baby-hospital-ward-bed-healthcare-facility-woman-with-pregnancy-having-painful-contractions-getting-into-labor-while-husband-panicking-about-childbirth_482257-70910.jpg" },
|
||||
{ name: "Subramanian Krishnan", role: "Patient", quote: "Safal Hospital successfully serves all people of Nagpur, specifically focusing on women and child care.", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-lying-gynecological-chair_651396-2228.jpg" },
|
||||
{ name: "Anita Verma", role: "Mother", quote: "Best and low-cost medical care in Nagpur. Truly supportive staff like family.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-family_1157-4533.jpg" },
|
||||
{ name: "Vikram Seth", role: "Parent", quote: "Outstanding experience from conception through delivery. Excellent guidance.", imageSrc: "http://img.b2bpic.net/free-photo/pregnant-woman-having-caesarean-surgery-pushing-hard-while-medical-team-delivery-baby-hopsital-ward-pregnant-woman-having-paniful-contractions-giving-birth-child-being-comforting-by-husband_482257-70920.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsMediaCards
|
||||
tag="Our Impact"
|
||||
title="A Legacy of Trust"
|
||||
description="Quality care that makes a difference in the lives of every family."
|
||||
metrics={[
|
||||
{
|
||||
value: "2400+",
|
||||
title: "Happy Families",
|
||||
description: "Successfully served patients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-doctor-nurse-preparing-prescription-paper-patient-annual-checkup-visit-group-medical-specialists-talking-about-healing-treatment-medication-pandemic_482257-38486.jpg",
|
||||
},
|
||||
{
|
||||
value: "4.8/5",
|
||||
title: "Patient Rating",
|
||||
description: "Ranked among the best in Nagpur.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-signing-document_23-2148767143.jpg",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Supportive Staff",
|
||||
description: "Committed to personalized care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84830.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Impact"
|
||||
title="A Legacy of Trust"
|
||||
description="Quality care that makes a difference in the lives of every family."
|
||||
metrics={[
|
||||
{ value: "2400+", title: "Happy Families", description: "Successfully served patients.", imageSrc: "http://img.b2bpic.net/free-photo/team-doctor-nurse-preparing-prescription-paper-patient-annual-checkup-visit-group-medical-specialists-talking-about-healing-treatment-medication-pandemic_482257-38486.jpg" },
|
||||
{ value: "4.8/5", title: "Patient Rating", description: "Ranked among the best in Nagpur.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-signing-document_23-2148767143.jpg" },
|
||||
{ value: "100%", title: "Supportive Staff", description: "Committed to personalized care.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84830.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqTwoColumn
|
||||
tag="Help Center"
|
||||
title="Common Questions"
|
||||
description="Answers to commonly asked questions about our hospital and care."
|
||||
items={[
|
||||
{
|
||||
question: "Where is the hospital located?",
|
||||
answer: "Located at 47, near Ajni Railway Station, opposite Dhanwate National College, Congress Nagar, Nagpur.",
|
||||
},
|
||||
{
|
||||
question: "What is the hospital timing?",
|
||||
answer: "We are open Monday through Saturday, 9 AM to 7 PM.",
|
||||
},
|
||||
{
|
||||
question: "How can I book an appointment?",
|
||||
answer: "You can call us directly at 070663 40060 or visit the clinic.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Help Center"
|
||||
title="Common Questions"
|
||||
description="Answers to commonly asked questions about our hospital and care."
|
||||
items={[
|
||||
{ question: "Where is the hospital located?", answer: "Located at 47, near Ajni Railway Station, opposite Dhanwate National College, Congress Nagar, Nagpur." },
|
||||
{ question: "What is the hospital timing?", answer: "We are open Monday through Saturday, 9 AM to 7 PM." },
|
||||
{ question: "How can I book an appointment?", answer: "You can call us directly at 070663 40060 or visit the clinic." },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Schedule Now"
|
||||
text="Start your journey toward a healthy pregnancy today. Book a consultation with Dr. Shilpi Sud."
|
||||
primaryButton={{
|
||||
text: "Call 070663 40060",
|
||||
href: "tel:07066340060",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.app.goo.gl/",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Schedule Now"
|
||||
text="Start your journey toward a healthy pregnancy today. Book a consultation with Dr. Shilpi Sud."
|
||||
primaryButton={{
|
||||
text: "Call 070663 40060", href: "tel:07066340060"}}
|
||||
secondaryButton={{
|
||||
text: "Get Directions", href: "https://maps.app.goo.gl/"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user