Update src/app/pricing/page.tsx
This commit is contained in:
@@ -54,17 +54,17 @@ export default function PricingPage() {
|
||||
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: Crown,
|
||||
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"],
|
||||
},
|
||||
]}
|
||||
@@ -87,10 +87,10 @@ export default function PricingPage() {
|
||||
|
||||
<div className="space-y-4">
|
||||
<p className="text-foreground/70 leading-relaxed">
|
||||
<strong>Email us at:</strong>
|
||||
<strong>How to Order:</strong>
|
||||
</p>
|
||||
<p className="text-2xl font-bold text-primary-cta break-all">
|
||||
revolutiondigital2026@gmail.com
|
||||
<p className="text-foreground/70 leading-relaxed">
|
||||
Simply email us at <strong className="text-primary-cta">revolutiondigital2026@gmail.com</strong> with what you want, and we'll get back to you within 24 hours with a personalized response and next steps.
|
||||
</p>
|
||||
|
||||
<div className="mt-8 pt-8 border-t border-accent/20">
|
||||
@@ -99,10 +99,10 @@ export default function PricingPage() {
|
||||
</p>
|
||||
<ul className="text-left mt-4 space-y-2 text-foreground/70">
|
||||
<li>• <strong>Your Business Name</strong></li>
|
||||
<li>• <strong>Which tier interests you</strong> ($800, $1,000, or $1,500)</li>
|
||||
<li>• <strong>What you want in your website</strong> (features, pages, functionality)</li>
|
||||
<li>• <strong>How we can contact you</strong> (phone number and preferred time)</li>
|
||||
<li>• <strong>Your timeline</strong> (when you'd like to launch)</li>
|
||||
<li>• <strong>Your budget range</strong> (which plan interests you)</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user