Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-18 14:19:21 +00:00

View File

@@ -58,19 +58,19 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/mother-embracing-her-senior-mother-sitting-sofa-home_23-2147861609.jpg", imageAlt: "Caring caregiver with elderly patient"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-daughter-chatting-home_1262-18593.jpg", imageAlt: "Multigenerational family with caregiver"
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-daughter-chatting-home_1262-18593.jpg?_wi=1", imageAlt: "Multigenerational family with caregiver"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/caregiver-taking-care-woman-wheelchair_23-2148239080.jpg", imageAlt: "Compassionate care moment"
imageSrc: "http://img.b2bpic.net/free-photo/caregiver-taking-care-woman-wheelchair_23-2148239080.jpg?_wi=1", imageAlt: "Compassionate care moment"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/caregiver-measuring-blood-pressure-senior-woman-home-kind-carer-measuring-blood-pressure-happy-elderly-woman-bed-nursing-home_657921-1417.jpg", imageAlt: "Professional health assessment"
imageSrc: "http://img.b2bpic.net/free-photo/caregiver-measuring-blood-pressure-senior-woman-home-kind-carer-measuring-blood-pressure-happy-elderly-woman-bed-nursing-home_657921-1417.jpg?_wi=1", imageAlt: "Professional health assessment"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-taking-grocery-paper-bag-from-handicapped-husband-wheelchair-mature-people-with-fresh-vegetables-from-market-living-with-disabled-person-with-walking-disabilities_482257-10712.jpg", imageAlt: "Mobility assistance and activity support"
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-taking-grocery-paper-bag-from-handicapped-husband-wheelchair-mature-people-with-fresh-vegetables-from-market-living-with-disabled-person-with-walking-disabilities_482257-10712.jpg?_wi=1", imageAlt: "Mobility assistance and activity support"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-still-life-with-cup-tea-pumpkins-candles-autumn-decor-details-table-blurred-background-room_169016-14192.jpg", imageAlt: "Comfortable home care environment"
imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-still-life-with-cup-tea-pumpkins-candles-autumn-decor-details-table-blurred-background-room_169016-14192.jpg?_wi=1", imageAlt: "Comfortable home care environment"
}
]}
mediaAnimation="slide-up"
@@ -90,16 +90,16 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Kandace R.", handle: "Family Caregiver", testimonial: "They did everything they could to support my father's transition. The team truly goes above and beyond.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-beautiful-smiling-brunette-model-trendy-girl-posing-street_158538-17029.jpg", imageAlt: "Kandace R.", icon: Star
id: "1", name: "Kandace R.", handle: "Family Caregiver", testimonial: "They did everything they could to support my father's transition. The team truly goes above and beyond.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-beautiful-smiling-brunette-model-trendy-girl-posing-street_158538-17029.jpg?_wi=1", imageAlt: "Kandace R.", icon: Star
},
{
id: "2", name: "Adrianna D.", handle: "Daughter", testimonial: "They were there during a desperate time for our family. We're grateful for their support and dedication.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg", imageAlt: "Adrianna D.", icon: Star
id: "2", name: "Adrianna D.", handle: "Daughter", testimonial: "They were there during a desperate time for our family. We're grateful for their support and dedication.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg?_wi=1", imageAlt: "Adrianna D.", icon: Star
},
{
id: "3", name: "Lajuana S.", handle: "Family Member", testimonial: "Professional, responsive, and caring staff. Highly recommended for anyone seeking quality home care.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg", imageAlt: "Lajuana S.", icon: Star
id: "3", name: "Lajuana S.", handle: "Family Member", testimonial: "Professional, responsive, and caring staff. Highly recommended for anyone seeking quality home care.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg?_wi=1", imageAlt: "Lajuana S.", icon: Star
},
{
id: "4", name: "Michael T.", handle: "Grateful Family", testimonial: "The caregivers treated our mother like family. Their consistency and professionalism gave us peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-elegant-posing-suit_23-2149488020.jpg", imageAlt: "Michael T.", icon: Star
id: "4", name: "Michael T.", handle: "Grateful Family", testimonial: "The caregivers treated our mother like family. Their consistency and professionalism gave us peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-elegant-posing-suit_23-2149488020.jpg?_wi=1", imageAlt: "Michael T.", icon: Star
}
]}
/>
@@ -112,7 +112,7 @@ export default function LandingPage() {
tag="Our Mission"
tagIcon={Lightbulb}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-vector/doctor-technicians-discussing-medical-record_1262-19767.jpg"
imageSrc="http://img.b2bpic.net/free-vector/doctor-technicians-discussing-medical-record_1262-19767.jpg?_wi=1"
imageAlt="Professional healthcare team"
useInvertedBackground={true}
buttons={[
@@ -135,23 +135,23 @@ export default function LandingPage() {
features={[
{
id: "personal-care", title: "Personal Care Assistance", tags: ["Daily Living", "Bathing", "Grooming"],
imageSrc: "http://img.b2bpic.net/free-photo/caregiver-taking-care-woman-wheelchair_23-2148239080.jpg", imageAlt: "Personal care support"
imageSrc: "http://img.b2bpic.net/free-photo/caregiver-taking-care-woman-wheelchair_23-2148239080.jpg?_wi=2", imageAlt: "Personal care support"
},
{
id: "companionship", title: "Companionship", tags: ["Emotional Support", "Daily Interaction", "Social Engagement"],
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-taking-grocery-paper-bag-from-handicapped-husband-wheelchair-mature-people-with-fresh-vegetables-from-market-living-with-disabled-person-with-walking-disabilities_482257-10712.jpg", imageAlt: "Companion activities"
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-taking-grocery-paper-bag-from-handicapped-husband-wheelchair-mature-people-with-fresh-vegetables-from-market-living-with-disabled-person-with-walking-disabilities_482257-10712.jpg?_wi=2", imageAlt: "Companion activities"
},
{
id: "skilled-nursing", title: "Skilled Nursing Support", tags: ["Medication Management", "Health Monitoring", "Recovery Care"],
imageSrc: "http://img.b2bpic.net/free-photo/caregiver-measuring-blood-pressure-senior-woman-home-kind-carer-measuring-blood-pressure-happy-elderly-woman-bed-nursing-home_657921-1417.jpg", imageAlt: "Skilled nursing"
imageSrc: "http://img.b2bpic.net/free-photo/caregiver-measuring-blood-pressure-senior-woman-home-kind-carer-measuring-blood-pressure-happy-elderly-woman-bed-nursing-home_657921-1417.jpg?_wi=2", imageAlt: "Skilled nursing"
},
{
id: "respite-care", title: "Respite Care", tags: ["Family Support", "Caregiver Relief", "Flexible Scheduling"],
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-daughter-chatting-home_1262-18593.jpg", imageAlt: "Respite care support"
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-daughter-chatting-home_1262-18593.jpg?_wi=2", imageAlt: "Respite care support"
},
{
id: "specialized-care", title: "Specialized Care", tags: ["Elder Care", "Post-Hospital Recovery", "Chronic Conditions"],
imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-still-life-with-cup-tea-pumpkins-candles-autumn-decor-details-table-blurred-background-room_169016-14192.jpg", imageAlt: "Specialized care services"
imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-still-life-with-cup-tea-pumpkins-candles-autumn-decor-details-table-blurred-background-room_169016-14192.jpg?_wi=2", imageAlt: "Specialized care services"
}
]}
/>
@@ -170,23 +170,23 @@ export default function LandingPage() {
features={[
{
id: "caregivers", title: "Carefully Selected Caregivers", tags: ["Screening", "Background Checks", "Vetting"],
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-beautiful-smiling-brunette-model-trendy-girl-posing-street_158538-17029.jpg", imageAlt: "Professional caregiver"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-beautiful-smiling-brunette-model-trendy-girl-posing-street_158538-17029.jpg?_wi=2", imageAlt: "Professional caregiver"
},
{
id: "training", title: "Ongoing Training & Supervision", tags: ["Continuous Learning", "Quality Assurance", "Professional Development"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg", imageAlt: "Training program"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg?_wi=2", imageAlt: "Training program"
},
{
id: "support", title: "Responsive Office Support", tags: ["24/7 Availability", "Quick Response", "Problem Solving"],
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg", imageAlt: "Support team"
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg?_wi=2", imageAlt: "Support team"
},
{
id: "personalized", title: "Personalized Care Plans", tags: ["Custom Approach", "Individual Needs", "Family Input"],
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-elegant-posing-suit_23-2149488020.jpg", imageAlt: "Care planning"
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-elegant-posing-suit_23-2149488020.jpg?_wi=2", imageAlt: "Care planning"
},
{
id: "improvement", title: "Commitment to Quality Improvement", tags: ["Regular Reviews", "Feedback Integration", "Excellence Focus"],
imageSrc: "http://img.b2bpic.net/free-vector/doctor-technicians-discussing-medical-record_1262-19767.jpg", imageAlt: "Quality improvement"
imageSrc: "http://img.b2bpic.net/free-vector/doctor-technicians-discussing-medical-record_1262-19767.jpg?_wi=2", imageAlt: "Quality improvement"
}
]}
/>
@@ -205,19 +205,19 @@ export default function LandingPage() {
features={[
{
id: "consultation", title: "Free Consultation", tags: ["Understand Needs", "Discuss Options", "No Obligation"],
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-daughter-chatting-home_1262-18593.jpg", imageAlt: "Consultation"
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-daughter-chatting-home_1262-18593.jpg?_wi=3", imageAlt: "Consultation"
},
{
id: "care-plan", title: "Care Plan Creation", tags: ["Customized Approach", "Goal Setting", "Timeline Planning"],
imageSrc: "http://img.b2bpic.net/free-vector/doctor-technicians-discussing-medical-record_1262-19767.jpg", imageAlt: "Care planning"
imageSrc: "http://img.b2bpic.net/free-vector/doctor-technicians-discussing-medical-record_1262-19767.jpg?_wi=3", imageAlt: "Care planning"
},
{
id: "match", title: "Caregiver Match", tags: ["Personality Fit", "Skill Requirements", "Preference Alignment"],
imageSrc: "http://img.b2bpic.net/free-photo/caregiver-taking-care-woman-wheelchair_23-2148239080.jpg", imageAlt: "Caregiver matching"
imageSrc: "http://img.b2bpic.net/free-photo/caregiver-taking-care-woman-wheelchair_23-2148239080.jpg?_wi=3", imageAlt: "Caregiver matching"
},
{
id: "ongoing", title: "Ongoing Support", tags: ["Regular Check-ins", "Adjustments as Needed", "Your Peace of Mind"],
imageSrc: "http://img.b2bpic.net/free-photo/caregiver-measuring-blood-pressure-senior-woman-home-kind-carer-measuring-blood-pressure-happy-elderly-woman-bed-nursing-home_657921-1417.jpg", imageAlt: "Ongoing support"
imageSrc: "http://img.b2bpic.net/free-photo/caregiver-measuring-blood-pressure-senior-woman-home-kind-carer-measuring-blood-pressure-happy-elderly-woman-bed-nursing-home_657921-1417.jpg?_wi=3", imageAlt: "Ongoing support"
}
]}
/>