From 9d033d9d9aefc6468712bbb7615f28facd489354 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:15:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 253695c..eed1427 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,30 +84,30 @@ export default function LandingPage() { title: "Life Coaching", description: "Personalized guidance to clarify your goals, overcome limiting beliefs, and create actionable steps toward the life you truly desire. Sessions are tailored to your unique situation and aspirations.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/side-view-female-friends-training-together-outdoors_23-2148730663.jpg"}, + "http://img.b2bpic.net/free-photo/side-view-female-friends-training-together-outdoors_23-2148730663.jpg?_wi=1"}, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/side-view-female-friends-training-together-outdoors_23-2148730663.jpg"}, + "http://img.b2bpic.net/free-photo/side-view-female-friends-training-together-outdoors_23-2148730663.jpg?_wi=2"}, }, { id: 2, title: "Therapeutic Massage", description: "Healing touch therapy designed to release tension, restore balance, and reconnect you with your body's natural wisdom. Combining various techniques for deep relaxation and rejuvenation.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/female-getting-professional-massage-beauty-spa-salon_181624-54510.jpg"}, + "http://img.b2bpic.net/free-photo/female-getting-professional-massage-beauty-spa-salon_181624-54510.jpg?_wi=1"}, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/female-getting-professional-massage-beauty-spa-salon_181624-54510.jpg"}, + "http://img.b2bpic.net/free-photo/female-getting-professional-massage-beauty-spa-salon_181624-54510.jpg?_wi=2"}, }, { id: 3, title: "Wellness Teachings", description: "Interactive workshops and group sessions sharing mindfulness practices, energy healing techniques, and wisdom for living a vibrant, purposeful life. Perfect for individuals and groups.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-people-learning_23-2149300715.jpg"}, + "http://img.b2bpic.net/free-photo/medium-shot-people-learning_23-2149300715.jpg?_wi=1"}, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-people-learning_23-2149300715.jpg"}, + "http://img.b2bpic.net/free-photo/medium-shot-people-learning_23-2149300715.jpg?_wi=2"}, }, ]} showStepNumbers={true} -- 2.49.1