Merge version_3 into main #13

Merged
bender merged 1 commits from version_3 into main 2026-03-03 11:31:26 +00:00

View File

@@ -178,20 +178,17 @@ export default function LandingPage() {
animationType="slide-up"
plans={[
{
id: "starter", tag: "Starter Plan", price: "$29", period: "/month", description: "Perfect for beginners and hobbyist creators starting their journey.", button: { text: "Start Free Trial", href: "https://editflow.example.com/try" },
featuresTitle: "What's Included:", features: [
id: "starter", tag: "Starter Plan", price: "$29", period: "/month", description: "Perfect for beginners and hobbyist creators starting their journey.", button: { text: "Start Free Trial", href: "https://editflow.example.com/try" }, featuresTitle: "What's Included:", features: [
"Up to 1080p export", "20 GB cloud storage", "Basic effects library", "Email support", "Single device license"],
},
{
id: "pro", tag: "Pro Plan", tagIcon: Sparkles,
price: "$79", period: "/month", description: "For content creators who want professional features and faster workflows.", button: { text: "Choose Pro", href: "https://editflow.example.com/checkout/pro" },
featuresTitle: "What's Included:", features: [
price: "$79", period: "/month", description: "For content creators who want professional features and faster workflows.", button: { text: "Choose Pro", href: "https://editflow.example.com/checkout/pro" }, featuresTitle: "What's Included:", features: [
"4K/8K export support", "100 GB cloud storage", "Premium effects & transitions", "AI color grading", "Priority email support", "3 device licenses", "Advanced audio editing"],
},
{
id: "studio", tag: "Studio Plan", tagIcon: Crown,
price: "$199", period: "/month", description: "Enterprise-grade editing for production studios and agencies.", button: { text: "Contact Sales", href: "https://editflow.example.com/contact-sales" },
featuresTitle: "Everything in Pro, Plus:", features: [
price: "$199", period: "/month", description: "Enterprise-grade editing for production studios and agencies.", button: { text: "Contact Sales", href: "https://editflow.example.com/contact-sales" }, featuresTitle: "Everything in Pro, Plus:", features: [
"Unlimited cloud storage", "Multi-track editing (16+ tracks)", "Professional color grading suite", "Collaboration tools", "Unlimited device licenses", "24/7 dedicated support", "Custom integrations", "Team management features"],
},
]}