From 37e67d7d837926ea91df611c1ba9ce8d9dd6ba1d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 01:46:48 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 2346774..160d451 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -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() { -- 2.49.1