From fdc5144db68b21a530b7262c7813456d36f58351 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:23:22 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c307fad..524b148 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -50,7 +50,7 @@ export default function AboutPage() { tag="Our Mission" tagIcon={Heart} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/cheerful-senior-mother-her-daughter-holding-hands_1262-18400.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cheerful-senior-mother-her-daughter-holding-hands_1262-18400.jpg?_wi=2" imageAlt="team support care elderly" buttons={[{ text: "Learn Our Values", href: "/services" }]} buttonAnimation="slide-up" @@ -72,21 +72,21 @@ export default function AboutPage() { id: 1, title: "Safety First", description: "All companions and drivers are thoroughly vetted, background-checked, and trained in senior care. Your security is our top priority.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2148943303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2148943303.jpg?_wi=2", imageAlt: "safety and trust", }, { id: 2, title: "Personalized Care", description: "Every traveler is unique. We take time to understand your needs, preferences, and health considerations to create the perfect match.", - imageSrc: "http://img.b2bpic.net/free-photo/grand-parent-learning-use-digital-divice_23-2149214590.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grand-parent-learning-use-digital-divice_23-2149214590.jpg?_wi=2", imageAlt: "personalized matching", }, { id: 3, title: "Accessible Everywhere", description: "Our platform is designed for simplicity. Large fonts, intuitive navigation, and 24/7 support mean help is always just a tap away.", - imageSrc: "http://img.b2bpic.net/free-photo/online-booking-traveling-plane-flight-concept_53876-133675.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/online-booking-traveling-plane-flight-concept_53876-133675.jpg?_wi=2", imageAlt: "accessible design", }, ]} @@ -100,25 +100,25 @@ export default function AboutPage() { { id: "1", name: "Margaret Johnson", - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-beautiful-woman-smiling-happy-confident-standing-with-smile-face-terrace_839833-20696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-beautiful-woman-smiling-happy-confident-standing-with-smile-face-terrace_839833-20696.jpg?_wi=2", imageAlt: "senior portrait woman happy", }, { id: "2", name: "Robert Williams", - imageSrc: "http://img.b2bpic.net/free-photo/portait-handsome-european-elderly-man-smiles-positively-enjoys-retirement-wears-shirt-spectacles-has-perfect-white-teeth-isolated-beige-studio-wall_273609-44196.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portait-handsome-european-elderly-man-smiles-positively-enjoys-retirement-wears-shirt-spectacles-has-perfect-white-teeth-isolated-beige-studio-wall_273609-44196.jpg?_wi=2", imageAlt: "elderly portrait man smiling", }, { id: "3", name: "Patricia & James Smith", - imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-with-short-hairstyle-laughing-hugging-grey-haired-man-with-mustache-cool-eyeglasses-white-shirt-outdoor_197531-28456.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-with-short-hairstyle-laughing-hugging-grey-haired-man-with-mustache-cool-eyeglasses-white-shirt-outdoor_197531-28456.jpg?_wi=2", imageAlt: "senior portrait couple happy", }, { id: "4", name: "Dorothy Martinez", - imageSrc: "http://img.b2bpic.net/free-photo/old-person-learning-use-technology_23-2149366841.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/old-person-learning-use-technology_23-2149366841.jpg?_wi=2", imageAlt: "older portrait woman content", }, ]} @@ -131,7 +131,7 @@ export default function AboutPage() {