diff --git a/src/app/page.tsx b/src/app/page.tsx
index bbbfb41..5cc7533 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,27 +31,17 @@ export default function LandingPage() {
@@ -59,56 +49,35 @@ export default function LandingPage() {
@@ -119,9 +88,19 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
- type: "text",
- content: "Why Learn From Me? About Your Mentor",
- },
+ type: "text", content: "Why Learn From Me? About Your Mentor"},
+ {
+ type: "text", content: "I started with a meager €100, made costly mistakes along the way, and ultimately built a thriving portfolio. My journey wasn't smooth, but it equipped me with invaluable lessons. Now, I want to share that hard-won knowledge so you can bypass the pitfalls and accelerate your financial growth."},
+ {
+ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLz9kt70qacbqRUpf1OaboiBQF/a-minimal-illustration-of-a-person-inves-1774283087819-0f40a12e.png", alt: "Mentor explaining investment concepts"},
+ {
+ type: "text", content: "Fintry is built on a foundation of practical experience and a commitment to empowering you. My goal isn't to manage your money, but to equip you with the skills and confidence to manage it yourself, smartly and sustainably."},
+ ]}
+ buttons={[
+ {
+ text: "My Story", href: "#about"},
+ {
+ text: "Meet the Team", href: "#about"},
]}
/>
@@ -132,34 +111,22 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Information Overload",
- description: "Drowning in conflicting advice from YouTube, Reddit, and social media? We provide clarity and focus.",
- buttonIcon: BookText,
+ title: "Information Overload", description: "Drowning in conflicting advice from YouTube, Reddit, and social media? We provide clarity and focus.", buttonIcon: BookText,
},
{
- title: "Personalized Strategy Session",
- description: "Analyze your specific situation and create your personalized roadmap. Get your first investment idea in 30 minutes.",
- buttonIcon: ClipboardCheck,
+ title: "Personalized Strategy Session", description: "Analyze your specific situation and create your personalized roadmap. Get your first investment idea in 30 minutes.", buttonIcon: ClipboardCheck,
},
{
- title: "Actionable Investment Playbook",
- description: "Your personalized 40-page actionable guide including risk management and portfolio structure tailored to YOU.",
- buttonIcon: FileText,
+ title: "Actionable Investment Playbook", description: "Your personalized 40-page actionable guide including risk management and portfolio structure tailored to YOU.", buttonIcon: FileText,
},
{
- title: "Continuous Support",
- description: "Ongoing guidance to keep you on track and confident in your investment decisions, beyond just initial setup.",
- buttonIcon: MessageSquareMore,
+ title: "Continuous Support", description: "Ongoing guidance to keep you on track and confident in your investment decisions, beyond just initial setup.", buttonIcon: MessageSquareMore,
},
{
- title: "Not a 'Get-Rich-Quick' Scheme",
- description: "Fintry is for those willing to learn and invest time, not seeking guaranteed returns or speculative trading.",
- buttonIcon: DollarSign,
+ title: "Not a 'Get-Rich-Quick' Scheme", description: "Fintry is for those willing to learn and invest time, not seeking guaranteed returns or speculative trading.", buttonIcon: DollarSign,
},
{
- title: "Empowerment, Not Management",
- description: "We teach you to manage your own money; we don't manage it for you. Take full control of your financial future.",
- buttonIcon: Wallet,
+ title: "Empowerment, Not Management", description: "We teach you to manage your own money; we don't manage it for you. Take full control of your financial future.", buttonIcon: Wallet,
},
]}
title="Solving Beginner Investment Challenges"
@@ -175,33 +142,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "1",
- title: "PORTFOLIO GROWN",
- subtitle: "Lead Result",
- category: "Success",
- value: "€20K+",
- },
+ id: "1", title: "PORTFOLIO GROWN", subtitle: "Lead Result", category: "Success", value: "€20K+"},
{
- id: "2",
- title: "STUDENTS MENTORED",
- subtitle: "Community",
- category: "Impact",
- value: "20+",
- },
+ id: "2", title: "STUDENTS MENTORED", subtitle: "Community", category: "Impact", value: "20+"},
{
- id: "3",
- title: "TO FIRST PROFIT",
- subtitle: "Average Time",
- category: "Speed",
- value: "1 MONTH",
- },
+ id: "3", title: "TO FIRST PROFIT", subtitle: "Average Time", category: "Speed", value: "1 MONTH"},
{
- id: "4",
- title: "REFINING THE SYSTEM",
- subtitle: "Experience",
- category: "Years",
- value: "3+",
- },
+ id: "4", title: "REFINING THE SYSTEM", subtitle: "Experience", category: "Years", value: "3+"},
]}
title="Proven Results, Real Growth"
description="See the tangible impact Fintry Academy has made for our students and the mentor's personal investment journey."
@@ -215,42 +162,21 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "self-paced",
- name: "Self-Paced Learning",
- price: "€497/ year",
- badge: "Value",
- badgeIcon: Star,
+ id: "self-paced", name: "Self-Paced Learning", price: "€497/ year", badge: "Value", badgeIcon: Star,
features: [
- "Course library (videos + PDFs)",
- "40-page Investment Roadmap",
- "3-month community access",
- "Email support (48h response)",
- ],
+ "Course library (videos + PDFs)", "40-page Investment Roadmap", "3-month community access", "Email support (48h response)"],
buttons: [
{
- text: "Start Learning",
- href: "#",
- },
+ text: "Start Learning", href: "#"},
],
},
{
- id: "live-mentoring",
- name: "Live Mentoring",
- price: "€897/ year",
- badge: "Most Popular",
- badgeIcon: Sparkles,
+ id: "live-mentoring", name: "Live Mentoring", price: "€897/ year", badge: "Most Popular", badgeIcon: Sparkles,
features: [
- "Everything in Self-Paced, PLUS:",
- "3-hour 1:1 strategy call",
- "1 month private mentorship",
- "Direct chat support (Discord/WhatsApp)",
- "Weekly Q&A calls",
- ],
+ "Everything in Self-Paced, PLUS:", "3-hour 1:1 strategy call", "1 month private mentorship", "Direct chat support (Discord/WhatsApp)", "Weekly Q&A calls"],
buttons: [
{
- text: "Get Mentorship",
- href: "#",
- },
+ text: "Get Mentorship", href: "#"},
],
},
]}
@@ -265,35 +191,17 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "How quickly can I see results?",
- content: "Week 1: Free strategy call + identify your first investment. Week 2-3: Make your first investment. Month 1: Start tracking performance, understand the process. Month 2-3: Make 2-3 more investments, build confidence. Month 3+: Run portfolio independently. Timeline depends on your starting capital and comfort level. €100 or €100,000 — same principles apply.",
- },
+ id: "1", title: "How quickly can I see results?", content: "Week 1: Free strategy call + identify your first investment. Week 2-3: Make your first investment. Month 1: Start tracking performance, understand the process. Month 2-3: Make 2-3 more investments, build confidence. Month 3+: Run portfolio independently. Timeline depends on your starting capital and comfort level. €100 or €100,000 — same principles apply."},
{
- id: "2",
- title: "Do I need €10,000 to start?",
- content: "No. The strategy is the same for €100 or €100,000. It's about starting smart, not starting big. We focus on low-cost ETFs to get you diversified from day one.",
- },
+ id: "2", title: "Do I need €10,000 to start?", content: "No. The strategy is the same for €100 or €100,000. It's about starting smart, not starting big. We focus on low-cost ETFs to get you diversified from day one."},
{
- id: "3",
- title: "Is Fintry a 'get rich quick' scheme?",
- content: "Absolutely not. Fintry provides systematic financial education built on logic, not hype. Investing takes time and consistent effort. We focus on building sustainable wealth.",
- },
+ id: "3", title: "Is Fintry a 'get rich quick' scheme?", content: "Absolutely not. Fintry provides systematic financial education built on logic, not hype. Investing takes time and consistent effort. We focus on building sustainable wealth."},
{
- id: "4",
- title: "What is the Money-Back Guarantee?",
- content: "If you follow our personalized investment strategy for 3 months and don't feel more confident or haven't made your first smart investment, we'll refund 100% of your payment. No questions asked.",
- },
+ id: "4", title: "What is the Money-Back Guarantee?", content: "If you follow our personalized investment strategy for 3 months and don't feel more confident or haven't made your first smart investment, we'll refund 100% of your payment. No questions asked."},
{
- id: "5",
- title: "What if I need more support?",
- content: "Our Live Mentoring plan includes 1 month of private mentorship and direct chat support. You'll have continuous access to me via Discord or WhatsApp for personalized guidance.",
- },
+ id: "5", title: "What if I need more support?", content: "Our Live Mentoring plan includes 1 month of private mentorship and direct chat support. You'll have continuous access to me via Discord or WhatsApp for personalized guidance."},
{
- id: "6",
- title: "How can I book a Free Call?",
- content: "Simply click the 'Book Your Free Strategy Call' button on our site. It's a 30-minute confidential session where we analyze your situation and give you a concrete investment idea.",
- },
+ id: "6", title: "How can I book a Free Call?", content: "Simply click the 'Book Your Free Strategy Call' button on our site. It's a 30-minute confidential session where we analyze your situation and give you a concrete investment idea."},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLz9kt70qacbqRUpf1OaboiBQF/a-modern-minimalist-illustration-showing-1774283087096-e76daef2.png"
mediaAnimation="opacity"
@@ -302,9 +210,7 @@ export default function LandingPage() {
description="Find answers to the most common questions about Fintry Academy and your investment journey to gain confidence."
buttons={[
{
- text: "Book Your Free Strategy Call",
- href: "#hero",
- },
+ text: "Book Your Free Strategy Call", href: "#hero"},
]}
faqsAnimation="slide-up"
/>
@@ -317,14 +223,10 @@ export default function LandingPage() {
socialLinks={[
{
icon: Twitter,
- href: "https://twitter.com/fintryacademy",
- ariaLabel: "Twitter",
- },
+ href: "https://twitter.com/fintryacademy", ariaLabel: "Twitter"},
{
icon: Linkedin,
- href: "https://linkedin.com/company/fintryacademy",
- ariaLabel: "LinkedIn",
- },
+ href: "https://linkedin.com/company/fintryacademy", ariaLabel: "LinkedIn"},
]}
/>