From efc4b3cf13cf202addc982d4a4ae69db989b01cf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:50:42 +0000 Subject: [PATCH 1/4] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a2d484..fbb8bcb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,15 +110,15 @@ export default function LandingPage() { features={[ { id: "1", title: "Soul Mission Readings", tags: ["Spiritual Insight", "45 mins"], - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-baby-fetus-womb_23-2151624531.jpg", imageAlt: "Soul Mission Readings", onFeatureClick: () => handleServiceClick('1') + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-baby-fetus-womb_23-2151624531.jpg?_wi=1", imageAlt: "Soul Mission Readings", onFeatureClick: () => handleServiceClick('1') }, { id: "2", title: "Life Alignment Coaching", tags: ["Transformational", "60 mins"], - imageSrc: "http://img.b2bpic.net/free-photo/couple-performing-yoga-safari-vacation_107420-9663.jpg", imageAlt: "Life Alignment Coaching", onFeatureClick: () => handleServiceClick('2') + imageSrc: "http://img.b2bpic.net/free-photo/couple-performing-yoga-safari-vacation_107420-9663.jpg?_wi=1", imageAlt: "Life Alignment Coaching", onFeatureClick: () => handleServiceClick('2') }, { id: "3", title: "Energy Healing Sessions", tags: ["Holistic Healing", "50 mins"], - imageSrc: "http://img.b2bpic.net/free-photo/carefree-woman-with-arms-outstretched-enjoying-freedom-while-relaxing-sand-beach-sunset_637285-1868.jpg", imageAlt: "Energy Healing Sessions", onFeatureClick: () => handleServiceClick('3') + imageSrc: "http://img.b2bpic.net/free-photo/carefree-woman-with-arms-outstretched-enjoying-freedom-while-relaxing-sand-beach-sunset_637285-1868.jpg?_wi=1", imageAlt: "Energy Healing Sessions", onFeatureClick: () => handleServiceClick('3') } ]} animationType="slide-up" @@ -225,7 +225,7 @@ export default function LandingPage() {