Update src/app/pricing/page.tsx

This commit is contained in:
2026-03-10 23:38:57 +00:00
parent b564c9f493
commit db5a7b475c

View File

@@ -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}
/>
</div>
@@ -117,8 +84,7 @@ export default function PricingPage() {
<FooterBaseReveal
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "The Soldier", href: "/pricing" },
{ label: "The Militia", href: "/pricing" },
{ label: "The Army", href: "/pricing" },
@@ -126,8 +92,7 @@ export default function PricingPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Mission", href: "#about" },
{ label: "Contact", href: "#contact" },
@@ -135,8 +100,7 @@ export default function PricingPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },