Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-02-20 09:30:12 +00:00

View File

@@ -75,13 +75,13 @@ export default function LandingPage() {
features={[ features={[
{ {
id: 1, 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"}, 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?_wi=2"} phoneTwo: {imageSrc: "https://img.b2bpic.net/free-photo/business-trainer-sharing-experience-with-group-colleagues_74855-2622.jpg"}
}, },
{ {
id: 2, 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"}, 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?_wi=4"} phoneTwo: {imageSrc: "https://img.b2bpic.net/free-photo/business-trainer-sharing-experience-with-group-colleagues_74855-2622.jpg"}
} }
]} ]}
showStepNumbers={true} showStepNumbers={true}
@@ -113,27 +113,27 @@ export default function LandingPage() {
testimonials={[ 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, 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, 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, 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, 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, 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, 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} showRating={true}
@@ -205,6 +205,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
faqsAnimation="slide-up" faqsAnimation="slide-up"
mediaAnimation="slide-up"
/> />
</div> </div>