diff --git a/src/app/page.tsx b/src/app/page.tsx index 3afcc28..f289c05 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,14 +30,11 @@ export default function LandingPage() { @@ -85,18 +71,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - id: "1", label: "24/7 Urgent Care", title: "Emergency Ready", items: [ - "Immediate injury care", "Acute illness relief", "Expert triage services"], - }, - { - id: "2", label: "Diagnostics", title: "In-House Lab", items: [ - "Quick blood analysis", "Advanced imaging", "Same-day result reports"], - }, - { - id: "3", label: "General Medicine", title: "Wellness Care", items: [ - "Physical examinations", "Preventative medicine", "Chronic condition management"], - }, + { id: "1", label: "24/7 Urgent Care", title: "Emergency Ready", items: ["Immediate injury care", "Acute illness relief", "Expert triage services"] }, + { id: "2", label: "Diagnostics", title: "In-House Lab", items: ["Quick blood analysis", "Advanced imaging", "Same-day result reports"] }, + { id: "3", label: "General Medicine", title: "Wellness Care", items: ["Physical examinations", "Preventative medicine", "Chronic condition management"] }, ]} title="Comprehensive Care Services" description="We offer a wide range of specialized medical services catering to all your family's health needs." @@ -109,18 +86,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "1", value: "15k+", title: "Patients Served", items: [ - "Across all ages"], - }, - { - id: "2", value: "24/7", title: "Availability", items: [ - "Available day and night"], - }, - { - id: "3", value: "98%", title: "Patient Satisfaction", items: [ - "Based on feedback surveys"], - }, + { id: "1", value: "15k+", title: "Patients Served", items: ["Across all ages"] }, + { id: "2", value: "24/7", title: "Availability", items: ["Available day and night"] }, + { id: "3", value: "98%", title: "Patient Satisfaction", items: ["Based on feedback surveys"] }, ]} title="Clinical Excellence" description="We pride ourselves on our consistent record of quality patient care." @@ -133,16 +101,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", name: "Sarah J.", role: "Patient", testimonial: "The staff were incredibly attentive during my emergency visit at 3 AM. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-african-american-doctor-nursing-home_637285-11403.jpg"}, - { - id: "2", name: "Michael R.", role: "Patient", testimonial: "Efficient services and a very warm atmosphere. So grateful they are always open.", imageSrc: "http://img.b2bpic.net/free-photo/thank-you-happy-senior-tattooed-man-holding-hands-heart-smiling-being-flattered-touched-looking-heartfelt-pleased-by-something-standing-white-background_176420-45004.jpg"}, - { - id: "3", name: "Anna & Leo", role: "Patients", testimonial: "We brought our children here after-hours and felt immediately reassured. Exceptional staff.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-loving-senior-couple-looking-camera_23-2148196504.jpg"}, - { - id: "4", name: "David W.", role: "Patient", testimonial: "Professional, quick, and very thorough diagnostic care. This is my go-to clinic now.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg"}, - { - id: "5", name: "Elena M.", role: "Patient", testimonial: "Compassionate care is rare these days, but I found it here. Thank you for your support.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-nurses-talking_23-2148501139.jpg"}, + { id: "1", name: "Sarah J.", role: "Patient", testimonial: "The staff were incredibly attentive during my emergency visit at 3 AM. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-african-american-doctor-nursing-home_637285-11403.jpg" }, + { id: "2", name: "Michael R.", role: "Patient", testimonial: "Efficient services and a very warm atmosphere. So grateful they are always open.", imageSrc: "http://img.b2bpic.net/free-photo/thank-you-happy-senior-tattooed-man-holding-hands-heart-smiling-being-flattered-touched-looking-heartfelt-pleased-by-something-standing-white-background_176420-45004.jpg" }, + { id: "3", name: "Anna & Leo", role: "Patients", testimonial: "We brought our children here after-hours and felt immediately reassured. Exceptional staff.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-loving-senior-couple-looking-camera_23-2148196504.jpg" }, + { id: "4", name: "David W.", role: "Patient", testimonial: "Professional, quick, and very thorough diagnostic care. This is my go-to clinic now.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg" }, + { id: "5", name: "Elena M.", role: "Patient", testimonial: "Compassionate care is rare these days, but I found it here. Thank you for your support.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-nurses-talking_23-2148501139.jpg" }, ]} title="What Our Patients Say" description="Your recovery and trust are our highest rewards." @@ -154,12 +117,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "1", title: "Are you truly open 24/7?", content: "Yes, we have dedicated teams working round-the-clock to ensure medical assistance is always available."}, - { - id: "2", title: "Do I need an appointment?", content: "Walk-ins are always welcome, though you may book an appointment online to minimize wait times."}, - { - id: "3", title: "Do you accept insurance?", content: "We work with all major health insurance providers. Please check at reception for verification."}, + { id: "1", title: "Are you truly open 24/7?", content: "Yes, we have dedicated teams working round-the-clock to ensure medical assistance is always available." }, + { id: "2", title: "Do I need an appointment?", content: "Walk-ins are always welcome, though you may book an appointment online to minimize wait times." }, + { id: "3", title: "Do you accept insurance?", content: "We work with all major health insurance providers. Please check at reception for verification." }, ]} title="Frequently Asked Questions" description="Have questions about our services or hours? We have the answers." @@ -170,39 +130,19 @@ export default function LandingPage() {