Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-06 15:58:33 +00:00

View File

@@ -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"},
]}
/>
</div>