From 95c214e5c55b1f8821bdafac65db9f48246f4bd6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:30:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a02eb19..54b2ea3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -178,17 +178,20 @@ 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"], }, ]} -- 2.49.1