From db5a7b475cf7fe8abcfd2429d70adf0a8f08e39b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 23:38:57 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 62 +++++++++------------------------------- 1 file changed, 13 insertions(+), 49 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 6835314..592ba3c 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -43,52 +43,19 @@ export default function PricingPage() { tag="Pricing" plans={[ { - id: "soldier", - badge: "THE SOLDIER", - badgeIcon: Shield, - price: "$2,999", - subtitle: "Perfect Professional Presence", - features: [ - "Ultra-clean landing page", - "Mobile-responsive design", - "Lightning-fast load speeds", - "Essential contact integration", - "Monthly performance audit", - "1 month free support", - ], + id: "soldier", badge: "THE SOLDIER", badgeIcon: Shield, + price: "$2,999", subtitle: "Perfect Professional Presence", features: [ + "Ultra-clean landing page", "Mobile-responsive design", "Lightning-fast load speeds", "Essential contact integration", "Monthly performance audit", "1 month free support"], }, { - id: "militia", - badge: "THE MILITIA", - badgeIcon: Zap, - price: "$6,999", - subtitle: "Strategic Business Command", - features: [ - "Multi-page custom website", - "Advanced branding system", - "Enhanced lead-capture forms", - "Monthly performance tuning", - "Analytics dashboard", - "3 months premium support", - "AI-ready infrastructure", - ], + id: "militia", badge: "THE MILITIA", badgeIcon: Zap, + price: "$6,999", subtitle: "Strategic Business Command", features: [ + "Multi-page custom website", "Advanced branding system", "Enhanced lead-capture forms", "Monthly performance tuning", "Analytics dashboard", "3 months premium support", "AI-ready infrastructure"], }, { - id: "army", - badge: "THE ARMY", - badgeIcon: Crown, - price: "$12,999", - subtitle: "Total Business Dominance", - features: [ - "UNLIMITED custom pages", - "Enterprise branding suite", - "Advanced CRM integration", - "Priority 24/7 support", - "Custom AI Assistant (Chatbot)", - "Lead qualification automation", - "Monthly strategy sessions", - "Quarterly performance reviews", - ], + id: "army", badge: "THE ARMY", badgeIcon: Crown, + price: "$12,999", subtitle: "Total Business Dominance", features: [ + "UNLIMITED custom pages", "Enterprise branding suite", "Advanced CRM integration", "Priority 24/7 support", "Custom AI Assistant (Chatbot)", "Lead qualification automation", "Monthly strategy sessions", "Quarterly performance reviews"], }, ]} textboxLayout="default" @@ -108,7 +75,7 @@ export default function PricingPage() { { text: "Schedule Your Consultation", href: "#contact-form" }, { text: "Back to Home", href: "/" }, ]} - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={true} /> @@ -117,8 +84,7 @@ export default function PricingPage() {