Merge version_1 into main #3
@@ -54,22 +54,22 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/people-business-job-career-employment-concept-picture-smiling-beautiful-mature-woman-ceo-having-meeting-with-young-male-manager-discussing-new-project-light-modern-office-interior_344912-1901.jpg", imageAlt: "Doctor consulting with patient"
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/people-business-job-career-employment-concept-picture-smiling-beautiful-mature-woman-ceo-having-meeting-with-young-male-manager-discussing-new-project-light-modern-office-interior_344912-1901.jpg?_wi=1", imageAlt: "Doctor consulting with patient"
|
||||
},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/small-table-chairs_1339-3304.jpg", imageAlt: "Modern clinic interior"
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/small-table-chairs_1339-3304.jpg?_wi=1", imageAlt: "Modern clinic interior"
|
||||
},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-patient-doctor-clinic_23-2149856219.jpg", imageAlt: "Dr. Pratibha"
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-patient-doctor-clinic_23-2149856219.jpg?_wi=1", imageAlt: "Dr. Pratibha"
|
||||
},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/people-business-job-career-employment-concept-picture-smiling-beautiful-mature-woman-ceo-having-meeting-with-young-male-manager-discussing-new-project-light-modern-office-interior_344912-1901.jpg", imageAlt: "Professional medical consultation"
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/people-business-job-career-employment-concept-picture-smiling-beautiful-mature-woman-ceo-having-meeting-with-young-male-manager-discussing-new-project-light-modern-office-interior_344912-1901.jpg?_wi=2", imageAlt: "Professional medical consultation"
|
||||
},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/small-table-chairs_1339-3304.jpg", imageAlt: "Welcoming healthcare environment"
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/small-table-chairs_1339-3304.jpg?_wi=2", imageAlt: "Welcoming healthcare environment"
|
||||
},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-patient-doctor-clinic_23-2149856219.jpg", imageAlt: "Experienced physician"
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-patient-doctor-clinic_23-2149856219.jpg?_wi=2", imageAlt: "Experienced physician"
|
||||
}
|
||||
]}
|
||||
autoPlay={true}
|
||||
@@ -104,19 +104,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "General Physician Consultation", description: "Expert medical consultation for all common health concerns with personalized care", imageSrc: "http://img.b2bpic.net/free-photo/people-business-job-career-employment-concept-picture-smiling-beautiful-mature-woman-ceo-having-meeting-with-young-male-manager-discussing-new-project-light-modern-office-interior_344912-1901.jpg", imageAlt: "General physician consultation"
|
||||
title: "General Physician Consultation", description: "Expert medical consultation for all common health concerns with personalized care", imageSrc: "http://img.b2bpic.net/free-photo/people-business-job-career-employment-concept-picture-smiling-beautiful-mature-woman-ceo-having-meeting-with-young-male-manager-discussing-new-project-light-modern-office-interior_344912-1901.jpg?_wi=3", imageAlt: "General physician consultation"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Fever & Infection Treatment", description: "Prompt diagnosis and treatment for fever, cough, cold, and infections", imageSrc: "http://img.b2bpic.net/free-photo/small-table-chairs_1339-3304.jpg", imageAlt: "Modern treatment facilities"
|
||||
title: "Fever & Infection Treatment", description: "Prompt diagnosis and treatment for fever, cough, cold, and infections", imageSrc: "http://img.b2bpic.net/free-photo/small-table-chairs_1339-3304.jpg?_wi=3", imageAlt: "Modern treatment facilities"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Chronic Disease Management", description: "Long-term management of diabetes, hypertension, and other chronic conditions", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-patient-doctor-clinic_23-2149856219.jpg", imageAlt: "Doctor expertise"
|
||||
title: "Chronic Disease Management", description: "Long-term management of diabetes, hypertension, and other chronic conditions", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-patient-doctor-clinic_23-2149856219.jpg?_wi=3", imageAlt: "Doctor expertise"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Routine Health Checkups", description: "Preventive care with thorough health assessments and wellness guidance", imageSrc: "http://img.b2bpic.net/free-photo/people-business-job-career-employment-concept-picture-smiling-beautiful-mature-woman-ceo-having-meeting-with-young-male-manager-discussing-new-project-light-modern-office-interior_344912-1901.jpg", imageAlt: "Health checkup"
|
||||
title: "Routine Health Checkups", description: "Preventive care with thorough health assessments and wellness guidance", imageSrc: "http://img.b2bpic.net/free-photo/people-business-job-career-employment-concept-picture-smiling-beautiful-mature-woman-ceo-having-meeting-with-young-male-manager-discussing-new-project-light-modern-office-interior_344912-1901.jpg?_wi=4", imageAlt: "Health checkup"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -144,7 +144,7 @@ export default function LandingPage() {
|
||||
title: "Community Focused", description: "Deeply connected to Baner community with commitment to accessible, affordable healthcare"
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-patient-doctor-clinic_23-2149856219.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-patient-doctor-clinic_23-2149856219.jpg?_wi=4"
|
||||
imageAlt="Dr. Pratibha - Experienced Family Physician"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -162,15 +162,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Experienced Doctor", description: "10+ years of clinical expertise in family medicine and general practice", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-patient-doctor-clinic_23-2149856219.jpg", imageAlt: "Expert physician"
|
||||
title: "Experienced Doctor", description: "10+ years of clinical expertise in family medicine and general practice", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-patient-doctor-clinic_23-2149856219.jpg?_wi=5", imageAlt: "Expert physician"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Clean Modern Clinic", description: "Hygienic, well-equipped facility with comfortable patient environment", imageSrc: "http://img.b2bpic.net/free-photo/small-table-chairs_1339-3304.jpg", imageAlt: "Modern facility"
|
||||
title: "Clean Modern Clinic", description: "Hygienic, well-equipped facility with comfortable patient environment", imageSrc: "http://img.b2bpic.net/free-photo/small-table-chairs_1339-3304.jpg?_wi=4", imageAlt: "Modern facility"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Convenient Baner Location", description: "Easily accessible from Baner, Sus, Pashan, and surrounding neighborhoods", imageSrc: "http://img.b2bpic.net/free-photo/people-business-job-career-employment-concept-picture-smiling-beautiful-mature-woman-ceo-having-meeting-with-young-male-manager-discussing-new-project-light-modern-office-interior_344912-1901.jpg", imageAlt: "Convenient location"
|
||||
title: "Convenient Baner Location", description: "Easily accessible from Baner, Sus, Pashan, and surrounding neighborhoods", imageSrc: "http://img.b2bpic.net/free-photo/people-business-job-career-employment-concept-picture-smiling-beautiful-mature-woman-ceo-having-meeting-with-young-male-manager-discussing-new-project-light-modern-office-interior_344912-1901.jpg?_wi=5", imageAlt: "Convenient location"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user