diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c10ebe..95e08b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,30 +28,9 @@ export default function LandingPage() { @@ -103,26 +59,8 @@ export default function LandingPage() { rating={5} author="Sarah Johnson" avatars={[ - { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/portrait-of-sarah-johnson-1774619000650-e51d3520.png", - alt: "Sarah Johnson", - }, - { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/portrait-of-michael-chen-1774619004322-3eeeed49.png", - alt: "Michael Chen", - }, - { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/portrait-of-emily-rodriguez-1774619003385-7a3ae0fc.png", - alt: "Emily Rodriguez", - }, - { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/portrait-of-david-kim-1774619002933-8048dee6.png", - alt: "David Kim", - }, - { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/portrait-of-sarah-johnson-1774619000650-e51d3520.png", - alt: "Elena Rossi", - }, + { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/portrait-of-sarah-johnson-1774619000650-e51d3520.png", alt: "Sarah Johnson" }, + { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/portrait-of-michael-chen-1774619004322-3eeeed49.png", alt: "Michael Chen" }, ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" @@ -136,16 +74,8 @@ export default function LandingPage() { title="Frequently Asked Questions" description="Find answers to the most common questions about our hospital services." faqs={[ - { - id: "f1", - title: "How do I book an appointment?", - content: "You can book through our website, phone, or in person.", - }, - { - id: "f2", - title: "What insurance do you accept?", - content: "We accept major national and private health insurance plans.", - }, + { id: "f1", title: "How do I book an appointment?", content: "You can book through our website, phone, or in person." }, + { id: "f2", title: "What insurance do you accept?", content: "We accept major national and private health insurance plans." }, ]} faqsAnimation="slide-up" /> @@ -159,20 +89,8 @@ export default function LandingPage() { title="Impact in Numbers" description="Years of trust, excellence, and specialized care." metrics={[ - { - id: "m1", - value: "15+", - title: "Years Experience", - description: "Serving the community since 2009", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/modern-hospital-hero-section-professiona-1774619002184-c70988f2.png?_wi=6", - }, - { - id: "m2", - value: "50+", - title: "Specialists", - description: "Expert medical team", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/modern-hospital-facility-interior-clean--1774619001452-e92cb227.png?_wi=1", - }, + { id: "m1", value: "15+", title: "Years Experience", description: "Serving the community since 2009", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/modern-hospital-hero-section-professiona-1774619002184-c70988f2.png?_wi=6" }, + { id: "m2", value: "50+", title: "Specialists", description: "Expert medical team", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/modern-hospital-facility-interior-clean--1774619001452-e92cb227.png?_wi=1" }, ]} /> @@ -183,48 +101,14 @@ export default function LandingPage() { useInvertedBackground={false} title="Trusted Partners" description="Collaborating with leading health organizations." - names={[ - "HealthCare Plus", - "Global Med", - "City Medical Group", - "LifeGuard Systems", - ]} + names={["HealthCare Plus", "Global Med", "City Medical Group", "LifeGuard Systems"]} />