Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 16:00:15 +00:00

View File

@@ -79,19 +79,19 @@ export default function LandingPage() {
{
id: 1,
title: "Self-Mastery", description: "Develop discipline, emotional intelligence, and the mental resilience to overcome obstacles. Master yourself before seeking to influence others.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-stretching-work_23-2150509957.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-stretching-work_23-2150509957.jpg?_wi=1"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-stretching-work_23-2150509957.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-stretching-work_23-2150509957.jpg?_wi=2"
}
},
{
id: 2,
title: "Principled Influence", description: "Learn how authentic leadership flows from character, not charisma. Build the integrity that earns trust and creates lasting impact.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/leadership-agreement-productivity-business_53876-26245.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/leadership-agreement-productivity-business_53876-26245.jpg?_wi=1"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/leadership-agreement-productivity-business_53876-26245.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/leadership-agreement-productivity-business_53876-26245.jpg?_wi=2"
}
}
]}
@@ -112,22 +112,22 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Maya Patel", handle: "Age 15, Mumbai", testimonial: "Seed to Lead showed me that real power comes from discipline and integrity. I'm now more confident in who I am, regardless of peer pressure.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Maya Patel"
id: "1", name: "Maya Patel", handle: "Age 15, Mumbai", testimonial: "Seed to Lead showed me that real power comes from discipline and integrity. I'm now more confident in who I am, regardless of peer pressure.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=1", imageAlt: "Maya Patel"
},
{
id: "2", name: "Jamal Williams", handle: "Age 14, Atlanta", testimonial: "The program gave me language for my values. I can articulate what matters and stand firm without being self-righteous. That's powerful.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Jamal Williams"
id: "2", name: "Jamal Williams", handle: "Age 14, Atlanta", testimonial: "The program gave me language for my values. I can articulate what matters and stand firm without being self-righteous. That's powerful.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=2", imageAlt: "Jamal Williams"
},
{
id: "3", name: "Sophie Laurent", handle: "Age 16, Paris", testimonial: "I thought leadership was about being the loudest voice. This taught me it's about serving others and leading by example. Changed my perspective completely.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Sophie Laurent"
id: "3", name: "Sophie Laurent", handle: "Age 16, Paris", testimonial: "I thought leadership was about being the loudest voice. This taught me it's about serving others and leading by example. Changed my perspective completely.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=3", imageAlt: "Sophie Laurent"
},
{
id: "4", name: "Amara Okafor", handle: "Age 13, Lagos", testimonial: "My whole friend group went through Seed to Lead together. We actually talk about character now. It's rare and it's real.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Amara Okafor"
id: "4", name: "Amara Okafor", handle: "Age 13, Lagos", testimonial: "My whole friend group went through Seed to Lead together. We actually talk about character now. It's rare and it's real.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=4", imageAlt: "Amara Okafor"
},
{
id: "5", name: "Lucas Silva", handle: "Age 17, São Paulo", testimonial: "As someone anxious about my future, this platform gave me a north star. Duty, discipline, service. Simple but transformative.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Lucas Silva"
id: "5", name: "Lucas Silva", handle: "Age 17, São Paulo", testimonial: "As someone anxious about my future, this platform gave me a north star. Duty, discipline, service. Simple but transformative.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=5", imageAlt: "Lucas Silva"
},
{
id: "6", name: "Asha Mukhopadhyay", handle: "Age 14, Bangalore", testimonial: "The community aspect is huge. I feel seen and supported by people my age who share these values. Not alone anymore.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Asha Mukhopadhyay"
id: "6", name: "Asha Mukhopadhyay", handle: "Age 14, Bangalore", testimonial: "The community aspect is huge. I feel seen and supported by people my age who share these values. Not alone anymore.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=6", imageAlt: "Asha Mukhopadhyay"
}
]}
/>