diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7a8a507..2c71323 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,24 +31,13 @@ export default function LandingPage() {
@@ -56,37 +45,14 @@ export default function LandingPage() {
@@ -106,30 +72,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- tag: "Cardiac",
- title: "Pediatric Cardiology",
- subtitle: "Heart Specialists",
- description: "Expert diagnosis and care for complex heart conditions from birth.",
- imageSrc: "http://img.b2bpic.net/free-photo/students-walking-ramp-near-university-building_23-2147860779.jpg",
- imageAlt: "Students walking on ramp near university building",
- },
- {
- tag: "Neurology",
- title: "Pediatric Neurology",
- subtitle: "Brain and Spine",
- description: "Advanced neurological treatments focusing on development and recovery.",
- imageSrc: "http://img.b2bpic.net/free-photo/empty-space-with-maquette-table-design-urban-property-plan-building-model-layout-nobody-office-with-architecture-project-real-estate-development-presentation_482257-29970.jpg?_wi=2",
- imageAlt: "Students walking on ramp near university building",
- },
- {
- tag: "Surgery",
- title: "Surgical Excellence",
- subtitle: "Minor & Major",
- description: "Highly trained surgeons using the least invasive techniques for children.",
- imageSrc: "http://img.b2bpic.net/free-photo/little-kid-playing_23-2148836327.jpg?_wi=2",
- imageAlt: "Students walking on ramp near university building",
- },
+ { tag: "Cardiac", title: "Pediatric Cardiology", subtitle: "Heart Specialists", description: "Expert diagnosis and care for complex heart conditions from birth.", imageSrc: "http://img.b2bpic.net/free-photo/students-walking-ramp-near-university-building_23-2147860779.jpg", imageAlt: "Students walking on ramp near university building" },
+ { tag: "Neurology", title: "Pediatric Neurology", subtitle: "Brain and Spine", description: "Advanced neurological treatments focusing on development and recovery.", imageSrc: "http://img.b2bpic.net/free-photo/empty-space-with-maquette-table-design-urban-property-plan-building-model-layout-nobody-office-with-architecture-project-real-estate-development-presentation_482257-29970.jpg", imageAlt: "Students walking on ramp near university building" },
+ { tag: "Surgery", title: "Surgical Excellence", subtitle: "Minor & Major", description: "Highly trained surgeons using the least invasive techniques for children.", imageSrc: "http://img.b2bpic.net/free-photo/little-kid-playing_23-2148836327.jpg", imageAlt: "Students walking on ramp near university building" },
]}
title="Specialized Care for Growing Needs"
description="Our departments offer comprehensive medical services tailored specifically for infants, children, and adolescents."
@@ -142,21 +87,9 @@ export default function LandingPage() {
title="Proven Excellence"
tag="Our Impact"
metrics={[
- {
- id: "1",
- value: "25k+",
- description: "Children Treated Yearly",
- },
- {
- id: "2",
- value: "150+",
- description: "Specialized Pediatric Experts",
- },
- {
- id: "3",
- value: "12",
- description: "State-of-the-Art Care Wings",
- },
+ { id: "1", value: "25k+", description: "Children Treated Yearly" },
+ { id: "2", value: "150+", description: "Specialized Pediatric Experts" },
+ { id: "3", value: "12", description: "State-of-the-Art Care Wings" },
]}
metricsAnimation="slide-up"
/>
@@ -164,37 +97,16 @@ export default function LandingPage() {
@@ -315,14 +165,8 @@ export default function LandingPage() {