Merge version_8 into main #16

Merged
bender merged 1 commits from version_8 into main 2026-03-21 22:43:25 +00:00

View File

@@ -141,34 +141,44 @@ export default function LandingPage() {
<PricingCardNine
title="Simple, Fair Pricing"
description="No hidden fees. No surprise charges. Pay only for what you create. Credits rollover up to 50%. Start free, upgrade anytime. Referral bonuses too—turn your friends into creators."
textboxLayout="default"
textboxLayout="split"
useInvertedBackground={false}
animationType="slide-up"
plans={[
{
id: "free", title: "Get Started", price: "Free", period: "", features: [
"1 video/month", "480p resolution", "Basic templates", "Watermark included", "Limited AI voices (5)", "Basic captions (3 styles)", "Perfect for trying it out"
], button: { text: "Start Free", href: "#" }
],
button: { text: "Start Free", href: "#" },
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGykJLWuejlEv5Zr54ZFlJ2tfV/a-tiktok-style-vertical-video-preview-sh-1774130479551-8a68bd8f.png?_wi=1", imageAlt: "Free tier - TikTok style video"
},
{
id: "starter", title: "Popular", price: "$10/mo", period: "", 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"
], button: { text: "Start Now", href: "#" }
],
button: { text: "Start Now", href: "#" },
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGykJLWuejlEv5Zr54ZFlJ2tfV/a-vertical-product-showcase-video-in-9-1-1774130481988-5b814438.jpg", imageAlt: "Starter tier - Product showcase"
},
{
id: "creator", title: "Most Popular", price: "$29/mo", period: "", 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"
], button: { text: "Upgrade Now", href: "#" }
],
button: { text: "Upgrade Now", href: "#" },
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGykJLWuejlEv5Zr54ZFlJ2tfV/a-vertical-educational-explainer-video-i-1774130480241-8a246d9a.png", imageAlt: "Creator tier - Educational video"
},
{
id: "pro", title: "Premium Power", price: "$49/mo", period: "", 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"
], button: { text: "Go Pro", href: "#" }
],
button: { text: "Go Pro", href: "#" },
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGykJLWuejlEv5Zr54ZFlJ2tfV/a-tiktok-style-vertical-video-preview-sh-1774130479551-8a68bd8f.png?_wi=2", imageAlt: "Pro tier - Trending video"
},
{
id: "business", title: "Enterprise", price: "$149/mo", period: "", 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"
], button: { text: "Contact Sales", href: "#" }
],
button: { text: "Contact Sales", href: "#" },
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGykJLWuejlEv5Zr54ZFlJ2tfV/a-vertical-product-showcase-video-in-9-1-1774130481988-5b814438.jpg", imageAlt: "Enterprise tier - Advanced showcase"
}
]}
/>