From 022af6cf556014aac57504bc1f3a1f5b2678692b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 23:33:45 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a17b1b3..031980f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,13 +19,13 @@ export default function AboutPage() { const missionFeatures = [ { - title: "Our Mission", description: "Provide compassionate, professional senior care that honors dignity, promotes wellness, and enables families to maintain meaningful connections across borders.", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-couple-their-doctor-communicating-while-using-laptop-medical-appointment_637285-1485.jpg", imageAlt: "Our mission and values", buttonIcon: ArrowRight, + title: "Our Mission", description: "Provide compassionate, professional senior care that honors dignity, promotes wellness, and enables families to maintain meaningful connections across borders.", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-couple-their-doctor-communicating-while-using-laptop-medical-appointment_637285-1485.jpg?_wi=3", imageAlt: "Our mission and values", buttonIcon: ArrowRight, buttonHref: "#contact"}, { - title: "Our Philosophy", description: "We believe every senior deserves individualized attention, respectful care, and an environment where they can thrive—not just survive. Professional oversight, trained staff, and meaningful activities are essential.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-people-playing-poker_23-2149241661.jpg", imageAlt: "Our philosophy and approach", buttonIcon: ArrowRight, + title: "Our Philosophy", description: "We believe every senior deserves individualized attention, respectful care, and an environment where they can thrive—not just survive. Professional oversight, trained staff, and meaningful activities are essential.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-people-playing-poker_23-2149241661.jpg?_wi=3", imageAlt: "Our philosophy and approach", buttonIcon: ArrowRight, buttonHref: "#contact"}, { - title: "Why Affordable Care Matters", description: "Senior care shouldn't force families into financial hardship. At 1/3 the cost of California facilities, Serena Center makes quality, professional care accessible to more families.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-laying-bed_23-2150152917.jpg", imageAlt: "Affordable care accessibility", buttonIcon: ArrowRight, + title: "Why Affordable Care Matters", description: "Senior care shouldn't force families into financial hardship. At 1/3 the cost of California facilities, Serena Center makes quality, professional care accessible to more families.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-laying-bed_23-2150152917.jpg?_wi=2", imageAlt: "Affordable care accessibility", buttonIcon: ArrowRight, buttonHref: "#contact"}, ]; @@ -96,7 +96,7 @@ export default function AboutPage() { { value: "500+", title: "Families Served"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-mature-couple-their-doctor-communicating-while-using-laptop-medical-appointment_637285-1485.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-mature-couple-their-doctor-communicating-while-using-laptop-medical-appointment_637285-1485.jpg?_wi=4" imageAlt="Serena Center team and residents" useInvertedBackground={false} mediaAnimation="blur-reveal" -- 2.49.1 From 9cf0d83736b561700e92f418007f0332cb7f3ec7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 23:33:45 +0000 Subject: [PATCH 2/6] Update src/app/facilities/page.tsx --- src/app/facilities/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/facilities/page.tsx b/src/app/facilities/page.tsx index cf856c9..f99ce91 100644 --- a/src/app/facilities/page.tsx +++ b/src/app/facilities/page.tsx @@ -46,13 +46,13 @@ export default function FacilitiesPage() { tagAnimation="blur-reveal" features={[ { - title: "Comfortable Bedrooms", description: "Bright, modern rooms with individual climate control and comfortable furnishings", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-laying-bed_23-2150152917.jpg", imageAlt: "Clean comfortable facilities", buttonIcon: Heart, + title: "Comfortable Bedrooms", description: "Bright, modern rooms with individual climate control and comfortable furnishings", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-laying-bed_23-2150152917.jpg?_wi=3", imageAlt: "Clean comfortable facilities", buttonIcon: Heart, buttonHref: "/contact"}, { - title: "Dining Areas", description: "Spacious, bright dining spaces where residents enjoy chef-prepared meals daily", imageSrc: "http://img.b2bpic.net/free-photo/every-time-is-good-surf-internet_329181-14649.jpg", imageAlt: "Dining facilities", buttonIcon: Heart, + title: "Dining Areas", description: "Spacious, bright dining spaces where residents enjoy chef-prepared meals daily", imageSrc: "http://img.b2bpic.net/free-photo/every-time-is-good-surf-internet_329181-14649.jpg?_wi=3", imageAlt: "Dining facilities", buttonIcon: Heart, buttonHref: "/contact"}, { - title: "Social Spaces", description: "Common areas for residents to gather, connect, and participate in group activities", imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-people-playing-poker_23-2149241661.jpg", imageAlt: "Social activity areas", buttonIcon: Heart, + title: "Social Spaces", description: "Common areas for residents to gather, connect, and participate in group activities", imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-people-playing-poker_23-2149241661.jpg?_wi=5", imageAlt: "Social activity areas", buttonIcon: Heart, buttonHref: "/contact"}, ]} textboxLayout="default" -- 2.49.1 From 127f7c16688fc67f8e72cfa280a05c39c6554b90 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 23:33:46 +0000 Subject: [PATCH 3/6] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fe87fe1..c87439f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,16 +74,16 @@ export default function HomePage() { tagAnimation="blur-reveal" features={[ { - title: "Personalized Care Plans", description: "Individual nutrition and activity programs tailored to each resident's needs", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-couple-their-doctor-communicating-while-using-laptop-medical-appointment_637285-1485.jpg", imageAlt: "Personalized care planning", buttonIcon: Heart, + title: "Personalized Care Plans", description: "Individual nutrition and activity programs tailored to each resident's needs", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-couple-their-doctor-communicating-while-using-laptop-medical-appointment_637285-1485.jpg?_wi=1", imageAlt: "Personalized care planning", buttonIcon: Heart, buttonHref: "/services"}, { - title: "Professional Caregivers", description: "Trained, compassionate staff dedicated to dignity, respect, and quality care", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-couple-their-doctor-communicating-while-using-laptop-medical-appointment_637285-1485.jpg", imageAlt: "Professional caregiving staff", buttonIcon: Heart, + title: "Professional Caregivers", description: "Trained, compassionate staff dedicated to dignity, respect, and quality care", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-couple-their-doctor-communicating-while-using-laptop-medical-appointment_637285-1485.jpg?_wi=2", imageAlt: "Professional caregiving staff", buttonIcon: Heart, buttonHref: "/about"}, { - title: "Clean & Comfortable", description: "Modern facilities with bright rooms, social spaces, and activity areas", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-laying-bed_23-2150152917.jpg", imageAlt: "Clean comfortable facilities", buttonIcon: Heart, + title: "Clean & Comfortable", description: "Modern facilities with bright rooms, social spaces, and activity areas", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-laying-bed_23-2150152917.jpg?_wi=1", imageAlt: "Clean comfortable facilities", buttonIcon: Heart, buttonHref: "/facilities"}, { - title: "Social & Activity Programs", description: "Engaging activities and social opportunities to promote joy and connection", imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-people-playing-poker_23-2149241661.jpg", imageAlt: "Social activities for seniors", buttonIcon: Heart, + title: "Social & Activity Programs", description: "Engaging activities and social opportunities to promote joy and connection", imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-people-playing-poker_23-2149241661.jpg?_wi=1", imageAlt: "Social activities for seniors", buttonIcon: Heart, buttonHref: "/services"}, ]} textboxLayout="default" @@ -103,22 +103,22 @@ export default function HomePage() { tagAnimation="blur-reveal" features={[ { - title: "Personalized Care", description: "Customized care plans addressing each resident's unique health and wellness needs", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-couple-relaxing-home_23-2150572364.jpg", imageAlt: "Personalized care services", buttonIcon: Heart, + title: "Personalized Care", description: "Customized care plans addressing each resident's unique health and wellness needs", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-couple-relaxing-home_23-2150572364.jpg?_wi=1", imageAlt: "Personalized care services", buttonIcon: Heart, buttonHref: "/contact"}, { - title: "Medication Assistance", description: "Professional medication management and coordination with healthcare providers", imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-collaborates-with-staff-about-test-results-treatment_482257-101354.jpg", imageAlt: "Medication management", buttonIcon: Heart, + title: "Medication Assistance", description: "Professional medication management and coordination with healthcare providers", imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-collaborates-with-staff-about-test-results-treatment_482257-101354.jpg?_wi=1", imageAlt: "Medication management", buttonIcon: Heart, buttonHref: "/contact"}, { - title: "Daily Living Support", description: "Assistance with bathing, dressing, grooming, and activities of daily living", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-couple-relaxing-home_23-2150572364.jpg", imageAlt: "Daily living support", buttonIcon: Heart, + title: "Daily Living Support", description: "Assistance with bathing, dressing, grooming, and activities of daily living", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-couple-relaxing-home_23-2150572364.jpg?_wi=2", imageAlt: "Daily living support", buttonIcon: Heart, buttonHref: "/contact"}, { - title: "Nutrition Programs", description: "Chef-prepared meals with individual nutrition plans and dietary preferences honored", imageSrc: "http://img.b2bpic.net/free-photo/every-time-is-good-surf-internet_329181-14649.jpg", imageAlt: "Nutrition programs", buttonIcon: Heart, + title: "Nutrition Programs", description: "Chef-prepared meals with individual nutrition plans and dietary preferences honored", imageSrc: "http://img.b2bpic.net/free-photo/every-time-is-good-surf-internet_329181-14649.jpg?_wi=1", imageAlt: "Nutrition programs", buttonIcon: Heart, buttonHref: "/contact"}, { - title: "Activities & Engagement", description: "Social events, recreational programs, and meaningful activities to promote wellness", imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-people-playing-poker_23-2149241661.jpg", imageAlt: "Social activities", buttonIcon: Heart, + title: "Activities & Engagement", description: "Social events, recreational programs, and meaningful activities to promote wellness", imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-people-playing-poker_23-2149241661.jpg?_wi=2", imageAlt: "Social activities", buttonIcon: Heart, buttonHref: "/contact"}, { - title: "24/7 Supervision", description: "Round-the-clock professional staff ensuring safety and immediate response to needs", imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-consults-old-female-patient-about-diagnostic-test-results_482257-126852.jpg", imageAlt: "24-7 supervision", buttonIcon: Heart, + title: "24/7 Supervision", description: "Round-the-clock professional staff ensuring safety and immediate response to needs", imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-consults-old-female-patient-about-diagnostic-test-results_482257-126852.jpg?_wi=1", imageAlt: "24-7 supervision", buttonIcon: Heart, buttonHref: "/contact"}, ]} textboxLayout="default" @@ -133,13 +133,13 @@ export default function HomePage() { Date: Sun, 8 Mar 2026 23:33:46 +0000 Subject: [PATCH 4/6] 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 538314e..ef39ef9 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -47,22 +47,22 @@ export default function ServicesPage() { tagAnimation="blur-reveal" features={[ { - title: "Personalized Care", description: "Customized care plans addressing each resident's unique health and wellness needs", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-couple-relaxing-home_23-2150572364.jpg", imageAlt: "Personalized care services", buttonIcon: Heart, + title: "Personalized Care", description: "Customized care plans addressing each resident's unique health and wellness needs", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-couple-relaxing-home_23-2150572364.jpg?_wi=3", imageAlt: "Personalized care services", buttonIcon: Heart, buttonHref: "/contact"}, { - title: "Medication Assistance", description: "Professional medication management and coordination with healthcare providers", imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-collaborates-with-staff-about-test-results-treatment_482257-101354.jpg", imageAlt: "Medication management", buttonIcon: Heart, + title: "Medication Assistance", description: "Professional medication management and coordination with healthcare providers", imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-collaborates-with-staff-about-test-results-treatment_482257-101354.jpg?_wi=2", imageAlt: "Medication management", buttonIcon: Heart, buttonHref: "/contact"}, { - title: "Daily Living Support", description: "Assistance with bathing, dressing, grooming, and activities of daily living", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-couple-relaxing-home_23-2150572364.jpg", imageAlt: "Daily living support", buttonIcon: Heart, + title: "Daily Living Support", description: "Assistance with bathing, dressing, grooming, and activities of daily living", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-couple-relaxing-home_23-2150572364.jpg?_wi=4", imageAlt: "Daily living support", buttonIcon: Heart, buttonHref: "/contact"}, { - title: "Nutrition Programs", description: "Chef-prepared meals with individual nutrition plans and dietary preferences honored", imageSrc: "http://img.b2bpic.net/free-photo/every-time-is-good-surf-internet_329181-14649.jpg", imageAlt: "Nutrition programs", buttonIcon: Heart, + title: "Nutrition Programs", description: "Chef-prepared meals with individual nutrition plans and dietary preferences honored", imageSrc: "http://img.b2bpic.net/free-photo/every-time-is-good-surf-internet_329181-14649.jpg?_wi=2", imageAlt: "Nutrition programs", buttonIcon: Heart, buttonHref: "/contact"}, { - title: "Activities & Engagement", description: "Social events, recreational programs, and meaningful activities to promote wellness", imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-people-playing-poker_23-2149241661.jpg", imageAlt: "Social activities", buttonIcon: Heart, + title: "Activities & Engagement", description: "Social events, recreational programs, and meaningful activities to promote wellness", imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-people-playing-poker_23-2149241661.jpg?_wi=4", imageAlt: "Social activities", buttonIcon: Heart, buttonHref: "/contact"}, { - title: "24/7 Supervision", description: "Round-the-clock professional staff ensuring safety and immediate response to needs", imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-consults-old-female-patient-about-diagnostic-test-results_482257-126852.jpg", imageAlt: "24-7 supervision", buttonIcon: Heart, + title: "24/7 Supervision", description: "Round-the-clock professional staff ensuring safety and immediate response to needs", imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-consults-old-female-patient-about-diagnostic-test-results_482257-126852.jpg?_wi=2", imageAlt: "24-7 supervision", buttonIcon: Heart, buttonHref: "/contact"}, ]} textboxLayout="default" -- 2.49.1 From fc50ff45463a34bb08a932ba712cd4b7f6d102a2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 23:33:47 +0000 Subject: [PATCH 5/6] Update src/app/testimonials/page.tsx --- src/app/testimonials/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/testimonials/page.tsx b/src/app/testimonials/page.tsx index 4304a48..a6e9983 100644 --- a/src/app/testimonials/page.tsx +++ b/src/app/testimonials/page.tsx @@ -80,13 +80,13 @@ export default function TestimonialsPage() { Date: Sun, 8 Mar 2026 23:33:47 +0000 Subject: [PATCH 6/6] Update src/app/visiting-from-us/page.tsx --- src/app/visiting-from-us/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/visiting-from-us/page.tsx b/src/app/visiting-from-us/page.tsx index 3ba53bb..7c38875 100644 --- a/src/app/visiting-from-us/page.tsx +++ b/src/app/visiting-from-us/page.tsx @@ -89,7 +89,7 @@ export default function VisitingFromUsPage() { { value: "1/3 Cost", title: "Compared to California"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/people-meeting-community-center_23-2149155367.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-meeting-community-center_23-2149155367.jpg?_wi=2" imageAlt="Family visiting elderly relative at Serena Center" useInvertedBackground={true} mediaAnimation="blur-reveal" -- 2.49.1