From aae538da33743b483ad56b795b9e546173d96e88 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:37:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 216 ++++++++++------------------------------------- 1 file changed, 43 insertions(+), 173 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c9d6bb3..929b1ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,41 +48,22 @@ export default function LandingPage() {
@@ -114,41 +87,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "24/7 Emergency Care", - description: "Round-the-clock emergency assistance for your urgent medical needs.", - imageSrc: "http://img.b2bpic.net/free-photo/empty-airport-terminal-waiting-area_1339-7390.jpg", - imageAlt: "Empty airport terminal waiting area", - }, + title: "24/7 Emergency Care", description: "Round-the-clock emergency assistance for your urgent medical needs.", imageSrc: "http://img.b2bpic.net/free-photo/empty-airport-terminal-waiting-area_1339-7390.jpg", imageAlt: "Empty airport terminal waiting area"}, { - title: "Advanced Radiology", - description: "State-of-the-art imaging services to support accurate diagnosis.", - imageSrc: "http://img.b2bpic.net/free-photo/empty-hallway-background_23-2149408807.jpg?_wi=2", - imageAlt: "Empty airport terminal waiting area", - }, + title: "Advanced Radiology", description: "State-of-the-art imaging services to support accurate diagnosis.", imageSrc: "http://img.b2bpic.net/free-photo/empty-hallway-background_23-2149408807.jpg?_wi=2", imageAlt: "Empty airport terminal waiting area"}, { - title: "Specialized Surgery", - description: "Expert surgical teams using advanced procedures for faster recovery.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctors-chatting-work_23-2149856227.jpg?_wi=2", - imageAlt: "Empty airport terminal waiting area", - }, + title: "Specialized Surgery", description: "Expert surgical teams using advanced procedures for faster recovery.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctors-chatting-work_23-2149856227.jpg?_wi=2", imageAlt: "Empty airport terminal waiting area"}, { - title: "Maternity Ward", - description: "Dedicated care for expectant mothers and newborns.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-doctor-holding-medical-paperwork-while-communicating-with-patient-medical-appointment-hospital_637285-1422.jpg?_wi=1", - imageAlt: "Empty airport terminal waiting area", - }, + title: "Maternity Ward", description: "Dedicated care for expectant mothers and newborns.", imageSrc: "http://img.b2bpic.net/free-photo/happy-doctor-holding-medical-paperwork-while-communicating-with-patient-medical-appointment-hospital_637285-1422.jpg?_wi=1", imageAlt: "Empty airport terminal waiting area"}, { - title: "Outpatient Services", - description: "Convenient access to routine checkups and consultations.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-smiling-posing-with-hands-head_181624-21198.jpg?_wi=1", - imageAlt: "Empty airport terminal waiting area", - }, + title: "Outpatient Services", description: "Convenient access to routine checkups and consultations.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-smiling-posing-with-hands-head_181624-21198.jpg?_wi=1", imageAlt: "Empty airport terminal waiting area"}, { - title: "Rehabilitation Support", - description: "Comprehensive programs to aid in your physical recovery.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-doctor-posing-patient_23-2148757390.jpg?_wi=1", - imageAlt: "Empty airport terminal waiting area", - }, + title: "Rehabilitation Support", description: "Comprehensive programs to aid in your physical recovery.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-doctor-posing-patient_23-2148757390.jpg?_wi=1", imageAlt: "Empty airport terminal waiting area"}, ]} title="Comprehensive Clinical Services" description="We offer a wide range of specialized medical services supported by advanced technology and experienced medical staff." @@ -162,23 +111,14 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", - icon: Users, - title: "Patients Treated", - value: "50k+", - }, + id: "1", icon: Users, + title: "Patients Treated", value: "50k+"}, { - id: "2", - icon: Award, - title: "Expert Staff", - value: "200+", - }, + id: "2", icon: Award, + title: "Expert Staff", value: "200+"}, { - id: "3", - icon: Clock, - title: "Years of Care", - value: "30+", - }, + id: "3", icon: Clock, + title: "Years of Care", value: "30+"}, ]} title="Our Impact in Newcastle" description="Trusted by our community for decades, these figures represent our ongoing commitment to patient well-being." @@ -192,40 +132,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Miller", - role: "Patient", - testimonial: "Excellent care and friendly staff. Highly recommend.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-doctor-holding-medical-paperwork-while-communicating-with-patient-medical-appointment-hospital_637285-1422.jpg?_wi=2", - }, + id: "1", name: "Sarah Miller", role: "Patient", testimonial: "Excellent care and friendly staff. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/happy-doctor-holding-medical-paperwork-while-communicating-with-patient-medical-appointment-hospital_637285-1422.jpg?_wi=2"}, { - id: "2", - name: "James Bond", - role: "Patient", - testimonial: "Professional treatment from start to finish.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-smiling-posing-with-hands-head_181624-21198.jpg?_wi=2", - }, + id: "2", name: "James Bond", role: "Patient", testimonial: "Professional treatment from start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-smiling-posing-with-hands-head_181624-21198.jpg?_wi=2"}, { - id: "3", - name: "Emma Wilson", - role: "Patient", - testimonial: "Fast and efficient service during an emergency.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-doctor-posing-patient_23-2148757390.jpg?_wi=2", - }, + id: "3", name: "Emma Wilson", role: "Patient", testimonial: "Fast and efficient service during an emergency.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-doctor-posing-patient_23-2148757390.jpg?_wi=2"}, { - id: "4", - name: "Robert Smith", - role: "Patient", - testimonial: "Exceptional surgery team and post-op care.", - imageSrc: "http://img.b2bpic.net/free-photo/dentist-smiling-office_1328-4082.jpg", - }, + id: "4", name: "Robert Smith", role: "Patient", testimonial: "Exceptional surgery team and post-op care.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-smiling-office_1328-4082.jpg"}, { - id: "5", - name: "Linda White", - role: "Patient", - testimonial: "The best clinic in Newcastle, period.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-patient-talking-doctor_23-2149941500.jpg", - }, + id: "5", name: "Linda White", role: "Patient", testimonial: "The best clinic in Newcastle, period.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-patient-talking-doctor_23-2149941500.jpg"}, ]} title="Trusted by Families" description="Read stories of recovery and care from our valued patients in Newcastle." @@ -237,24 +152,16 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "What are your visiting hours?", - content: "Visiting hours are from 10:00 AM to 8:00 PM daily.", - }, + id: "1", title: "What are your visiting hours?", content: "Visiting hours are from 10:00 AM to 8:00 PM daily."}, { - id: "2", - title: "Do you accept medical aid?", - content: "Yes, we accept all major medical aids in South Africa.", - }, + id: "2", title: "Do you accept medical aid?", content: "Yes, we accept all major medical aids in South Africa."}, { - id: "3", - title: "How do I book an appointment?", - content: "Please call our main desk or use our patient portal online.", - }, + id: "3", title: "How do I book an appointment?", content: "Please call our main desk or use our patient portal online."}, ]} sideTitle="Common Questions" sideDescription="Need clarity? We have answers for our standard hospital processes." faqsAnimation="slide-up" + buttons={[{ text: "Book Now", href: "#contact" }]} /> @@ -267,35 +174,11 @@ export default function LandingPage() { description="Expert advice and health tips from our medical staff." blogs={[ { - id: "1", - category: "Health", - title: "Winter Wellness Tips", - excerpt: "Stay healthy during the cold season.", - imageSrc: "http://img.b2bpic.net/free-photo/good-mood-is-essential-work_329181-10484.jpg", - authorName: "Dr. Smith", - authorAvatar: "http://img.b2bpic.net/free-photo/smiling-elderly-woman-portrait_23-2152009556.jpg", - date: "Oct 12, 2023", - }, + id: "1", category: "Health", title: "Winter Wellness Tips", excerpt: "Stay healthy during the cold season.", imageSrc: "http://img.b2bpic.net/free-photo/good-mood-is-essential-work_329181-10484.jpg", authorName: "Dr. Smith", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-elderly-woman-portrait_23-2152009556.jpg", date: "Oct 12, 2023"}, { - id: "2", - category: "Lifestyle", - title: "Healthy Eating Habits", - excerpt: "Small changes for a better life.", - imageSrc: "http://img.b2bpic.net/free-photo/doctor-writing-about-routine-medical-checkup_23-2149281101.jpg", - authorName: "Nurse Jones", - authorAvatar: "http://img.b2bpic.net/free-photo/smiley-woman-talking-doctor_23-2149351675.jpg", - date: "Sep 20, 2023", - }, + id: "2", category: "Lifestyle", title: "Healthy Eating Habits", excerpt: "Small changes for a better life.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-writing-about-routine-medical-checkup_23-2149281101.jpg", authorName: "Nurse Jones", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-woman-talking-doctor_23-2149351675.jpg", date: "Sep 20, 2023"}, { - id: "3", - category: "Medical", - title: "Understanding Flu Vaccines", - excerpt: "Why immunization is essential.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-white-office-successful-doctor_8353-9587.jpg", - authorName: "Dr. Brown", - authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-female-model-white-tanktop-sitting-bed-her-bedroom-smiling_1258-204078.jpg", - date: "Aug 05, 2023", - }, + id: "3", category: "Medical", title: "Understanding Flu Vaccines", excerpt: "Why immunization is essential.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-white-office-successful-doctor_8353-9587.jpg", authorName: "Dr. Brown", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-female-model-white-tanktop-sitting-bed-her-bedroom-smiling_1258-204078.jpg", date: "Aug 05, 2023"}, ]} /> @@ -304,8 +187,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1