diff --git a/src/app/page.tsx b/src/app/page.tsx index e2cd496..0ee6901 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,12 +49,12 @@ export default function LandingPage() { { text: "Get Free Resources", href: "#free-guide" }, ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/dream-catcher-indoors-still-life_23-2150466795.jpg", imageAlt: "Calm therapy office interior" }, + { 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", imageAlt: "Person sitting by window" }, { imageSrc: "http://img.b2bpic.net/free-photo/mandala-artwork-colorful-pattern-background-3d_58702-7098.jpg", imageAlt: "Hands holding plant" }, { imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621903.jpg", imageAlt: "Sunlit cozy chair" }, { imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-still-life-with-candles-knitted-element-book-flowers_169016-11189.jpg", imageAlt: "Dried flowers vase" }, - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-soft-watercolor-paint_23-2147747662.jpg", imageAlt: "Soft watercolor light" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-soft-watercolor-paint_23-2147747662.jpg?_wi=1", imageAlt: "Soft watercolor light" }, ]} /> @@ -80,8 +80,8 @@ export default function LandingPage() { { bentoComponent: "reveal-icon", icon: Heart, title: "Faith-Integrated Healing", description: "Clinical strategies blended with comforting, faith-based guidance." }, { bentoComponent: "media-stack", items: [ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-relaxing-break-time_23-2149256927.jpg", imageAlt: "Supportive workshop group" }, - { imageSrc: "http://img.b2bpic.net/free-photo/dream-catcher-indoors-still-life_23-2150466795.jpg", imageAlt: "Safe therapy space" }, - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-soft-watercolor-paint_23-2147747662.jpg", imageAlt: "Calming aesthetic" }, + { imageSrc: "http://img.b2bpic.net/free-photo/dream-catcher-indoors-still-life_23-2150466795.jpg?_wi=2", imageAlt: "Safe therapy space" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-soft-watercolor-paint_23-2147747662.jpg?_wi=2", imageAlt: "Calming aesthetic" }, ], title: "Workshop Gallery", description: "Visuals from our supportive workshop." }, ]} title="Grieving Gracefully Workshop" @@ -100,8 +100,8 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { 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" }, - { 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" }, - { id: "p3", name: "Emotional Regulation Kit", price: "Toolbox", imageSrc: "http://img.b2bpic.net/free-photo/coffee-stationery-white_23-2147768879.jpg" }, + { 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?_wi=1" }, + { id: "p3", name: "Emotional Regulation Kit", price: "Toolbox", imageSrc: "http://img.b2bpic.net/free-photo/coffee-stationery-white_23-2147768879.jpg?_wi=1" }, ]} title="Specialized Support" description="Targeted programs for specific seasons of life." @@ -131,9 +131,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} products={[ - { id: "d1", name: "Healing Journal", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/coffee-pink-velvet-cushion-with-opened-magazine_53876-65283.jpg" }, + { id: "d1", name: "Healing Journal", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/coffee-pink-velvet-cushion-with-opened-magazine_53876-65283.jpg?_wi=2" }, { id: "d2", name: "Grief Guide", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-overloaded-bullet-journal_23-2150168686.jpg" }, - { id: "d3", name: "Parenting Reset", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/coffee-stationery-white_23-2147768879.jpg" }, + { id: "d3", name: "Parenting Reset", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/coffee-stationery-white_23-2147768879.jpg?_wi=2" }, { id: "d4", name: "Self-Care Bundle", price: "$40", imageSrc: "http://img.b2bpic.net/free-photo/border-from-coffee-office-supplies_23-2147768880.jpg" }, { id: "d5", name: "Peaceful Living Plan", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/opened-book-near-pumpkins-flowers_23-2147767573.jpg" }, { id: "d6", name: "Reflection Cards", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-lavender-cup-coffee-bed_23-2148535447.jpg" },