Update src/app/page.tsx
This commit is contained in:
367
src/app/page.tsx
367
src/app/page.tsx
@@ -33,82 +33,51 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Learn",
|
||||
id: "#learn",
|
||||
},
|
||||
name: "Learn", id: "#learn"},
|
||||
{
|
||||
name: "Resources",
|
||||
id: "#resources",
|
||||
},
|
||||
name: "Resources", id: "#resources"},
|
||||
{
|
||||
name: "Community",
|
||||
id: "#community",
|
||||
},
|
||||
name: "Community", id: "#community"},
|
||||
{
|
||||
name: "Success Stories",
|
||||
id: "#success-stories",
|
||||
},
|
||||
name: "Success Stories", id: "#success-stories"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=908tne"
|
||||
logoAlt="214.Investing Logo"
|
||||
brandName="214.Investing"
|
||||
button={{
|
||||
text: "Start Learning",
|
||||
href: "#learn",
|
||||
}}
|
||||
text: "Start Learning", href: "#learn"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
variant: "rotated-rays-animated-grid"}}
|
||||
title="Learn Skills That Actually Pay"
|
||||
description="Master investing, personal finance, online business, side hustles, and wealth-building strategies through practical education designed for real-world results."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Resources",
|
||||
href: "#resources",
|
||||
},
|
||||
text: "Explore Resources", href: "#resources"},
|
||||
{
|
||||
text: "Start Learning",
|
||||
href: "#learn",
|
||||
},
|
||||
text: "Start Learning", href: "#learn"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-work-area_1388-86.jpg",
|
||||
imageAlt: "Trading charts, laptop workspace, books, and entrepreneur lifestyle",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-work-area_1388-86.jpg", imageAlt: "Trading charts, laptop workspace, books, and entrepreneur lifestyle"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-desk-composition-flat-lay_23-2148975801.jpg",
|
||||
imageAlt: "Minimalist desk setup with laptop displaying financial analytics and books",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-desk-composition-flat-lay_23-2148975801.jpg", imageAlt: "Minimalist desk setup with laptop displaying financial analytics and books"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/preteen-student-working-school-assignment-library_482257-123340.jpg",
|
||||
imageAlt: "Close-up of hands typing on a laptop with financial graphs in background",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/preteen-student-working-school-assignment-library_482257-123340.jpg", imageAlt: "Close-up of hands typing on a laptop with financial graphs in background"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-using-mobile-phone-while-relaxing-staircase_637285-10962.jpg",
|
||||
imageAlt: "Successful individual confidently looking at a laptop with wealth growth chart",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-using-mobile-phone-while-relaxing-staircase_637285-10962.jpg", imageAlt: "Successful individual confidently looking at a laptop with wealth growth chart"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-analyzing-data-tablet-cityscape-background_9975-22511.jpg",
|
||||
imageAlt: "Abstract representation of interconnected financial data points",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-analyzing-data-tablet-cityscape-background_9975-22511.jpg", imageAlt: "Abstract representation of interconnected financial data points"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116602.jpg",
|
||||
imageAlt: "Smartphone displaying a user-friendly investing app interface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116602.jpg", imageAlt: "Smartphone displaying a user-friendly investing app interface"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,29 +89,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "readers",
|
||||
value: "10,000+",
|
||||
title: "Monthly Readers",
|
||||
items: [],
|
||||
id: "readers", value: "10,000+", title: "Monthly Readers", items: [],
|
||||
},
|
||||
{
|
||||
id: "resources",
|
||||
value: "100+",
|
||||
title: "Educational Resources",
|
||||
items: [
|
||||
"Investing",
|
||||
"Business",
|
||||
"Finance",
|
||||
],
|
||||
id: "resources", value: "100+", title: "Educational Resources", items: [
|
||||
"Investing", "Business", "Finance"],
|
||||
},
|
||||
{
|
||||
id: "growth",
|
||||
value: "Real",
|
||||
title: "Growth",
|
||||
items: [
|
||||
"Practical Skills",
|
||||
"Wealth Building",
|
||||
],
|
||||
id: "growth", value: "Real", title: "Growth", items: [
|
||||
"Practical Skills", "Wealth Building"],
|
||||
},
|
||||
]}
|
||||
title="Trusted by Ambitious Beginners"
|
||||
@@ -156,41 +111,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Investing",
|
||||
description: "Learn long-term investing, market fundamentals, ETFs, stocks, and wealth-building strategies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-statistics-presentation-with-chart_23-2149023760.jpg",
|
||||
imageAlt: "Investing icon",
|
||||
},
|
||||
title: "Investing", description: "Learn long-term investing, market fundamentals, ETFs, stocks, and wealth-building strategies.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-statistics-presentation-with-chart_23-2149023760.jpg", imageAlt: "Investing icon"},
|
||||
{
|
||||
title: "Personal Finance",
|
||||
description: "Master budgeting, saving, credit, banking, and building a strong financial foundation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/online-cyber-monday-message-with-cards_23-2148292108.jpg",
|
||||
imageAlt: "Personal Finance icon",
|
||||
},
|
||||
title: "Personal Finance", description: "Master budgeting, saving, credit, banking, and building a strong financial foundation.", imageSrc: "http://img.b2bpic.net/free-photo/online-cyber-monday-message-with-cards_23-2148292108.jpg", imageAlt: "Personal Finance icon"},
|
||||
{
|
||||
title: "Online Business",
|
||||
description: "Discover website businesses, service businesses, content creation, and digital income opportunities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-friday-assortment-with-shopping-carts_23-2148666976.jpg",
|
||||
imageAlt: "Online Business icon",
|
||||
},
|
||||
title: "Online Business", description: "Discover website businesses, service businesses, content creation, and digital income opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/black-friday-assortment-with-shopping-carts_23-2148666976.jpg", imageAlt: "Online Business icon"},
|
||||
{
|
||||
title: "Side Hustles",
|
||||
description: "Explore real-world side hustles explained step-by-step with startup costs, risks, and earning potential.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-business-manager-his-workshop_23-2149094598.jpg",
|
||||
imageAlt: "Side Hustles icon",
|
||||
},
|
||||
title: "Side Hustles", description: "Explore real-world side hustles explained step-by-step with startup costs, risks, and earning potential.", imageSrc: "http://img.b2bpic.net/free-photo/small-business-manager-his-workshop_23-2149094598.jpg", imageAlt: "Side Hustles icon"},
|
||||
{
|
||||
title: "Productivity",
|
||||
description: "Develop systems, habits, organization, and execution strategies to maximize your output.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/trophies-achievements_23-2147499035.jpg",
|
||||
imageAlt: "Productivity icon",
|
||||
},
|
||||
title: "Productivity", description: "Develop systems, habits, organization, and execution strategies to maximize your output.", imageSrc: "http://img.b2bpic.net/free-vector/trophies-achievements_23-2147499035.jpg", imageAlt: "Productivity icon"},
|
||||
{
|
||||
title: "Career Growth",
|
||||
description: "Acquire valuable skills that significantly increase your earning potential and career trajectory.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-with-briefcase-ladder_1156-570.jpg",
|
||||
imageAlt: "Career Growth icon",
|
||||
},
|
||||
title: "Career Growth", description: "Acquire valuable skills that significantly increase your earning potential and career trajectory.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-with-briefcase-ladder_1156-570.jpg", imageAlt: "Career Growth icon"},
|
||||
]}
|
||||
title="What You'll Learn"
|
||||
description="Our comprehensive education covers essential areas to build your financial future."
|
||||
@@ -201,75 +132,22 @@ export default function LandingPage() {
|
||||
<BlogCardTwo
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="scale-rotate"
|
||||
title="Featured Content"
|
||||
description="Explore our most popular guides and articles to kickstart your learning journey."
|
||||
blogs={[
|
||||
{
|
||||
id: "guide-1",
|
||||
category: "Investing",
|
||||
title: "How To Start Investing From Scratch",
|
||||
excerpt: "A beginner roadmap to understanding market fundamentals, ETFs, and building your first portfolio.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-creative-illustration_23-2151980688.jpg",
|
||||
imageAlt: "Beginner investing roadmap",
|
||||
authorName: "214.Investing Team",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=908tne",
|
||||
date: "July 15, 2024",
|
||||
},
|
||||
id: "guide-1", category: "Investing", title: "How To Start Investing From Scratch", excerpt: "A beginner roadmap to understanding market fundamentals, ETFs, and building your first portfolio.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-creative-illustration_23-2151980688.jpg", imageAlt: "Beginner investing roadmap", authorName: "214.Investing Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=908tne", date: "July 15, 2024"},
|
||||
{
|
||||
id: "guide-2",
|
||||
category: "Side Hustles",
|
||||
title: "The Best Side Hustles Right Now",
|
||||
excerpt: "Opportunities ranked by effort, startup cost, and scalability to find your perfect income stream.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-group-staff-collaborating-company-briefing-after-hours-leveraging-projections_482257-133726.jpg",
|
||||
imageAlt: "Modern side hustles illustration",
|
||||
authorName: "214.Investing Team",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=epic1g",
|
||||
date: "July 10, 2024",
|
||||
},
|
||||
id: "guide-2", category: "Side Hustles", title: "The Best Side Hustles Right Now", excerpt: "Opportunities ranked by effort, startup cost, and scalability to find your perfect income stream.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-group-staff-collaborating-company-briefing-after-hours-leveraging-projections_482257-133726.jpg", imageAlt: "Modern side hustles illustration", authorName: "214.Investing Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=epic1g", date: "July 10, 2024"},
|
||||
{
|
||||
id: "guide-3",
|
||||
category: "Online Business",
|
||||
title: "How To Build A Website Business",
|
||||
excerpt: "Step-by-step guide on finding clients, pricing services, fulfilling projects, and achieving recurring revenue.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-54998.jpg",
|
||||
imageAlt: "Laptop displaying website builder interface",
|
||||
authorName: "214.Investing Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/happy-new-year-2024-background-with-abstract-elegant-golden-shapes_1361-4280.jpg",
|
||||
date: "July 5, 2024",
|
||||
},
|
||||
id: "guide-3", category: "Online Business", title: "How To Build A Website Business", excerpt: "Step-by-step guide on finding clients, pricing services, fulfilling projects, and achieving recurring revenue.", imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-54998.jpg", imageAlt: "Laptop displaying website builder interface", authorName: "214.Investing Team", authorAvatar: "http://img.b2bpic.net/free-vector/happy-new-year-2024-background-with-abstract-elegant-golden-shapes_1361-4280.jpg", date: "July 5, 2024"},
|
||||
{
|
||||
id: "guide-4",
|
||||
category: "Personal Finance",
|
||||
title: "Credit Cards Explained",
|
||||
excerpt: "Understand how to build credit responsibly, maximize rewards, and avoid common mistakes for a strong financial foundation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-business-analysis-pie-chart-concept_53876-132158.jpg",
|
||||
imageAlt: "Sleek credit card with infographic",
|
||||
authorName: "214.Investing Team",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=33qewi",
|
||||
date: "June 28, 2024",
|
||||
},
|
||||
id: "guide-4", category: "Personal Finance", title: "Credit Cards Explained", excerpt: "Understand how to build credit responsibly, maximize rewards, and avoid common mistakes for a strong financial foundation.", imageSrc: "http://img.b2bpic.net/free-photo/small-business-analysis-pie-chart-concept_53876-132158.jpg", imageAlt: "Sleek credit card with infographic", authorName: "214.Investing Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=33qewi", date: "June 28, 2024"},
|
||||
{
|
||||
id: "guide-5",
|
||||
category: "Wealth Building",
|
||||
title: "Passive Income Strategies That Work",
|
||||
excerpt: "Explore effective methods to generate income streams that require minimal ongoing effort.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-cryptocurrency-rendering-design_23-2149074560.jpg",
|
||||
imageAlt: "Abstract passive income illustration",
|
||||
authorName: "214.Investing Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/happy-new-year-background-with-modern-gold-numbers-design_1048-19629.jpg",
|
||||
date: "June 20, 2024",
|
||||
},
|
||||
id: "guide-5", category: "Wealth Building", title: "Passive Income Strategies That Work", excerpt: "Explore effective methods to generate income streams that require minimal ongoing effort.", imageSrc: "http://img.b2bpic.net/free-photo/3d-cryptocurrency-rendering-design_23-2149074560.jpg", imageAlt: "Abstract passive income illustration", authorName: "214.Investing Team", authorAvatar: "http://img.b2bpic.net/free-vector/happy-new-year-background-with-modern-gold-numbers-design_1048-19629.jpg", date: "June 20, 2024"},
|
||||
{
|
||||
id: "guide-6",
|
||||
category: "Financial Freedom",
|
||||
title: "Your Roadmap to Financial Independence",
|
||||
excerpt: "A comprehensive guide to achieving true financial freedom through smart choices and consistent action.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/map-alabama-gold-glitter-map-dark-background_559531-11068.jpg",
|
||||
imageAlt: "Person on mountain peak representing financial freedom",
|
||||
authorName: "214.Investing Team",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a6yl9m",
|
||||
date: "June 15, 2024",
|
||||
},
|
||||
id: "guide-6", category: "Financial Freedom", title: "Your Roadmap to Financial Independence", excerpt: "A comprehensive guide to achieving true financial freedom through smart choices and consistent action.", imageSrc: "http://img.b2bpic.net/free-photo/map-alabama-gold-glitter-map-dark-background_559531-11068.jpg", imageAlt: "Person on mountain peak representing financial freedom", authorName: "214.Investing Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a6yl9m", date: "June 15, 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -281,80 +159,40 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "path-1",
|
||||
badge: "Growth",
|
||||
badgeIcon: TrendingUp,
|
||||
price: "Path 1",
|
||||
subtitle: "I Need More Money",
|
||||
buttons: [
|
||||
id: "path-1", badge: "Growth", badgeIcon: TrendingUp,
|
||||
price: "Path 1", subtitle: "I Need More Money", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#learn",
|
||||
},
|
||||
text: "Learn More", href: "#learn"},
|
||||
],
|
||||
features: [
|
||||
"Side Hustles",
|
||||
"Service Businesses",
|
||||
"Freelancing",
|
||||
"Sales",
|
||||
],
|
||||
"Side Hustles", "Service Businesses", "Freelancing", "Sales"],
|
||||
},
|
||||
{
|
||||
id: "path-2",
|
||||
badge: "Stability",
|
||||
badgeIcon: Shield,
|
||||
price: "Path 2",
|
||||
subtitle: "I Need To Manage Money Better",
|
||||
buttons: [
|
||||
id: "path-2", badge: "Stability", badgeIcon: Shield,
|
||||
price: "Path 2", subtitle: "I Need To Manage Money Better", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#learn",
|
||||
},
|
||||
text: "Learn More", href: "#learn"},
|
||||
],
|
||||
features: [
|
||||
"Budgeting",
|
||||
"Saving",
|
||||
"Debt Management",
|
||||
"Credit Building",
|
||||
],
|
||||
"Budgeting", "Saving", "Debt Management", "Credit Building"],
|
||||
},
|
||||
{
|
||||
id: "path-3",
|
||||
badge: "Invest",
|
||||
badgeIcon: DollarSign,
|
||||
price: "Path 3",
|
||||
subtitle: "I Want To Invest",
|
||||
buttons: [
|
||||
id: "path-3", badge: "Invest", badgeIcon: DollarSign,
|
||||
price: "Path 3", subtitle: "I Want To Invest", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#learn",
|
||||
},
|
||||
text: "Learn More", href: "#learn"},
|
||||
],
|
||||
features: [
|
||||
"Stocks & ETFs",
|
||||
"Brokerage Accounts",
|
||||
"Retirement Accounts",
|
||||
"Market Analysis",
|
||||
],
|
||||
"Stocks & ETFs", "Brokerage Accounts", "Retirement Accounts", "Market Analysis"],
|
||||
},
|
||||
{
|
||||
id: "path-4",
|
||||
badge: "Freedom",
|
||||
badgeIcon: Award,
|
||||
price: "Path 4",
|
||||
subtitle: "I Want Financial Freedom",
|
||||
buttons: [
|
||||
id: "path-4", badge: "Freedom", badgeIcon: Award,
|
||||
price: "Path 4", subtitle: "I Want Financial Freedom", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#learn",
|
||||
},
|
||||
text: "Learn More", href: "#learn"},
|
||||
],
|
||||
features: [
|
||||
"Advanced Investing",
|
||||
"Entrepreneurship",
|
||||
"Automated Systems",
|
||||
"Wealth Building",
|
||||
],
|
||||
"Advanced Investing", "Entrepreneurship", "Automated Systems", "Wealth Building"],
|
||||
},
|
||||
]}
|
||||
title="Choose Your Path"
|
||||
@@ -368,41 +206,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Investment Calculator",
|
||||
description: "Project your investment growth with our easy-to-use calculator.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-level-concept_23-2148761003.jpg",
|
||||
imageAlt: "Investment Calculator icon",
|
||||
},
|
||||
title: "Investment Calculator", description: "Project your investment growth with our easy-to-use calculator.", imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-level-concept_23-2148761003.jpg", imageAlt: "Investment Calculator icon"},
|
||||
{
|
||||
title: "Budget Planner",
|
||||
description: "Create a personalized budget to track your income and expenses effectively.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/piles-coins-broken-piggy-bank_23-2148525358.jpg",
|
||||
imageAlt: "Budget Planner icon",
|
||||
},
|
||||
title: "Budget Planner", description: "Create a personalized budget to track your income and expenses effectively.", imageSrc: "http://img.b2bpic.net/free-photo/piles-coins-broken-piggy-bank_23-2148525358.jpg", imageAlt: "Budget Planner icon"},
|
||||
{
|
||||
title: "Side Hustle Finder",
|
||||
description: "Discover profitable side hustles aligned with your skills and time availability.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/colorful-abstract-logos_23-2147517499.jpg",
|
||||
imageAlt: "Side Hustle Finder icon",
|
||||
},
|
||||
title: "Side Hustle Finder", description: "Discover profitable side hustles aligned with your skills and time availability.", imageSrc: "http://img.b2bpic.net/free-vector/colorful-abstract-logos_23-2147517499.jpg", imageAlt: "Side Hustle Finder icon"},
|
||||
{
|
||||
title: "Business Startup Checklist",
|
||||
description: "Ensure you cover all essential steps when launching your online business.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-laptop-with-pumpkins-golden-turkey_187299-47045.jpg",
|
||||
imageAlt: "Business Startup Checklist icon",
|
||||
},
|
||||
title: "Business Startup Checklist", description: "Ensure you cover all essential steps when launching your online business.", imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-laptop-with-pumpkins-golden-turkey_187299-47045.jpg", imageAlt: "Business Startup Checklist icon"},
|
||||
{
|
||||
title: "Credit Score Guide",
|
||||
description: "Learn the fundamentals of building and maintaining an excellent credit score.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-design_1212-407.jpg",
|
||||
imageAlt: "Credit Score Guide icon",
|
||||
},
|
||||
title: "Credit Score Guide", description: "Learn the fundamentals of building and maintaining an excellent credit score.", imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-design_1212-407.jpg", imageAlt: "Credit Score Guide icon"},
|
||||
{
|
||||
title: "Wealth Roadmap",
|
||||
description: "Visualize your path to financial freedom with a clear, actionable roadmap.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/award-infographic_52683-9741.jpg",
|
||||
imageAlt: "Wealth Roadmap icon",
|
||||
},
|
||||
title: "Wealth Roadmap", description: "Visualize your path to financial freedom with a clear, actionable roadmap.", imageSrc: "http://img.b2bpic.net/free-vector/award-infographic_52683-9741.jpg", imageAlt: "Wealth Roadmap icon"},
|
||||
]}
|
||||
title="Free Tools & Resources"
|
||||
description="Utilize our valuable tools to plan, track, and accelerate your financial journey."
|
||||
@@ -417,25 +231,15 @@ export default function LandingPage() {
|
||||
author="Real Results"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg",
|
||||
alt: "Sarah Johnson",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", alt: "Sarah Johnson"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/software-company-team_23-2147539419.jpg",
|
||||
alt: "Michael Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/software-company-team_23-2147539419.jpg", alt: "Michael Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-holding-dribbble-icon_53876-63370.jpg",
|
||||
alt: "Emily Rodriguez",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-holding-dribbble-icon_53876-63370.jpg", alt: "Emily Rodriguez"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-girl-takes-selfie-with-her-phone-emotions-concept_169016-64227.jpg",
|
||||
alt: "David Kim",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-girl-takes-selfie-with-her-phone-emotions-concept_169016-64227.jpg", alt: "David Kim"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-with-yellow-background_23-2148311298.jpg",
|
||||
alt: "Maria Garcia",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-with-yellow-background_23-2148311298.jpg", alt: "Maria Garcia"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -455,9 +259,7 @@ export default function LandingPage() {
|
||||
title="Stop Consuming. Start Building."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Learning Today",
|
||||
href: "#learn",
|
||||
},
|
||||
text: "Start Learning Today", href: "#learn"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -466,15 +268,14 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Newsletter"
|
||||
title="Join The 214.Investing Newsletter"
|
||||
description="Get weekly insights on:\n✓ Investing\n✓ Online Business\n✓ Side Hustles\n✓ Personal Finance\n✓ Wealth Building"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe"
|
||||
termsText="By clicking Subscribe you're confirming that you agree with our Terms and Conditions."
|
||||
onSubmit={{}}
|
||||
onSubmit={(email) => console.log('Submitted email:', email)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -486,53 +287,33 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Investing",
|
||||
href: "#learn",
|
||||
},
|
||||
label: "Investing", href: "#learn"},
|
||||
{
|
||||
label: "Business",
|
||||
href: "#learn",
|
||||
},
|
||||
label: "Business", href: "#learn"},
|
||||
{
|
||||
label: "Side Hustles",
|
||||
href: "#learn",
|
||||
},
|
||||
label: "Side Hustles", href: "#learn"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Resources",
|
||||
href: "#resources",
|
||||
},
|
||||
label: "Resources", href: "#resources"},
|
||||
{
|
||||
label: "Newsletter",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Newsletter", href: "#contact"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "YouTube",
|
||||
href: "https://youtube.com",
|
||||
},
|
||||
label: "YouTube", href: "https://youtube.com"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
{
|
||||
label: "X",
|
||||
href: "https://x.com",
|
||||
},
|
||||
label: "X", href: "https://x.com"},
|
||||
{
|
||||
label: "TikTok",
|
||||
href: "https://tiktok.com",
|
||||
},
|
||||
label: "TikTok", href: "https://tiktok.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user