From 4552973eaba924acd395bbc17fe525479aae281c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 09:30:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 66a9e7d..94c985d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,13 +75,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Personal Development", description: "Work through limiting beliefs and develop a stronger sense of self. Build confidence and clarity for meaningful life changes.", phoneOne: {imageSrc: "https://img.b2bpic.net/free-photo/business-trainer-sharing-experience-with-group-colleagues_74855-2622.jpg?_wi=1"}, - phoneTwo: {imageSrc: "https://img.b2bpic.net/free-photo/business-trainer-sharing-experience-with-group-colleagues_74855-2622.jpg?_wi=2"} + title: "Personal Development", description: "Work through limiting beliefs and develop a stronger sense of self. Build confidence and clarity for meaningful life changes.", phoneOne: {imageSrc: "https://img.b2bpic.net/free-photo/business-trainer-sharing-experience-with-group-colleagues_74855-2622.jpg"}, + phoneTwo: {imageSrc: "https://img.b2bpic.net/free-photo/business-trainer-sharing-experience-with-group-colleagues_74855-2622.jpg"} }, { id: 2, - title: "Executive Coaching", description: "Enhance your leadership skills and strategic thinking. Navigate complex challenges and build high-performing teams.", phoneOne: {imageSrc: "https://img.b2bpic.net/free-photo/business-trainer-sharing-experience-with-group-colleagues_74855-2622.jpg?_wi=3"}, - phoneTwo: {imageSrc: "https://img.b2bpic.net/free-photo/business-trainer-sharing-experience-with-group-colleagues_74855-2622.jpg?_wi=4"} + title: "Executive Coaching", description: "Enhance your leadership skills and strategic thinking. Navigate complex challenges and build high-performing teams.", phoneOne: {imageSrc: "https://img.b2bpic.net/free-photo/business-trainer-sharing-experience-with-group-colleagues_74855-2622.jpg"}, + phoneTwo: {imageSrc: "https://img.b2bpic.net/free-photo/business-trainer-sharing-experience-with-group-colleagues_74855-2622.jpg"} } ]} showStepNumbers={true} @@ -113,27 +113,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "The coaching transformed my career trajectory. Within six months, I landed my dream role and feel more confident than ever.", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1" + imageSrc: "https://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg" }, { id: "2", name: "James Chen", handle: "@jameschen", testimonial: "Working with the coach helped me break through years of self-doubt. The actionable strategies were exactly what I needed.", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" + imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" }, { id: "3", name: "Michelle Rodriguez", handle: "@mrodriguez", testimonial: "As a busy executive, I valued the structured approach and accountability. This coaching was a game-changer for my leadership.", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2" + imageSrc: "https://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg" }, { id: "4", name: "David Thompson", handle: "@dthompson", testimonial: "The personalized coaching addressed exactly what I needed. I've seen measurable results in both my professional and personal life.", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" + imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" }, { id: "5", name: "Lisa Anderson", handle: "@lisaanderson", testimonial: "I can't recommend this coaching enough. The insights gained have rippled into every area of my life.", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=3" + imageSrc: "https://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg" }, { id: "6", name: "Michael Brooks", handle: "@mbrooks", testimonial: "Finally found a coach who truly listens and delivers results. Best investment I've made in myself.", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3" + imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" } ]} showRating={true} @@ -205,6 +205,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqsAnimation="slide-up" + mediaAnimation="slide-up" />