From 9d73e97fc9f9ae20a9b433107f7cd25e59f909f7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:05:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 153 +++++++++++++++++++---------------------------- 1 file changed, 60 insertions(+), 93 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d859b0a..2f328b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen import MediaAbout from "@/components/sections/about/MediaAbout"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import Link from "next/link"; @@ -47,17 +48,17 @@ export default function HomePage() { description="Welcome to City Hospital Maternity Home, where expert care meets warm hospitality. We provide safe delivery, prenatal care, and postnatal support for every precious moment of your motherhood journey." tag="24/7 Emergency Care" tagIcon={Heart} - tagAnimation="entrance-slide" + tagAnimation="none" background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/senior-medic-checking-iv-drip-bag-explaining-caesarean-surgery-pregnant-woman-hospital-ward-woman-with-pregnancy-lying-bed-discussing-motherhood-with-future-father_482257-64307.jpg" imageAlt="City Hospital Maternity Home - Compassionate Care" imagePosition="right" - mediaAnimation="entrance-slide" + mediaAnimation="none" buttons={[ { text: "Call Now", href: "tel:+923334567890" }, { text: "Book Appointment", href: "/contact" }, ]} - buttonAnimation="entrance-slide" + buttonAnimation="none" /> @@ -65,38 +66,26 @@ export default function HomePage() { @@ -104,30 +93,20 @@ export default function HomePage() { @@ -137,11 +116,11 @@ export default function HomePage() { description="City Hospital Maternity Home is dedicated to providing compassionate, safe, and affordable maternal healthcare to mothers across Karachi. Our mission is to make motherhood safer and healthier for every family we serve." tag="Our Commitment" tagIcon={Shield} - tagAnimation="entrance-slide" - imageSrc="http://img.b2bpic.net/free-photo/team-doctors-standing-together-hospital-premises_107420-84769.jpg?_wi=1" + tagAnimation="none" + imageSrc="http://img.b2bpic.net/free-photo/team-doctors-standing-together-hospital-premises_107420-84769.jpg" imageAlt="City Hospital Maternity Home - Professional Team" buttons={[{ text: "Learn About Our Team", href: "/doctors" }]} - buttonAnimation="entrance-slide" + buttonAnimation="none" useInvertedBackground={false} /> @@ -150,62 +129,26 @@ export default function HomePage() { @@ -214,20 +157,12 @@ export default function HomePage() {
+
+ +
+