Merge version_20 into main #41

Merged
bender merged 1 commits from version_20 into main 2026-03-12 15:45:46 +00:00

View File

@@ -44,15 +44,15 @@ export default function PricingPage() {
tagIcon={DollarSign}
plans={[
{
id: "starter", price: "$200/mo", subtitle: "Fresh creative angles monthly", buttons: [{ text: "Get Started", href: "/contact" }],
id: "starter", badge: "Fresh creative angles monthly", price: "$200/mo", 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", price: "$350/mo", subtitle: "Comprehensive creative support", buttons: [{ text: "Get Started", href: "/contact" }],
id: "professional", badge: "Comprehensive creative support", price: "$350/mo", 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", price: "$500/mo", subtitle: "Maximum creative output and strategy", buttons: [{ text: "Get Started", href: "/contact" }],
id: "enterprise", badge: "Maximum creative output and strategy", price: "$500/mo", 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", price: "Starting at $2,500", subtitle: "High-converting website design", buttons: [{ text: "Learn More", href: "/contact" }],
id: "website", badge: "High-converting website design", price: "Starting at $2,500", buttons: [{ text: "Learn More", href: "/contact" }],
features: ["24-72 hour delivery", "Mobile optimized", "Lead capture forms", "Click-to-call buttons", "SEO ready"]
},
{
id: "ads", price: "Starting at $1,000", subtitle: "Strategic Facebook & Instagram ads", buttons: [{ text: "Learn More", href: "/contact" }],
id: "ads", badge: "Strategic Facebook & Instagram ads", price: "Starting at $1,000", buttons: [{ text: "Learn More", href: "/contact" }],
features: ["Audience research", "Campaign setup", "Lead optimization", "Performance tracking", "Monthly reporting"]
},
{
id: "creative", price: "Starting at $200/mo", subtitle: "Professional monthly ad creative", buttons: [{ text: "Learn More", href: "/contact" }],
id: "creative", badge: "Professional monthly ad creative", price: "Starting at $200/mo", buttons: [{ text: "Learn More", href: "/contact" }],
features: ["Multiple variations", "Various formats", "Copy testing", "Platform specs", "Ready to launch"]
}
]}