-
-
-
-
-
+
@@ -447,6 +444,15 @@ export default function LandingPage() {
tag="Plans"
tagIcon={CreditCard}
plans={[
+ {
+ id: "growth", badge: "Growth - Most Popular - 40% ROAS Lift", badgeIcon: ZapIcon,
+ price: "$5,000", subtitle: "Per Month (Recurring)", buttons: [
+ { text: "Start Your 48-Hour Project", href: "#free-offer" }
+ ],
+ features: [
+ "✓ Unlimited ad projects", "✓ 30 ad creatives (video & static mix)", "✓ Full-funnel packs included", "✓ 24-hour turnaround available", "✓ A/B testing variations", "✓ Performance analytics", "✓ Priority support", "✓ Dedicated account manager"
+ ]
+ },
{
id: "starter", badge: "Starter - 20% Average ROAS Lift", badgeIcon: Sparkles,
price: "$1,500", subtitle: "Per Month (Recurring)", buttons: [
@@ -456,15 +462,6 @@ export default function LandingPage() {
"✓ 4 ad projects per month", "✓ Video ads (up to 3 variations each)", "✓ Static creatives (10+ variations)", "✓ Full-funnel packs", "✓ 48-hour turnaround", "✓ Brand consistency maintained", "✓ Email support"
]
},
- {
- id: "growth", badge: "Growth - 40% Average ROAS Lift", badgeIcon: ZapIcon,
- price: "$5,000", subtitle: "Per Month (Recurring)", buttons: [
- { text: "Start Your 48-Hour Project", href: "#free-offer" }
- ],
- features: [
- "✓ Unlimited ad projects", "✓ 30 ad creatives (video & static mix)", "✓ Full-funnel packs included", "✓ 24-hour turnaround available", "✓ A/B testing variations", "✓ Performance analytics", "✓ Priority support", "✓ Dedicated account manager"
- ]
- },
{
id: "enterprise", badge: "Enterprise - Custom ROAS", badgeIcon: Calendar,
price: "Custom", subtitle: "Schedule a Call", buttons: [
@@ -523,7 +520,7 @@ export default function LandingPage() {