Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user