diff --git a/src/app/page.tsx b/src/app/page.tsx index e38e967..72530d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,19 +104,19 @@ export default function HomePage() { plans={[ { id: "soldier", badge: "THE SOLDIER", badgeIcon: Shield, - price: "$2,999", subtitle: "Perfect Professional Presence", features: [ + price: "$800", 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: [ + price: "$1,000", 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: Shield, - price: "$12,999", subtitle: "Total Business Dominance", features: [ + price: "$1,500", 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" ] }