From 15c926094307e0ad98b11f4b69b4eec9b3299fa7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:58:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9113c04..72263b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,23 +51,23 @@ export default function LandingPage() { background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/concerned-new-parents-holding-rocking-crying-baby_74855-4106.jpg", imageAlt: "Postpartum care and family support"}, + imageSrc: "http://img.b2bpic.net/free-photo/concerned-new-parents-holding-rocking-crying-baby_74855-4106.jpg?_wi=1", imageAlt: "Postpartum care and family support"}, { - imageSrc: "http://img.b2bpic.net/free-photo/view-arrangement-nourishing-food_23-2148484622.jpg", imageAlt: "Meal preparation and nutrition support"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-arrangement-nourishing-food_23-2148484622.jpg?_wi=1", imageAlt: "Meal preparation and nutrition support"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-going-through-abortion-process_23-2149518188.jpg", imageAlt: "Emotional wellness support"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-going-through-abortion-process_23-2149518188.jpg?_wi=1", imageAlt: "Emotional wellness support"}, { - imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-lit-candle-plant_23-2148268419.jpg", imageAlt: "Serene postpartum recovery space"}, + imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-lit-candle-plant_23-2148268419.jpg?_wi=1", imageAlt: "Serene postpartum recovery space"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-lit-candle-plant_23-2148268419.jpg", imageAlt: "Peaceful wellness environment"}, + imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-lit-candle-plant_23-2148268419.jpg?_wi=2", imageAlt: "Peaceful wellness environment"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-going-through-abortion-process_23-2149518188.jpg", imageAlt: "Supportive care guidance"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-going-through-abortion-process_23-2149518188.jpg?_wi=2", imageAlt: "Supportive care guidance"}, { - imageSrc: "http://img.b2bpic.net/free-photo/view-arrangement-nourishing-food_23-2148484622.jpg", imageAlt: "Nourishing meal support"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-arrangement-nourishing-food_23-2148484622.jpg?_wi=2", imageAlt: "Nourishing meal support"}, { - imageSrc: "http://img.b2bpic.net/free-photo/concerned-new-parents-holding-rocking-crying-baby_74855-4106.jpg", imageAlt: "Gentle postpartum assistance"}, + imageSrc: "http://img.b2bpic.net/free-photo/concerned-new-parents-holding-rocking-crying-baby_74855-4106.jpg?_wi=2", imageAlt: "Gentle postpartum assistance"}, ]} buttons={[ { text: "Schedule a Consultation", href: "contact" }, @@ -105,11 +105,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", title: "Postpartum Care & Recovery", description: "Expert guidance on physical recovery, breastfeeding support, and newborn care. I'm here to help you navigate the early days with confidence and compassion.", tag: "Nurturing Support", imageSrc: "http://img.b2bpic.net/free-photo/concerned-new-parents-holding-rocking-crying-baby_74855-4106.jpg", imageAlt: "Postpartum care and family bonding"}, + id: "1", title: "Postpartum Care & Recovery", description: "Expert guidance on physical recovery, breastfeeding support, and newborn care. I'm here to help you navigate the early days with confidence and compassion.", tag: "Nurturing Support", imageSrc: "http://img.b2bpic.net/free-photo/concerned-new-parents-holding-rocking-crying-baby_74855-4106.jpg?_wi=3", imageAlt: "Postpartum care and family bonding"}, { - id: "2", title: "Meal Preparation & Nutrition", description: "Nourishing, prepared meals designed to support your healing and energy recovery. Thoughtfully crafted nutrition that honors your body's needs.", tag: "Wellness Nutrition", imageSrc: "http://img.b2bpic.net/free-photo/view-arrangement-nourishing-food_23-2148484622.jpg", imageAlt: "Healthy meal preparation for recovery"}, + id: "2", title: "Meal Preparation & Nutrition", description: "Nourishing, prepared meals designed to support your healing and energy recovery. Thoughtfully crafted nutrition that honors your body's needs.", tag: "Wellness Nutrition", imageSrc: "http://img.b2bpic.net/free-photo/view-arrangement-nourishing-food_23-2148484622.jpg?_wi=3", imageAlt: "Healthy meal preparation for recovery"}, { - id: "3", title: "Emotional & Mental Wellness", description: "Compassionate listening and emotional support. I create a safe, judgment-free space for you to process the profound changes and emotions of the postpartum period.", tag: "Holistic Care", imageSrc: "http://img.b2bpic.net/free-photo/woman-going-through-abortion-process_23-2149518188.jpg", imageAlt: "Emotional wellness and supportive guidance"}, + id: "3", title: "Emotional & Mental Wellness", description: "Compassionate listening and emotional support. I create a safe, judgment-free space for you to process the profound changes and emotions of the postpartum period.", tag: "Holistic Care", imageSrc: "http://img.b2bpic.net/free-photo/woman-going-through-abortion-process_23-2149518188.jpg?_wi=3", imageAlt: "Emotional wellness and supportive guidance"}, ]} /> -- 2.49.1