Update src/app/pricing/page.tsx

This commit is contained in:
2026-01-23 17:27:30 +00:00
parent f8c1f4a5dc
commit 1f510b715c

View File

@@ -1,7 +1,7 @@
"use client"; "use client";
import Link from "next/link"; import Link from "next/link";
import { Zap, Sparkles, Award, Crown } from "lucide-react"; import { Zap, Sparkles, Award, Crown, Target } from "lucide-react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
@@ -34,8 +34,7 @@ export default function PricingPage() {
{ name: "Contact", id: "/contact" } { name: "Contact", id: "/contact" }
]} ]}
button={{ button={{
text: "Join Now", text: "Join Now", href: "/pricing"
href: "/pricing"
}} }}
/> />
</div> </div>
@@ -48,66 +47,33 @@ export default function PricingPage() {
tagIcon={Zap} tagIcon={Zap}
plans={[ plans={[
{ {
id: "1", id: "1", badge: "Foundation", badgeIcon: Sparkles,
badge: "Foundation", price: "$29/mo", subtitle: "Perfect for investment beginners", buttons: [
badgeIcon: Sparkles,
price: "$29/mo",
subtitle: "Perfect for investment beginners",
buttons: [
{ text: "Start Free Trial", href: "/signup" }, { text: "Start Free Trial", href: "/signup" },
{ text: "Learn More", href: "#" } { text: "Learn More", href: "#" }
], ],
features: [ features: [
"Beginner's Blueprint course access", "Beginner's Blueprint course access", "Weekly live training sessions", "Access to member community forum", "Investment fundamentals guide", "Monthly market analysis reports", "Email support from instructors", "Mobile app access"
"Weekly live training sessions",
"Access to member community forum",
"Investment fundamentals guide",
"Monthly market analysis reports",
"Email support from instructors",
"Mobile app access"
] ]
}, },
{ {
id: "2", id: "2", badge: "Professional", badgeIcon: Award,
badge: "Professional", price: "$99/mo", subtitle: "Ideal for active traders and investors", buttons: [
badgeIcon: Award,
price: "$99/mo",
subtitle: "Ideal for active traders and investors",
buttons: [
{ text: "Get Started Now", href: "/signup" }, { text: "Get Started Now", href: "/signup" },
{ text: "Schedule Demo", href: "#contact" } { text: "Schedule Demo", href: "#contact" }
], ],
features: [ features: [
"All Foundation plan benefits", "All Foundation plan benefits", "Advanced Trading Mastery course", "Daily market alerts & trading signals", "Monthly 1-on-1 mentoring sessions", "Portfolio analysis tools & software", "Exclusive live webinars & Q&A", "Priority customer support", "Advanced charting tools access"
"Advanced Trading Mastery course",
"Daily market alerts & trading signals",
"Monthly 1-on-1 mentoring sessions",
"Portfolio analysis tools & software",
"Exclusive live webinars & Q&A",
"Priority customer support",
"Advanced charting tools access"
] ]
}, },
{ {
id: "3", id: "3", badge: "Elite", badgeIcon: Crown,
badge: "Elite", price: "$249/mo", subtitle: "For serious wealth builders and entrepreneurs", buttons: [
badgeIcon: Crown,
price: "$249/mo",
subtitle: "For serious wealth builders and entrepreneurs",
buttons: [
{ text: "Join Elite Now", href: "/signup" }, { text: "Join Elite Now", href: "/signup" },
{ text: "Speak with Advisor", href: "#contact" } { text: "Speak with Advisor", href: "#contact" }
], ],
features: [ features: [
"All Professional plan benefits", "All Professional plan benefits", "Elite Wealth Building program access", "Private trading room with experts", "Weekly 1-on-1 coaching sessions", "Advanced portfolio management tools", "First access to new strategies & courses", "VIP networking events & retreats", "Direct phone line to senior mentors", "Custom investment plan development"
"Elite Wealth Building program access",
"Private trading room with experts",
"Weekly 1-on-1 coaching sessions",
"Advanced portfolio management tools",
"First access to new strategies & courses",
"VIP networking events & retreats",
"Direct phone line to senior mentors",
"Custom investment plan development"
] ]
} }
]} ]}
@@ -123,23 +89,20 @@ export default function PricingPage() {
tag="Value Delivered" tag="Value Delivered"
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "$2.3M", description: "Average additional portfolio value generated by Elite members within 24 months of joining"
value: "$2.3M",
description: "Average additional portfolio value generated by Elite members within 24 months of joining"
}, },
{ {
id: "2", id: "2", value: "94%", description: "Of members say Invest King membership paid for itself within the first year"
value: "94%",
description: "Of members say Invest King membership paid for itself within the first year"
} }
]} ]}
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
/> />
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<MetricSplitMediaAbout <MetricSplitMediaAbout
tag="Investment ROI" tag="Investment ROI"
tagIcon={Target}
title="Your Membership is an Investment, Not an Expense" title="Your Membership is an Investment, Not an Expense"
description="When you join Invest King, you're not just paying for courses you're investing in a comprehensive system designed to generate returns that far exceed your membership cost. Our members consistently report that the strategies they learn and implement through our programs generate returns that dwarf their annual membership investment. With lifetime access to materials, ongoing mentorship, and a community of successful investors, your Invest King membership becomes one of the highest-ROI investments you'll ever make." description="When you join Invest King, you're not just paying for courses you're investing in a comprehensive system designed to generate returns that far exceed your membership cost. Our members consistently report that the strategies they learn and implement through our programs generate returns that dwarf their annual membership investment. With lifetime access to materials, ongoing mentorship, and a community of successful investors, your Invest King membership becomes one of the highest-ROI investments you'll ever make."
metrics={[ metrics={[