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() {