From 2147fea22ae0b2ea96e500b505735ff34ae405f3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:50:24 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dc2a9cf..6a176d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,22 +98,22 @@ export default function HomePage() { useInvertedBackground={false} features={[ { - id: "emergency", title: "Emergency Medical Care", description: "Immediate treatment for acute medical conditions, injuries, and emergency cases available 24/7 with experienced medical staff", imageSrc: "http://img.b2bpic.net/free-photo/view-from-inside-ambulance-uniformed-emergency-services-workers-caring-patient-stretcher-coronavirus-pandemic_657921-1489.jpg", imageAlt: "emergency medical care paramedic ambulance emergency room" + id: "emergency", title: "Emergency Medical Care", description: "Immediate treatment for acute medical conditions, injuries, and emergency cases available 24/7 with experienced medical staff", imageSrc: "http://img.b2bpic.net/free-photo/view-from-inside-ambulance-uniformed-emergency-services-workers-caring-patient-stretcher-coronavirus-pandemic_657921-1489.jpg?_wi=1", imageAlt: "emergency medical care paramedic ambulance emergency room" }, { - id: "general", title: "General Medicine", description: "Routine checkups, general consultations, and medical assessments for all ages with compassionate healthcare professionals", imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-meeting-consultation-appointment-healthcare-checkup-cabinet-medic-talking-aged-man-about-diagnosis-treatment-after-examination-medical-visit_482257-32027.jpg", imageAlt: "doctor consultation medical checkup general medicine patient examination" + id: "general", title: "General Medicine", description: "Routine checkups, general consultations, and medical assessments for all ages with compassionate healthcare professionals", imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-meeting-consultation-appointment-healthcare-checkup-cabinet-medic-talking-aged-man-about-diagnosis-treatment-after-examination-medical-visit_482257-32027.jpg?_wi=1", imageAlt: "doctor consultation medical checkup general medicine patient examination" }, { - id: "laboratory", title: "Laboratory & Medical Tests", description: "Advanced blood tests, diagnostic screenings, and laboratory analysis with quick turnaround results", imageSrc: "http://img.b2bpic.net/free-photo/doctor-performing-medical-research-lab_23-2149335693.jpg", imageAlt: "laboratory blood test medical lab diagnostic center" + id: "laboratory", title: "Laboratory & Medical Tests", description: "Advanced blood tests, diagnostic screenings, and laboratory analysis with quick turnaround results", imageSrc: "http://img.b2bpic.net/free-photo/doctor-performing-medical-research-lab_23-2149335693.jpg?_wi=1", imageAlt: "laboratory blood test medical lab diagnostic center" }, { - id: "chronic", title: "Chronic Disease Follow-up", description: "Regular monitoring and management of diabetes, blood pressure, and other chronic conditions with personalized care plans", imageSrc: "http://img.b2bpic.net/free-photo/black-general-practitioner-measuring-blood-pressure-senior-man-home-visit_637285-11358.jpg", imageAlt: "diabetes care blood pressure monitoring chronic disease patient follow-up" + id: "chronic", title: "Chronic Disease Follow-up", description: "Regular monitoring and management of diabetes, blood pressure, and other chronic conditions with personalized care plans", imageSrc: "http://img.b2bpic.net/free-photo/black-general-practitioner-measuring-blood-pressure-senior-man-home-visit_637285-11358.jpg?_wi=1", imageAlt: "diabetes care blood pressure monitoring chronic disease patient follow-up" }, { - id: "wounds", title: "Burns & Wound Care", description: "Professional treatment for burns, cuts, injuries, and wound dressing with infection prevention expertise", imageSrc: "http://img.b2bpic.net/free-photo/doctor-taking-care-afro-american-child_23-2151159874.jpg", imageAlt: "wound care burn treatment first aid injury care" + id: "wounds", title: "Burns & Wound Care", description: "Professional treatment for burns, cuts, injuries, and wound dressing with infection prevention expertise", imageSrc: "http://img.b2bpic.net/free-photo/doctor-taking-care-afro-american-child_23-2151159874.jpg?_wi=1", imageAlt: "wound care burn treatment first aid injury care" }, { - id: "dressings", title: "Medical Dressings & Follow-ups", description: "Professional wound dressing changes, post-treatment follow-up care, and healing assessments for optimal recovery", imageSrc: "http://img.b2bpic.net/free-photo/healthcare-concept-clinic_23-2151117894.jpg", imageAlt: "medical dressing bandage wound dressing healthcare professional" + id: "dressings", title: "Medical Dressings & Follow-ups", description: "Professional wound dressing changes, post-treatment follow-up care, and healing assessments for optimal recovery", imageSrc: "http://img.b2bpic.net/free-photo/healthcare-concept-clinic_23-2151117894.jpg?_wi=1", imageAlt: "medical dressing bandage wound dressing healthcare professional" } ]} gridVariant="three-columns-all-equal-width" @@ -173,9 +173,9 @@ export default function HomePage() { useInvertedBackground={true} testimonials={[ { id: "1", name: "Aisha Mohammed", imageSrc: "http://img.b2bpic.net/free-photo/portrait-loving-arabic-woman-beautiful-woman-with-covered-head-make-up-looking-camera-international-beautiful-concept_74855-21619.jpg", imageAlt: "woman portrait arab woman professional headshot patient testimonial" }, - { id: "2", name: "Hassan Khalil", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-business-man_23-2148479507.jpg", imageAlt: "man portrait arab man professional headshot patient testimonial" }, + { id: "2", name: "Hassan Khalil", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-business-man_23-2148479507.jpg?_wi=1", imageAlt: "man portrait arab man professional headshot patient testimonial" }, { id: "3", name: "Fatima Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-young-beautiful-indian-woman_1262-2261.jpg", imageAlt: "woman portrait arab woman professional headshot patient testimonial" }, - { id: "4", name: "Omar Saleh", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-business-man_23-2148479507.jpg", imageAlt: "man portrait arab man professional headshot patient testimonial" } + { id: "4", name: "Omar Saleh", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-business-man_23-2148479507.jpg?_wi=2", imageAlt: "man portrait arab man professional headshot patient testimonial" } ]} /> From b4b8f101d75a1d696b2e2dfbc8c7ab9691502c31 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:50:24 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 6261faa..7c5aa0a 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -49,22 +49,22 @@ export default function ServicesPage() { useInvertedBackground={false} features={[ { - id: "emergency", title: "Emergency Medical Care", description: "Immediate treatment for acute medical conditions, injuries, and emergency cases available 24/7 with experienced medical staff", imageSrc: "http://img.b2bpic.net/free-photo/view-from-inside-ambulance-uniformed-emergency-services-workers-caring-patient-stretcher-coronavirus-pandemic_657921-1489.jpg", imageAlt: "emergency medical care paramedic ambulance emergency room" + id: "emergency", title: "Emergency Medical Care", description: "Immediate treatment for acute medical conditions, injuries, and emergency cases available 24/7 with experienced medical staff", imageSrc: "http://img.b2bpic.net/free-photo/view-from-inside-ambulance-uniformed-emergency-services-workers-caring-patient-stretcher-coronavirus-pandemic_657921-1489.jpg?_wi=2", imageAlt: "emergency medical care paramedic ambulance emergency room" }, { - id: "general", title: "General Medicine", description: "Routine checkups, general consultations, and medical assessments for all ages with compassionate healthcare professionals", imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-meeting-consultation-appointment-healthcare-checkup-cabinet-medic-talking-aged-man-about-diagnosis-treatment-after-examination-medical-visit_482257-32027.jpg", imageAlt: "doctor consultation medical checkup general medicine patient examination" + id: "general", title: "General Medicine", description: "Routine checkups, general consultations, and medical assessments for all ages with compassionate healthcare professionals", imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-meeting-consultation-appointment-healthcare-checkup-cabinet-medic-talking-aged-man-about-diagnosis-treatment-after-examination-medical-visit_482257-32027.jpg?_wi=2", imageAlt: "doctor consultation medical checkup general medicine patient examination" }, { - id: "laboratory", title: "Laboratory & Medical Tests", description: "Advanced blood tests, diagnostic screenings, and laboratory analysis with quick turnaround results", imageSrc: "http://img.b2bpic.net/free-photo/doctor-performing-medical-research-lab_23-2149335693.jpg", imageAlt: "laboratory blood test medical lab diagnostic center" + id: "laboratory", title: "Laboratory & Medical Tests", description: "Advanced blood tests, diagnostic screenings, and laboratory analysis with quick turnaround results", imageSrc: "http://img.b2bpic.net/free-photo/doctor-performing-medical-research-lab_23-2149335693.jpg?_wi=2", imageAlt: "laboratory blood test medical lab diagnostic center" }, { - id: "chronic", title: "Chronic Disease Follow-up", description: "Regular monitoring and management of diabetes, blood pressure, and other chronic conditions with personalized care plans", imageSrc: "http://img.b2bpic.net/free-photo/black-general-practitioner-measuring-blood-pressure-senior-man-home-visit_637285-11358.jpg", imageAlt: "diabetes care blood pressure monitoring chronic disease patient follow-up" + id: "chronic", title: "Chronic Disease Follow-up", description: "Regular monitoring and management of diabetes, blood pressure, and other chronic conditions with personalized care plans", imageSrc: "http://img.b2bpic.net/free-photo/black-general-practitioner-measuring-blood-pressure-senior-man-home-visit_637285-11358.jpg?_wi=2", imageAlt: "diabetes care blood pressure monitoring chronic disease patient follow-up" }, { - id: "wounds", title: "Burns & Wound Care", description: "Professional treatment for burns, cuts, injuries, and wound dressing with infection prevention expertise", imageSrc: "http://img.b2bpic.net/free-photo/doctor-taking-care-afro-american-child_23-2151159874.jpg", imageAlt: "wound care burn treatment first aid injury care" + id: "wounds", title: "Burns & Wound Care", description: "Professional treatment for burns, cuts, injuries, and wound dressing with infection prevention expertise", imageSrc: "http://img.b2bpic.net/free-photo/doctor-taking-care-afro-american-child_23-2151159874.jpg?_wi=2", imageAlt: "wound care burn treatment first aid injury care" }, { - id: "dressings", title: "Medical Dressings & Follow-ups", description: "Professional wound dressing changes, post-treatment follow-up care, and healing assessments for optimal recovery", imageSrc: "http://img.b2bpic.net/free-photo/healthcare-concept-clinic_23-2151117894.jpg", imageAlt: "medical dressing bandage wound dressing healthcare professional" + id: "dressings", title: "Medical Dressings & Follow-ups", description: "Professional wound dressing changes, post-treatment follow-up care, and healing assessments for optimal recovery", imageSrc: "http://img.b2bpic.net/free-photo/healthcare-concept-clinic_23-2151117894.jpg?_wi=2", imageAlt: "medical dressing bandage wound dressing healthcare professional" } ]} gridVariant="three-columns-all-equal-width"