Update src/app/page.tsx
This commit is contained in:
211
src/app/page.tsx
211
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Plans",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Plans", id: "pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
]}
|
||||
brandName="WealthEngine"
|
||||
/>
|
||||
@@ -53,64 +45,39 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
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."
|
||||
avatars={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg",
|
||||
alt: "female business leader portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg", alt: "female business leader portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-man-working-late-office_23-2148991382.jpg",
|
||||
alt: "male tech entrepreneur dark background",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-man-working-late-office_23-2148991382.jpg", alt: "male tech entrepreneur dark background"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-asian-woman-posing-office-window_1098-20807.jpg",
|
||||
alt: "woman leader portrait studio",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-asian-woman-posing-office-window_1098-20807.jpg", 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",
|
||||
alt: "Portrait of successful young businessman",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
avatarText="Join 10,000+ members"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Get Started", href: "#pricing"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Learn More", href: "#features"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "12+ Proven Business Models",
|
||||
},
|
||||
type: "text", text: "12+ Proven Business Models"},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Community Support",
|
||||
},
|
||||
type: "text", text: "24/7 Community Support"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Financial Freedom Roadmap",
|
||||
},
|
||||
type: "text", text: "Financial Freedom Roadmap"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Daily Live Broadcasts",
|
||||
},
|
||||
type: "text", text: "Daily Live Broadcasts"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Join Elite Entrepreneurs",
|
||||
},
|
||||
type: "text", text: "Join Elite Entrepreneurs"},
|
||||
]}
|
||||
/>
|
||||
</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."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "12 Proven Business Models",
|
||||
content: "From e-commerce to content creation, we break down 12 distinct ways to generate revenue online.",
|
||||
},
|
||||
id: "1", title: "12 Proven Business Models", content: "From e-commerce to content creation, we break down 12 distinct ways to generate revenue online."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Daily Live Broadcasts",
|
||||
content: "Stay updated with daily insights, strategy sessions, and market trends as they happen.",
|
||||
},
|
||||
id: "3", 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"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -149,28 +107,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Beginner",
|
||||
price: "$49/mo",
|
||||
subtitle: "Essential tools for starting",
|
||||
features: [
|
||||
"Basic business models",
|
||||
"Community access",
|
||||
"Weekly updates",
|
||||
],
|
||||
id: "basic", badge: "Beginner", price: "$49/mo", subtitle: "Essential tools for starting", features: [
|
||||
"Basic business models", "Community access", "Weekly updates"],
|
||||
},
|
||||
{
|
||||
id: "conquer",
|
||||
badge: "Elite",
|
||||
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",
|
||||
],
|
||||
id: "conquer", badge: "Elite", 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"
|
||||
@@ -180,50 +122,26 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Full-time Creator",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4750.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", 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",
|
||||
name: "Mike D.",
|
||||
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: "2", name: "Mike D.", 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",
|
||||
name: "Emily P.",
|
||||
role: "E-commerce Founder",
|
||||
company: "CommercePros",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-works-computer-night_169016-64050.jpg",
|
||||
},
|
||||
id: "3", name: "Emily P.", 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",
|
||||
name: "David W.",
|
||||
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: "4", name: "David W.", 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",
|
||||
name: "Anna K.",
|
||||
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",
|
||||
},
|
||||
id: "5", name: "Anna K.", 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"
|
||||
description="Our members are proof that the right system changes everything."
|
||||
@@ -236,20 +154,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do I need experience?",
|
||||
content: "No, our modules are designed for complete beginners to experts alike.",
|
||||
},
|
||||
id: "1", title: "Do I need experience?", content: "No, our modules are designed for complete beginners to experts alike."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How can I contact support?",
|
||||
content: "Once you join, you will have access to our private community and support channels.",
|
||||
},
|
||||
id: "3", title: "How can I contact support?", content: "Once you join, you will have access to our private community and support channels."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know before starting your journey."
|
||||
@@ -261,8 +170,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Ready to Start?"
|
||||
title="Your Future Starts Today."
|
||||
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
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "Community",
|
||||
href: "#",
|
||||
},
|
||||
label: "Community", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user