diff --git a/src/app/page.tsx b/src/app/page.tsx index a1d3185..0386909 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,27 +68,27 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/dream-catcher-indoors-still-life_23-2150466795.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dream-catcher-indoors-still-life_23-2150466795.jpg?_wi=1", imageAlt: "Calm therapy office interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-420.jpg?_wi=1", imageAlt: "Person sitting by window", }, { - imageSrc: "http://img.b2bpic.net/free-photo/mandala-artwork-colorful-pattern-background-3d_58702-7098.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mandala-artwork-colorful-pattern-background-3d_58702-7098.jpg?_wi=1", imageAlt: "Hands holding plant", }, { - imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621903.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621903.jpg?_wi=1", imageAlt: "Sunlit cozy chair", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-still-life-with-candles-knitted-element-book-flowers_169016-11189.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-still-life-with-candles-knitted-element-book-flowers_169016-11189.jpg?_wi=1", imageAlt: "Dried flowers vase", }, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-soft-watercolor-paint_23-2147747662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-soft-watercolor-paint_23-2147747662.jpg?_wi=1", imageAlt: "Soft watercolor light", }, ]} @@ -117,7 +117,7 @@ export default function LandingPage() { icon: Users, title: "Live Zoom Sessions", description: "Connect with others on a similar journey in a supportive, live environment.", - imageSrc: "http://img.b2bpic.net/free-photo/dream-catcher-indoors-still-life_23-2150466795.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dream-catcher-indoors-still-life_23-2150466795.jpg?_wi=2", imageAlt: "calm therapy office interior", }, { @@ -125,7 +125,7 @@ export default function LandingPage() { icon: BookOpen, title: "Downloadable Workbook", description: "Practical tools and reflective exercises to support your daily healing process.", - imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-420.jpg?_wi=2", imageAlt: "peaceful person by window", }, { @@ -133,26 +133,26 @@ export default function LandingPage() { icon: Heart, title: "Faith-Integrated Healing", description: "Clinical strategies blended with comforting, faith-based guidance.", - imageSrc: "http://img.b2bpic.net/free-photo/mandala-artwork-colorful-pattern-background-3d_58702-7098.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mandala-artwork-colorful-pattern-background-3d_58702-7098.jpg?_wi=2", imageAlt: "hands holding small plant", }, { bentoComponent: "media-stack", items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-relaxing-break-time_23-2149256927.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-relaxing-break-time_23-2149256927.jpg?_wi=1", imageAlt: "Supportive workshop group", }, { - imageSrc: "http://img.b2bpic.net/free-photo/dream-catcher-indoors-still-life_23-2150466795.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dream-catcher-indoors-still-life_23-2150466795.jpg?_wi=3", imageAlt: "Safe therapy space", }, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-soft-watercolor-paint_23-2147747662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-soft-watercolor-paint_23-2147747662.jpg?_wi=2", imageAlt: "Calming aesthetic", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621903.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621903.jpg?_wi=2", imageAlt: "warm sunlit cozy room", }, ]} @@ -178,19 +178,19 @@ export default function LandingPage() { id: "p1", name: "Grace for the Overwhelmed Mom", price: "3-Week Reset", - imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-home_1157-18769.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-home_1157-18769.jpg?_wi=1", }, { id: "p2", name: "Grief Recovery Deep Dive", price: "Self-Paced", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-pink-velvet-cushion-with-opened-magazine_53876-65283.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-pink-velvet-cushion-with-opened-magazine_53876-65283.jpg?_wi=1", }, { id: "p3", name: "Emotional Regulation Kit", price: "Toolbox", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-stationery-white_23-2147768879.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-stationery-white_23-2147768879.jpg?_wi=1", }, ]} title="Specialized Support" @@ -211,7 +211,7 @@ export default function LandingPage() { quote: "This program helped me process my grief in ways I never thought possible.", tag: "Workshop Grad", avatarSrc: "http://img.b2bpic.net/free-photo/woman-sitting-park-with-cup-coffee_1139-470.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-still-life-with-candles-knitted-element-book-flowers_169016-11189.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-still-life-with-candles-knitted-element-book-flowers_169016-11189.jpg?_wi=2", imageAlt: "minimalist dried flower vase", }, { @@ -222,7 +222,7 @@ export default function LandingPage() { quote: "I felt truly seen and heard. The faith-based aspect was exactly what I needed.", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-older-woman-outdoors-by-lake_23-2148992133.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-soft-watercolor-paint_23-2147747662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-soft-watercolor-paint_23-2147747662.jpg?_wi=3", imageAlt: "soft abstract light watercolor", }, { @@ -244,7 +244,7 @@ export default function LandingPage() { quote: "A beautiful blend of clinical wisdom and genuine grace. Highly recommend.", tag: "Workshop Grad", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-using-sign-language_23-2148572589.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-relaxing-break-time_23-2149256927.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-relaxing-break-time_23-2149256927.jpg?_wi=2", imageAlt: "supportive group workshop setting", }, { @@ -255,7 +255,7 @@ export default function LandingPage() { quote: "Transformative. I finally feel like I am finding my way back to myself.", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/top-view-blank-paper-surrounded-by-cozy-elements_23-2151914178.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-home_1157-18769.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-home_1157-18769.jpg?_wi=2", imageAlt: "peaceful mother emotional pause", }, ]} @@ -275,7 +275,7 @@ export default function LandingPage() { id: "d1", name: "Healing Journal", price: "$15", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-pink-velvet-cushion-with-opened-magazine_53876-65283.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-pink-velvet-cushion-with-opened-magazine_53876-65283.jpg?_wi=2", }, { id: "d2", @@ -287,7 +287,7 @@ export default function LandingPage() { id: "d3", name: "Parenting Reset", price: "$25", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-stationery-white_23-2147768879.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-stationery-white_23-2147768879.jpg?_wi=2", }, { id: "d4",