Update src/pages/HomePage.tsx

This commit is contained in:
2026-06-14 01:46:48 +00:00
parent b6da65c227
commit 37e67d7d83

View File

@@ -6,7 +6,6 @@ import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid';
import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards';
import TeamListCards from '@/components/sections/team/TeamListCards';
import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards';
import { Activity, CheckCircle, Heart } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
@@ -18,10 +17,8 @@ export default function HomePage() {
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"}}
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" },
@@ -136,10 +133,8 @@ export default function HomePage() {
<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/"}}
primaryButton={{ text: "Call 070663 40060", href: "tel:07066340060" }}
secondaryButton={{ text: "Get Directions", href: "https://maps.app.goo.gl/" }}
/>
</SectionErrorBoundary>
</div>