From d33d1ce1dfa3ff61ac340dd45304f2e7f4b1525e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 15:42:07 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index cee40d8..5ca6f08 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -55,7 +55,7 @@ export default function PricingPage() { { id: "enterprise", badge: "For Scaling Brands", badgeIcon: Zap, 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", ""] + features: ["15+ ad variations monthly", "A/B testing frameworks", "Video and static assets", "Campaign-specific creative", "Unlimited revisions", "Dedicated creative support"] } ]} animationType="slide-up" -- 2.49.1