Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-03 10:53:47 +00:00

View File

@@ -11,7 +11,7 @@ import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Sparkles, Award, Mail, TrendingUp, Users, Zap } from "lucide-react";
import { Sparkles, Award, Mail, TrendingUp, Users, Zap, Crown } from "lucide-react";
export default function LandingPage() {
return (
@@ -178,16 +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", 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: [
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: [
"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"],
},
]}