From 81cb1f65635f4f708d1660111bb4c785d422467c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 15:46:23 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index dd8b468..b886529 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -44,15 +44,15 @@ export default function PricingPage() { tagIcon={DollarSign} plans={[ { - id: "starter", badge: "Fresh creative angles monthly", price: "$200/mo", buttons: [{ text: "Get Started", href: "/contact" }], + id: "starter", price: "$200/mo", subtitle: "Fresh creative angles monthly", buttons: [{ text: "Get Started", href: "/contact" }], features: ["4-6 ad variations", "Multiple hooks and angles", "Primary ad text and headlines", "Correct ad sizes and formats", "Ready to upload"] }, { - id: "professional", badge: "Comprehensive creative support", price: "$350/mo", buttons: [{ text: "Get Started", href: "/contact" }], + id: "professional", price: "$350/mo", subtitle: "Comprehensive creative support", buttons: [{ text: "Get Started", href: "/contact" }], features: ["8-12 ad variations", "Diverse visual angles", "Copy testing variations", "Multiple formats and sizes", "Platform-optimized specs", "Priority support"] }, { - id: "enterprise", badge: "Maximum creative output and strategy", price: "$500/mo", buttons: [{ text: "Get Started", href: "/contact" }], + id: "enterprise", price: "$500/mo", subtitle: "Maximum creative output and strategy", buttons: [{ text: "Get Started", href: "/contact" }], features: ["15+ ad variations monthly", "A/B testing frameworks", "Video and static assets", "Campaign-specific creative", "Unlimited revisions", "Dedicated creative support"] } ]} @@ -70,15 +70,15 @@ export default function PricingPage() { tagIcon={DollarSign} plans={[ { - id: "website", badge: "High-converting website design", price: "Starting at $2,500", buttons: [{ text: "Learn More", href: "/contact" }], + id: "website", price: "Starting at $2,500", subtitle: "High-converting website design", buttons: [{ text: "Learn More", href: "/contact" }], features: ["24-72 hour delivery", "Mobile optimized", "Lead capture forms", "Click-to-call buttons", "SEO ready"] }, { - id: "ads", badge: "Strategic Facebook & Instagram ads", price: "Starting at $1,000", buttons: [{ text: "Learn More", href: "/contact" }], + id: "ads", price: "Starting at $1,000", subtitle: "Strategic Facebook & Instagram ads", buttons: [{ text: "Learn More", href: "/contact" }], features: ["Audience research", "Campaign setup", "Lead optimization", "Performance tracking", "Monthly reporting"] }, { - id: "creative", badge: "Professional monthly ad creative", price: "Starting at $200/mo", buttons: [{ text: "Learn More", href: "/contact" }], + id: "creative", price: "Starting at $200/mo", subtitle: "Professional monthly ad creative", buttons: [{ text: "Learn More", href: "/contact" }], features: ["Multiple variations", "Various formats", "Copy testing", "Platform specs", "Ready to launch"] } ]} -- 2.49.1