Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0e8d8ae04f | |||
| 39c42cc119 | |||
| 579a1894ad |
206
src/app/page.tsx
206
src/app/page.tsx
@@ -31,27 +31,17 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "What You Get",
|
name: "What You Get", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Pricing",
|
name: "Pricing", id: "pricing"},
|
||||||
id: "pricing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "faq"},
|
||||||
id: "faq",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Fintry"
|
brandName="Fintry"
|
||||||
button={{
|
button={{
|
||||||
text: "Book Free Call",
|
text: "Book Free Call", href: "#hero"}}
|
||||||
href: "#hero",
|
|
||||||
}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -59,56 +49,35 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroCentered
|
||||||
background={{
|
background={{
|
||||||
variant: "downward-rays-animated",
|
variant: "downward-rays-animated"}}
|
||||||
}}
|
|
||||||
title="I Lost €8,000 Learning to Invest. You Don't Have To."
|
title="I Lost €8,000 Learning to Invest. You Don't Have To."
|
||||||
description="Get your personalized investment strategy in 3 hours — not 3 years of costly mistakes."
|
description="Get your personalized investment strategy in 3 hours — not 3 years of costly mistakes."
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLz9kt70qacbqRUpf1OaboiBQF/a-professional-avatar-of-a-diverse-perso-1774283088003-7b5dcd72.png",
|
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLz9kt70qacbqRUpf1OaboiBQF/a-professional-avatar-of-a-diverse-perso-1774283088003-7b5dcd72.png", alt: "Testimonial Avatar 1"},
|
||||||
alt: "Testimonial Avatar 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLz9kt70qacbqRUpf1OaboiBQF/a-professional-avatar-of-a-diverse-perso-1774283087267-bd944129.png",
|
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLz9kt70qacbqRUpf1OaboiBQF/a-professional-avatar-of-a-diverse-perso-1774283087267-bd944129.png", alt: "Testimonial Avatar 2"},
|
||||||
alt: "Testimonial Avatar 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLz9kt70qacbqRUpf1OaboiBQF/a-professional-avatar-of-a-diverse-perso-1774283087632-4a7261e1.png",
|
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLz9kt70qacbqRUpf1OaboiBQF/a-professional-avatar-of-a-diverse-perso-1774283087632-4a7261e1.png", alt: "Testimonial Avatar 3"},
|
||||||
alt: "Testimonial Avatar 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLz9kt70qacbqRUpf1OaboiBQF/a-professional-avatar-of-a-diverse-perso-1774283087460-9bb0d4e6.png",
|
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLz9kt70qacbqRUpf1OaboiBQF/a-professional-avatar-of-a-diverse-perso-1774283087460-9bb0d4e6.png", alt: "Testimonial Avatar 4"},
|
||||||
alt: "Testimonial Avatar 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLz9kt70qacbqRUpf1OaboiBQF/a-professional-avatar-of-a-diverse-perso-1774283088625-5d2b20d6.png",
|
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLz9kt70qacbqRUpf1OaboiBQF/a-professional-avatar-of-a-diverse-perso-1774283088625-5d2b20d6.png", alt: "Testimonial Avatar 5"},
|
||||||
alt: "Testimonial Avatar 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book Your Free Strategy Call",
|
text: "Book Your Free Strategy Call", href: "#faq"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "100% Money-Back Guarantee"},
|
||||||
text: "100% Money-Back Guarantee",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "20+ Students Mentored"},
|
||||||
text: "20+ Students Mentored",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Started with €100"},
|
||||||
text: "Started with €100",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Only 3 spots left for January — Next batch: February 1st"},
|
||||||
text: "Only 3 spots left for January — Next batch: February 1st",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
showMarqueeCard={true}
|
showMarqueeCard={true}
|
||||||
/>
|
/>
|
||||||
@@ -119,9 +88,19 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", content: "Why Learn From Me? About Your Mentor"},
|
||||||
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"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -132,34 +111,22 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Information Overload",
|
title: "Information Overload", description: "Drowning in conflicting advice from YouTube, Reddit, and social media? We provide clarity and focus.", buttonIcon: BookText,
|
||||||
description: "Drowning in conflicting advice from YouTube, Reddit, and social media? We provide clarity and focus.",
|
|
||||||
buttonIcon: BookText,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Personalized Strategy Session",
|
title: "Personalized Strategy Session", description: "Analyze your specific situation and create your personalized roadmap. Get your first investment idea in 30 minutes.", buttonIcon: ClipboardCheck,
|
||||||
description: "Analyze your specific situation and create your personalized roadmap. Get your first investment idea in 30 minutes.",
|
|
||||||
buttonIcon: ClipboardCheck,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Actionable Investment Playbook",
|
title: "Actionable Investment Playbook", description: "Your personalized 40-page actionable guide including risk management and portfolio structure tailored to YOU.", buttonIcon: FileText,
|
||||||
description: "Your personalized 40-page actionable guide including risk management and portfolio structure tailored to YOU.",
|
|
||||||
buttonIcon: FileText,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Continuous Support",
|
title: "Continuous Support", description: "Ongoing guidance to keep you on track and confident in your investment decisions, beyond just initial setup.", buttonIcon: MessageSquareMore,
|
||||||
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",
|
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,
|
||||||
description: "Fintry is for those willing to learn and invest time, not seeking guaranteed returns or speculative trading.",
|
|
||||||
buttonIcon: DollarSign,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Empowerment, Not Management",
|
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,
|
||||||
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"
|
title="Solving Beginner Investment Challenges"
|
||||||
@@ -175,33 +142,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "PORTFOLIO GROWN", subtitle: "Lead Result", category: "Success", value: "€20K+"},
|
||||||
title: "PORTFOLIO GROWN",
|
|
||||||
subtitle: "Lead Result",
|
|
||||||
category: "Success",
|
|
||||||
value: "€20K+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "STUDENTS MENTORED", subtitle: "Community", category: "Impact", value: "20+"},
|
||||||
title: "STUDENTS MENTORED",
|
|
||||||
subtitle: "Community",
|
|
||||||
category: "Impact",
|
|
||||||
value: "20+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "TO FIRST PROFIT", subtitle: "Average Time", category: "Speed", value: "1 MONTH"},
|
||||||
title: "TO FIRST PROFIT",
|
|
||||||
subtitle: "Average Time",
|
|
||||||
category: "Speed",
|
|
||||||
value: "1 MONTH",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "REFINING THE SYSTEM", subtitle: "Experience", category: "Years", value: "3+"},
|
||||||
title: "REFINING THE SYSTEM",
|
|
||||||
subtitle: "Experience",
|
|
||||||
category: "Years",
|
|
||||||
value: "3+",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Proven Results, Real Growth"
|
title="Proven Results, Real Growth"
|
||||||
description="See the tangible impact Fintry Academy has made for our students and the mentor's personal investment journey."
|
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}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "self-paced",
|
id: "self-paced", name: "Self-Paced Learning", price: "€497/ year", badge: "Value", badgeIcon: Star,
|
||||||
name: "Self-Paced Learning",
|
|
||||||
price: "€497/ year",
|
|
||||||
badge: "Value",
|
|
||||||
badgeIcon: Star,
|
|
||||||
features: [
|
features: [
|
||||||
"Course library (videos + PDFs)",
|
"Course library (videos + PDFs)", "40-page Investment Roadmap", "3-month community access", "Email support (48h response)"],
|
||||||
"40-page Investment Roadmap",
|
|
||||||
"3-month community access",
|
|
||||||
"Email support (48h response)",
|
|
||||||
],
|
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: "Start Learning",
|
text: "Start Learning", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "live-mentoring",
|
id: "live-mentoring", name: "Live Mentoring", price: "€897/ year", badge: "Most Popular", badgeIcon: Sparkles,
|
||||||
name: "Live Mentoring",
|
|
||||||
price: "€897/ year",
|
|
||||||
badge: "Most Popular",
|
|
||||||
badgeIcon: Sparkles,
|
|
||||||
features: [
|
features: [
|
||||||
"Everything in Self-Paced, PLUS:",
|
"Everything in Self-Paced, PLUS:", "3-hour 1:1 strategy call", "1 month private mentorship", "Direct chat support (Discord/WhatsApp)", "Weekly Q&A calls"],
|
||||||
"3-hour 1:1 strategy call",
|
|
||||||
"1 month private mentorship",
|
|
||||||
"Direct chat support (Discord/WhatsApp)",
|
|
||||||
"Weekly Q&A calls",
|
|
||||||
],
|
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: "Get Mentorship",
|
text: "Get Mentorship", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -265,35 +191,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLz9kt70qacbqRUpf1OaboiBQF/a-modern-minimalist-illustration-showing-1774283087096-e76daef2.png"
|
||||||
mediaAnimation="opacity"
|
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."
|
description="Find answers to the most common questions about Fintry Academy and your investment journey to gain confidence."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book Your Free Strategy Call",
|
text: "Book Your Free Strategy Call", href: "#hero"},
|
||||||
href: "#hero",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -317,14 +223,10 @@ export default function LandingPage() {
|
|||||||
socialLinks={[
|
socialLinks={[
|
||||||
{
|
{
|
||||||
icon: Twitter,
|
icon: Twitter,
|
||||||
href: "https://twitter.com/fintryacademy",
|
href: "https://twitter.com/fintryacademy", ariaLabel: "Twitter"},
|
||||||
ariaLabel: "Twitter",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Linkedin,
|
icon: Linkedin,
|
||||||
href: "https://linkedin.com/company/fintryacademy",
|
href: "https://linkedin.com/company/fintryacademy", ariaLabel: "LinkedIn"},
|
||||||
ariaLabel: "LinkedIn",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user