Update src/app/page.tsx

This commit is contained in:
2026-04-11 15:45:28 +00:00
parent e3eded30cb
commit b02d38b3de

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Features", name: "Features", id: "features"},
id: "features",
},
{ {
name: "Plans", name: "Plans", id: "pricing"},
id: "pricing",
},
{ {
name: "Testimonials", name: "Testimonials", id: "testimonials"},
id: "testimonials",
},
{ {
name: "FAQ", name: "FAQ", id: "faq"},
id: "faq",
},
]} ]}
brandName="WealthEngine" brandName="WealthEngine"
/> />
@@ -53,64 +45,39 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCentered <HeroCentered
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Stop Working for Others. Build Your Own Wealth." title="Stop Working for Others. Build Your Own Wealth."
description="The era of the digital entrepreneur is here. Learn the exact business models used by the 1% to generate passive income at scale." description="The era of the digital entrepreneur is here. Learn the exact business models used by the 1% to generate passive income at scale."
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", alt: "business portrait professional man"},
alt: "business portrait professional man",
},
{ {
src: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg", src: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg", alt: "female business leader portrait"},
alt: "female business leader portrait",
},
{ {
src: "http://img.b2bpic.net/free-photo/business-man-working-late-office_23-2148991382.jpg", src: "http://img.b2bpic.net/free-photo/business-man-working-late-office_23-2148991382.jpg", alt: "male tech entrepreneur dark background"},
alt: "male tech entrepreneur dark background",
},
{ {
src: "http://img.b2bpic.net/free-photo/medium-shot-asian-woman-posing-office-window_1098-20807.jpg", src: "http://img.b2bpic.net/free-photo/medium-shot-asian-woman-posing-office-window_1098-20807.jpg", alt: "woman leader portrait studio"},
alt: "woman leader portrait studio",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg", src: "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg", alt: "Portrait of successful young businessman"},
alt: "Portrait of successful young businessman",
},
]} ]}
avatarText="Join 10,000+ members" avatarText="Join 10,000+ members"
buttons={[ buttons={[
{ {
text: "Get Started", text: "Get Started", href: "#pricing"},
href: "#pricing",
},
{ {
text: "Learn More", text: "Learn More", href: "#features"},
href: "#features",
},
]} ]}
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "12+ Proven Business Models"},
text: "12+ Proven Business Models",
},
{ {
type: "text", type: "text", text: "24/7 Community Support"},
text: "24/7 Community Support",
},
{ {
type: "text", type: "text", text: "Financial Freedom Roadmap"},
text: "Financial Freedom Roadmap",
},
{ {
type: "text", type: "text", text: "Daily Live Broadcasts"},
text: "Daily Live Broadcasts",
},
{ {
type: "text", type: "text", text: "Join Elite Entrepreneurs"},
text: "Join Elite Entrepreneurs",
},
]} ]}
/> />
</div> </div>
@@ -122,20 +89,11 @@ export default function LandingPage() {
description="We provide the systems, the support, and the exact roadmap to launch your own profitable enterprise from scratch." description="We provide the systems, the support, and the exact roadmap to launch your own profitable enterprise from scratch."
accordionItems={[ accordionItems={[
{ {
id: "1", id: "1", title: "12 Proven Business Models", content: "From e-commerce to content creation, we break down 12 distinct ways to generate revenue online."},
title: "12 Proven Business Models",
content: "From e-commerce to content creation, we break down 12 distinct ways to generate revenue online.",
},
{ {
id: "2", id: "2", title: "24/7 Expert Support", content: "Never get stuck again. Our team and community are available to assist you at every step of your journey."},
title: "24/7 Expert Support",
content: "Never get stuck again. Our team and community are available to assist you at every step of your journey.",
},
{ {
id: "3", id: "3", title: "Daily Live Broadcasts", content: "Stay updated with daily insights, strategy sessions, and market trends as they happen."},
title: "Daily Live Broadcasts",
content: "Stay updated with daily insights, strategy sessions, and market trends as they happen.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/army-soldier-reviews-targets-satellite-world-map-ensure-global-protection_482257-91236.jpg" imageSrc="http://img.b2bpic.net/free-photo/army-soldier-reviews-targets-satellite-world-map-ensure-global-protection_482257-91236.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -149,28 +107,12 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "basic", id: "basic", badge: "Beginner", price: "$49/mo", subtitle: "Essential tools for starting", features: [
badge: "Beginner", "Basic business models", "Community access", "Weekly updates"],
price: "$49/mo",
subtitle: "Essential tools for starting",
features: [
"Basic business models",
"Community access",
"Weekly updates",
],
}, },
{ {
id: "conquer", id: "conquer", badge: "Elite", price: "$99/mo", subtitle: "Full access to everything", features: [
badge: "Elite", "Access to all 12 business models", "VIP account ranking", "7 connected devices", "Step-by-step learning & priority support", "Daily course updates & live broadcasts"],
price: "$99/mo",
subtitle: "Full access to everything",
features: [
"Access to all 12 business models",
"VIP account ranking",
"7 connected devices",
"Step-by-step learning & priority support",
"Daily course updates & live broadcasts",
],
}, },
]} ]}
title="Choose Your Path to Success" title="Choose Your Path to Success"
@@ -180,50 +122,26 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardOne <TestimonialCardOne
animationType="slide-up"
textboxLayout="split-description" textboxLayout="split-description"
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah J.", role: "Full-time Creator", company: "GrowthCo", rating: 5,
name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4750.jpg"},
role: "Full-time Creator",
company: "GrowthCo",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4750.jpg",
},
{ {
id: "2", id: "2", name: "Mike D.", role: "Agency Owner", company: "ScaleLabs", rating: 5,
name: "Mike D.", imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-10394.jpg"},
role: "Agency Owner",
company: "ScaleLabs",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-10394.jpg",
},
{ {
id: "3", id: "3", name: "Emily P.", role: "E-commerce Founder", company: "CommercePros", rating: 5,
name: "Emily P.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-works-computer-night_169016-64050.jpg"},
role: "E-commerce Founder",
company: "CommercePros",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-works-computer-night_169016-64050.jpg",
},
{ {
id: "4", id: "4", name: "David W.", role: "Software Entrepreneur", company: "TechStream", rating: 5,
name: "David W.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businesswoman-digital-nomad-posing-her-office-wearing-casual-clothes_1258-195337.jpg"},
role: "Software Entrepreneur",
company: "TechStream",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businesswoman-digital-nomad-posing-her-office-wearing-casual-clothes_1258-195337.jpg",
},
{ {
id: "5", id: "5", name: "Anna K.", role: "Marketing Director", company: "MarketGenius", rating: 5,
name: "Anna K.", imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-confident-happy-handsome-smiling-businessman-model-man-blue-suit-cloth-lifestyle-street_158538-10190.jpg"},
role: "Marketing Director",
company: "MarketGenius",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-confident-happy-handsome-smiling-businessman-model-man-blue-suit-cloth-lifestyle-street_158538-10190.jpg",
},
]} ]}
title="Results Speak Louder" title="Results Speak Louder"
description="Our members are proof that the right system changes everything." description="Our members are proof that the right system changes everything."
@@ -236,20 +154,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "Do I need experience?", content: "No, our modules are designed for complete beginners to experts alike."},
title: "Do I need experience?",
content: "No, our modules are designed for complete beginners to experts alike.",
},
{ {
id: "2", id: "2", title: "Is it truly passive income?", content: "It takes work to build the systems, but once they are optimized, the income becomes passive."},
title: "Is it truly passive income?",
content: "It takes work to build the systems, but once they are optimized, the income becomes passive.",
},
{ {
id: "3", id: "3", title: "How can I contact support?", content: "Once you join, you will have access to our private community and support channels."},
title: "How can I contact support?",
content: "Once you join, you will have access to our private community and support channels.",
},
]} ]}
title="Common Questions" title="Common Questions"
description="Everything you need to know before starting your journey." description="Everything you need to know before starting your journey."
@@ -261,8 +170,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
tag="Ready to Start?" tag="Ready to Start?"
title="Your Future Starts Today." title="Your Future Starts Today."
description="Don't wait for luck. Join the platform that provides the blueprint for financial independence." description="Don't wait for luck. Join the platform that provides the blueprint for financial independence."
@@ -275,50 +183,31 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Platform", title: "Platform", items: [
items: [
{ {
label: "Features", label: "Features", href: "#features"},
href: "#features",
},
{ {
label: "Pricing", label: "Pricing", href: "#pricing"},
href: "#pricing",
},
{ {
label: "Community", label: "Community", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#"},
href: "#",
},
{ {
label: "Careers", label: "Careers", href: "#"},
href: "#",
},
{ {
label: "Contact", label: "Contact", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}