3 Commits

Author SHA1 Message Date
e233216417 Merge version_2 into main
Merge version_2 into main
2026-05-14 00:28:14 +00:00
78ba6e5944 Update src/app/page.tsx 2026-05-14 00:28:08 +00:00
e9d85fa2a1 Merge version_1 into main
Merge version_1 into main
2026-05-08 04:28:49 +00:00

View File

@@ -112,24 +112,12 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "What drives you?", content: "The constant search for improvement." },
{ id: "q2", title: "Italy's impact?", content: "Learning the game in a completely different tactical environment." },
{ id: "q3", title: "Defining success?", content: "Achieving your personal maximum output." },
{ id: "q4", title: "The hardest loss?", content: "Every loss is a lesson." },
{ id: "q5", title: "The hardest win?", content: "The one that requires sacrifice." },
{ id: "q6", title: "Advice to youth?", content: "Fall in love with the work." },
{ id: "q7", title: "Defining fear?", content: "Not reaching potential." },
{ id: "q8", title: "On work ethic?", content: "It starts before the sun comes up." },
{ id: "q9", title: "Silence or noise?", content: "Silence allows for reflection." },
{ id: "q10", title: "On leadership?", content: "It is about shared accountability." },
{ id: "q11", title: "Favorite shot?", content: "The one I haven't taken yet." },
{ id: "q12", title: "Storytelling?", content: "Giving life to ideas." },
{ id: "q13", title: "Post-game routine?", content: "Still working, just on different fields." },
{ id: "q14", title: "Biggest challenge?", content: "Staying humble when you're at the top." },
{ id: "q15", title: "Defining legacy?", content: "What you leave behind for others to use." }
{ id: "q1", title: "How do I support a friend?", content: "Listen without judgment and encourage them to seek professional help." },
{ id: "q2", title: "Where can I find resources?", content: "Many organizations offer free counseling and mental health support for teens." },
{ id: "q3", title: "Is it normal to feel overwhelmed?", content: "Yes, it is common to struggle; talking about it is a sign of strength." }
]}
sideTitle="15 Questions"
sideDescription="The essence of the Mamba Mentality in 15 distilled inquiries."
sideTitle="Mental Health FAQs"
sideDescription="Answers to common questions regarding teen mental well-being and seeking support."
faqsAnimation="blur-reveal"
/>
</div>
@@ -140,14 +128,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{ id: "1", name: "Michael A.", handle: "@hoopfan", testimonial: "Kobe taught me to work when no one is watching.", imageSrc: "http://img.b2bpic.net/free-photo/redhead-man-with-long-beard-wearing-basketball-uniform-angry-mad-raising-fist-frustrated-furious-while-shouting-with-anger-rage-aggressive-concept_839833-6491.jpg" },
{ id: "2", name: "Sarah P.", handle: "@athlete", testimonial: "The Mamba Mentality is more than basketball; it's a lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/sports-news-concept-collage_23-2149876515.jpg" },
{ id: "3", name: "John D.", handle: "@coach", testimonial: "The sheer discipline is unmatched in history.", imageSrc: "http://img.b2bpic.net/free-photo/women-playing-together-basketball-outside_23-2148773284.jpg" },
{ id: "4", name: "Emily K.", handle: "@journalist", testimonial: "He always had a vision beyond the court.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-her-room-recording-video-camera-lifestyle-vlog-social_1258-281981.jpg" },
{ id: "5", name: "Mark S.", handle: "@fan", testimonial: "Watching him play felt like witnessing history.", imageSrc: "http://img.b2bpic.net/free-photo/mature-sporty-man-headband-holding-soccer-ball-looking-front-with-smile-face-standing-orange-wall_141793-51025.jpg" }
{ id: "1", name: "Alex", handle: "@teenstory", testimonial: "Sharing my struggles with my school counselor saved my academic year.", imageSrc: "http://img.b2bpic.net/free-photo/teenager-portrait-expression-mood_23-2148737227.jpg" },
{ id: "2", name: "Jordan", handle: "@youth", testimonial: "Realizing I wasn't alone in my anxiety made everything better.", imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-smiling_23-2148419615.jpg" }
]}
title="Perspectives"
description="How the game was changed forever."
title="Teen Experiences"
description="Voices from the community about overcoming challenges and finding resilience."
/>
</div>
@@ -156,8 +141,8 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "gradient-bars"}}
text="Join the Mamba newsletter for exclusive features."
buttons={[{ text: "Subscribe Now", href: "#" }]}
text="Need immediate help? Access crisis resources or contact our support team anytime."
buttons={[{ text: "Get Support Now", href: "#" }]}
/>
</div>
@@ -167,7 +152,7 @@ export default function LandingPage() {
logoText="KOBE MAG"
columns={[
{ title: "Magazine", items: [{ label: "Archives", href: "#" }, { label: "Shop", href: "#" }] },
{ title: "Legacy", items: [{ label: "Mentality", href: "#" }, { label: "About", href: "#" }] }
{ title: "Support", items: [{ label: "Crisis Lines", href: "#" }, { label: "Resources", href: "#" }] }
]}
/>
</div>