From d2dc8ce08a954c9aa93042c90be45a23de1794aa Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 13:27:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 276 +++++++++++------------------------------------ 1 file changed, 61 insertions(+), 215 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4dd1b40..4a03306 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,25 +33,15 @@ export default function LandingPage() { @@ -60,102 +50,57 @@ export default function LandingPage() {
@@ -167,29 +112,17 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - icon: Award, - title: "Medical Specialists", - value: "25+", - }, + id: "m1", icon: Award, + title: "Medical Specialists", value: "25+"}, { - id: "m2", - icon: User, - title: "Patients Treated", - value: "18K+", - }, + id: "m2", icon: User, + title: "Patients Treated", value: "18K+"}, { - id: "m3", - icon: Clock, - title: "Emergency Care", - value: "24/7", - }, + id: "m3", icon: Clock, + title: "Emergency Care", value: "24/7"}, { - id: "m4", - icon: ThumbsUp, - title: "Satisfaction Rate", - value: "98%", - }, + id: "m4", icon: ThumbsUp, + title: "Satisfaction Rate", value: "98%"}, ]} title="Our Impact" description="Excellence in numbers." @@ -212,64 +145,28 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "s1", - label: "Cardiac", - title: "Cardiology", - items: [ - "Advanced diagnostics", - "Precise treatment", - "Patient-first care", - ], + id: "s1", label: "Cardiac", title: "Cardiology", items: [ + "Advanced diagnostics", "Precise treatment", "Patient-first care"], }, { - id: "s2", - label: "Neurology", - title: "Neurology", - items: [ - "Specialized evaluations", - "Modern diagnostics", - "Advanced technology", - ], + id: "s2", label: "Neurology", title: "Neurology", items: [ + "Specialized evaluations", "Modern diagnostics", "Advanced technology"], }, { - id: "s3", - label: "Pediatrics", - title: "Pediatrics", - items: [ - "Compassionate care", - "Wellbeing focus", - "Comprehensive support", - ], + id: "s3", label: "Pediatrics", title: "Pediatrics", items: [ + "Compassionate care", "Wellbeing focus", "Comprehensive support"], }, { - id: "s4", - label: "Dental", - title: "Dental Care", - items: [ - "Aesthetics", - "Comfort", - "Long-term health", - ], + id: "s4", label: "Dental", title: "Dental Care", items: [ + "Aesthetics", "Comfort", "Long-term health"], }, { - id: "s5", - label: "General", - title: "General Medicine", - items: [ - "Personalized consultations", - "Preventive health", - "Full age coverage", - ], + id: "s5", label: "General", title: "General Medicine", items: [ + "Personalized consultations", "Preventive health", "Full age coverage"], }, { - id: "s6", - label: "Urgent", - title: "Emergency Care", - items: [ - "Immediate attention", - "Urgent care", - "24/7 availability", - ], + id: "s6", label: "Urgent", title: "Emergency Care", items: [ + "Immediate attention", "Urgent care", "24/7 availability"], }, ]} title="Comprehensive Healthcare Solutions" @@ -283,45 +180,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - title: "Great Experience", - quote: "Excellent reception, professionalism, and kindness from the entire staff.", - name: "Abdou Drissi", - role: "Patient", - imageSrc: "http://img.b2bpic.net/free-photo/happy-doctor-shaking-hands-with-wife-his-senior-patient-medical-clinic_637285-1434.jpg", - }, + id: "t1", title: "Great Experience", quote: "Excellent reception, professionalism, and kindness from the entire staff.", name: "Abdou Drissi", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/happy-doctor-shaking-hands-with-wife-his-senior-patient-medical-clinic_637285-1434.jpg"}, { - id: "t2", - title: "Very Satisfied", - quote: "A top-level clinic with great service quality and dedication.", - name: "Sabri Salah", - role: "Patient", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-looking-camera-young-handsome-guy-wearing-green-t-shirt-isolated-green-background_141793-135842.jpg", - }, + id: "t2", title: "Very Satisfied", quote: "A top-level clinic with great service quality and dedication.", name: "Sabri Salah", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/smiling-looking-camera-young-handsome-guy-wearing-green-t-shirt-isolated-green-background_141793-135842.jpg"}, { - id: "t3", - title: "Highly Recommend", - quote: "The clinic environment is modern and professional.", - name: "Dhirar Soualah Ammar", - role: "Patient", - imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-female-doctor-wearing-medical-robe-looking_141793-58063.jpg", - }, + id: "t3", title: "Highly Recommend", quote: "The clinic environment is modern and professional.", name: "Dhirar Soualah Ammar", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-female-doctor-wearing-medical-robe-looking_141793-58063.jpg"}, { - id: "t4", - title: "Trustworthy", - quote: "Very helpful medical guidance and patient support.", - name: "Sarah Mansouri", - role: "Patient", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-businessman-businesswoman-showing-thumb-up-sign-office_23-2147923402.jpg", - }, + id: "t4", title: "Trustworthy", quote: "Very helpful medical guidance and patient support.", name: "Sarah Mansouri", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-businessman-businesswoman-showing-thumb-up-sign-office_23-2147923402.jpg"}, { - id: "t5", - title: "Excellence", - quote: "Premium healthcare experience that feels human.", - name: "Karim Belkacem", - role: "Patient", - imageSrc: "http://img.b2bpic.net/free-photo/confident-pretty-caucasian-woman-stands-sideways-with-crossed-arms-olive-green_141793-69326.jpg", - }, + id: "t5", title: "Excellence", quote: "Premium healthcare experience that feels human.", name: "Karim Belkacem", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/confident-pretty-caucasian-woman-stands-sideways-with-crossed-arms-olive-green_141793-69326.jpg"}, ]} title="Patient Reviews" description="Trusted by families across Algeria." @@ -333,14 +200,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Medtronic", - "Siemens Healthineers", - "GE Healthcare", - "Philips", - "Roche", - "Abbott", - "Baxter", - ]} + "Medtronic", "Siemens Healthineers", "GE Healthcare", "Philips", "Roche", "Abbott", "Baxter"]} title="Proud Partners" description="Collaborating with global healthcare leaders." /> @@ -352,20 +212,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "How to book an appointment?", - content: "You can book directly via our online form.", - }, + id: "f1", title: "How to book an appointment?", content: "Click the 'Book Consultation' button at the top to secure your time slot instantly."}, { - id: "f2", - title: "What are your opening hours?", - content: "We are open 24/7 for emergency care.", - }, + id: "f2", title: "What are your opening hours?", content: "We are open 24/7 for emergency care."}, { - id: "f3", - title: "Do you accept international insurance?", - content: "Yes, we work with various major insurance providers.", - }, + id: "f3", title: "Do you accept international insurance?", content: "Yes, we work with various major insurance providers."}, ]} imageSrc="http://img.b2bpic.net/free-photo/no-people-hospital-reception-desk-medical-appointments-checkup-visit-waiting-room-lobby-with-counter-indoors-give-support-advice-modern-healthcare-facility_482257-44451.jpg" mediaAnimation="slide-up" @@ -379,8 +230,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1