diff --git a/src/app/page.tsx b/src/app/page.tsx index ca1f4bc..ce1d349 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,28 +154,28 @@ export default function LandingPage() { }, { id: "starter", badge: "Trending", badgeIcon: TrendingUp, - price: "$10", subtitle: "/month • 200 credits • No watermark", buttons: [{ text: "Choose Plan", href: "#" }], + price: "$10/mo", subtitle: "200 credits • No watermark", buttons: [{ text: "Choose Plan", href: "#" }], features: [ "200 credits/month", "No watermark", "25+ trending templates", "150+ AI voices & avatars", "Advanced captions (all 25+ styles)", "Priority support", "Perfect for casual creators" ] }, { id: "creator", badge: "Most Popular", badgeIcon: Star, - price: "$29", subtitle: "/month • 800 credits • All features", buttons: [{ text: "Choose Plan", href: "#" }], + price: "$29/mo", subtitle: "800 credits • All features", buttons: [{ text: "Choose Plan", href: "#" }], features: [ "800 credits/month", "Custom AI avatars (face upload)", "All trending templates + custom", "150+ voices, 50+ languages", "Animated caption styles", "AI music stems (custom mixing)", "Analytics dashboard", "Perfect for serious creators" ] }, { id: "pro", badge: "Premium Power", badgeIcon: Zap, - price: "$49", subtitle: "/month • 2,500 credits • Priority", buttons: [{ text: "Choose Plan", href: "#" }], + price: "$49/mo", subtitle: "2,500 credits • Priority", buttons: [{ text: "Choose Plan", href: "#" }], features: [ "2,500 credits/month", "4K unlimited (no credit penalty)", "Priority generation queue", "Multi-video batch generation", "Real-time collab editing", "Video remix & continuation", "Advanced analytics", "Trend alerts", "Perfect for YouTube/Reels pros" ] }, { id: "business", badge: "Enterprise", badgeIcon: Crown, - price: "$149", subtitle: "/month • Unlimited • Teams", buttons: [{ text: "Choose Plan", href: "#" }], + price: "$149/mo", subtitle: "Unlimited • Teams", buttons: [{ text: "Choose Plan", href: "#" }], features: [ "Unlimited credits", "Team seats (up to 5)", "White-label option", "API access", "Brand kit management", "Full video editing suite", "24/7 priority support", "Custom integrations", "Perfect for agencies & e-commerce" ]