From 1f510b715cef65fa10f1a4f29e6d363577d26310 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 23 Jan 2026 17:27:30 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 67 +++++++++------------------------------- 1 file changed, 15 insertions(+), 52 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 010ab05..b45b753 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -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" }} /> @@ -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" />