From 43a397e420acbe47a209f00754cbd03eb8a0e531 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 06:53:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index db940b0..cbf0a31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,15 +58,15 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop_23-2148898734.jpg", imageAlt: "Compassionate mental health care in your language"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop_23-2148898734.jpg?_wi=1", imageAlt: "Compassionate mental health care in your language"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-man-consoling-sad-patient_23-2148398339.jpg", imageAlt: "A safe and professional space for your mental health"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-man-consoling-sad-patient_23-2148398339.jpg?_wi=1", imageAlt: "A safe and professional space for your mental health"}, { - imageSrc: "http://img.b2bpic.net/free-photo/social-media-still-life-with-heart-arrow_23-2149019242.jpg", imageAlt: "Culturally sensitive care provided with heart"}, + imageSrc: "http://img.b2bpic.net/free-photo/social-media-still-life-with-heart-arrow_23-2149019242.jpg?_wi=1", imageAlt: "Culturally sensitive care provided with heart"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop_23-2148898734.jpg", imageAlt: "Accessible telepsychiatry for families"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop_23-2148898734.jpg?_wi=2", imageAlt: "Accessible telepsychiatry for families"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-man-consoling-sad-patient_23-2148398339.jpg", imageAlt: "Your journey to healing starts here"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-man-consoling-sad-patient_23-2148398339.jpg?_wi=2", imageAlt: "Your journey to healing starts here"}, ]} /> @@ -84,7 +84,7 @@ export default function LandingPage() { { value: "Evidence", title: "Based Care"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-man-consoling-sad-patient_23-2148398339.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-man-consoling-sad-patient_23-2148398339.jpg?_wi=3" mediaAnimation="blur-reveal" metricsAnimation="slide-up" /> @@ -97,16 +97,16 @@ export default function LandingPage() { features={[ { title: "Anxiety Support", description: "Managing stress and anxiety through tailored treatment plans.", buttonIcon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop_23-2148898734.jpg", imageAlt: "diverse hispanic family warm home environment"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop_23-2148898734.jpg?_wi=3", imageAlt: "diverse hispanic family warm home environment"}, { title: "Depression Care", description: "Evidence-based interventions to restore your quality of life.", buttonIcon: Heart, - imageSrc: "http://img.b2bpic.net/free-photo/woman-man-consoling-sad-patient_23-2148398339.jpg", imageAlt: "compassionate mental health consultation"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-man-consoling-sad-patient_23-2148398339.jpg?_wi=4", imageAlt: "compassionate mental health consultation"}, { title: "Life Transitions", description: "Guidance during major life changes and personal growth.", buttonIcon: RefreshCw, - imageSrc: "http://img.b2bpic.net/free-photo/social-media-still-life-with-heart-arrow_23-2149019242.jpg", imageAlt: "compassion heart speech bubble icon"}, + imageSrc: "http://img.b2bpic.net/free-photo/social-media-still-life-with-heart-arrow_23-2149019242.jpg?_wi=2", imageAlt: "compassion heart speech bubble icon"}, { title: "Trauma Care", description: "Safe, trauma-informed support for healing and recovery.", buttonIcon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop_23-2148898734.jpg", imageAlt: "diverse hispanic family warm home environment"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop_23-2148898734.jpg?_wi=4", imageAlt: "diverse hispanic family warm home environment"}, ]} title="Clinical Services for You" description="Personalized telepsychiatry and therapy that meets you where you are, with total privacy and convenience." -- 2.49.1