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";
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 NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
@@ -34,8 +34,7 @@ export default function PricingPage() {
{ name: "Contact", id: "/contact" }
]}
button={{
text: "Join Now",
href: "/pricing"
text: "Join Now", href: "/pricing"
}}
/>
</div>
@@ -48,66 +47,33 @@ export default function PricingPage() {
tagIcon={Zap}
plans={[
{
id: "1",
badge: "Foundation",
badgeIcon: Sparkles,
price: "$29/mo",
subtitle: "Perfect for investment beginners",
buttons: [
id: "1", badge: "Foundation", badgeIcon: Sparkles,
price: "$29/mo", subtitle: "Perfect for investment beginners", buttons: [
{ text: "Start Free Trial", href: "/signup" },
{ text: "Learn More", href: "#" }
],
features: [
"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"
"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"
]
},
{
id: "2",
badge: "Professional",
badgeIcon: Award,
price: "$99/mo",
subtitle: "Ideal for active traders and investors",
buttons: [
id: "2", badge: "Professional", badgeIcon: Award,
price: "$99/mo", subtitle: "Ideal for active traders and investors", buttons: [
{ text: "Get Started Now", href: "/signup" },
{ text: "Schedule Demo", href: "#contact" }
],
features: [
"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"
"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"
]
},
{
id: "3",
badge: "Elite",
badgeIcon: Crown,
price: "$249/mo",
subtitle: "For serious wealth builders and entrepreneurs",
buttons: [
id: "3", badge: "Elite", badgeIcon: Crown,
price: "$249/mo", subtitle: "For serious wealth builders and entrepreneurs", buttons: [
{ text: "Join Elite Now", href: "/signup" },
{ text: "Speak with Advisor", href: "#contact" }
],
features: [
"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"
"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"
]
}
]}
@@ -123,23 +89,20 @@ export default function PricingPage() {
tag="Value Delivered"
metrics={[
{
id: "1",
value: "$2.3M",
description: "Average additional portfolio value generated by Elite members within 24 months of joining"
id: "1", value: "$2.3M", description: "Average additional portfolio value generated by Elite members within 24 months of joining"
},
{
id: "2",
value: "94%",
description: "Of members say Invest King membership paid for itself within the first year"
id: "2", value: "94%", description: "Of members say Invest King membership paid for itself within the first year"
}
]}
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
tag="Investment ROI"
tagIcon={Target}
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."
metrics={[