Merge version_7 into main #13
@@ -146,36 +146,31 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "free", badge: "Get Started", badgeIcon: Sparkles,
|
||||
price: "Free", subtitle: "1 video/month • 480p • Basic styles", buttons: [{ text: "Start Creating", href: "#" }],
|
||||
id: "free", title: "Get Started", price: "Free", period: "", features: [
|
||||
features: [
|
||||
"1 video/month", "480p resolution", "Basic templates", "Watermark included", "Limited AI voices (5)", "Basic captions (3 styles)", "Perfect for trying it out"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "starter", badge: "Popular", badgeIcon: TrendingUp,
|
||||
price: "$10/mo", subtitle: "200 credits • No watermark", buttons: [{ text: "Choose Plan", href: "#" }],
|
||||
id: "starter", title: "Popular", price: "$10/mo", period: "", features: [
|
||||
features: [
|
||||
"200 credits/month", "No watermark", "Basic styles + Subtitles", "25+ trending templates", "150+ AI voices", "Advanced captions (10 styles)", "Priority support", "Perfect for casual creators"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "creator", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "$29/mo", subtitle: "800 credits • All features", buttons: [{ text: "Choose Plan", href: "#" }],
|
||||
id: "creator", title: "Most Popular", price: "$29/mo", period: "", features: [
|
||||
features: [
|
||||
"800 credits/month", "Custom AI avatars (face upload)", "Avatars + Music + Templates", "All trending templates + custom", "150+ voices, 50+ languages", "Animated caption styles (25+)", "AI music stems (custom mixing)", "Analytics dashboard", "Perfect for serious creators"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "Premium Power", badgeIcon: Zap,
|
||||
price: "$49/mo", subtitle: "2,500 credits • Priority", buttons: [{ text: "Choose Plan", href: "#" }],
|
||||
id: "pro", title: "Premium Power", price: "$49/mo", period: "", features: [
|
||||
features: [
|
||||
"2,500 credits/month", "4K unlimited (no credit penalty)", "Priority generation queue", "Trend detector included", "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/mo", subtitle: "Unlimited • Teams", buttons: [{ text: "Choose Plan", href: "#" }],
|
||||
id: "business", title: "Enterprise", price: "$149/mo", period: "", features: [
|
||||
features: [
|
||||
"Unlimited credits", "Team seats (up to 5)", "API access", "White-label option", "Brand kit management", "Full video editing suite", "24/7 priority support", "Custom integrations", "Perfect for agencies & e-commerce"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user