Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 03:40:45 +00:00

View File

@@ -33,9 +33,7 @@ export default function PricingPage() {
{ name: "Contact", id: "/contact" },
]}
button={{
text: "Start Free Trial",
href: "/contact",
}}
text: "Start Free Trial", href: "/contact"}}
/>
</div>
@@ -49,44 +47,20 @@ export default function PricingPage() {
useInvertedBackground={false}
plans={[
{
id: "starter",
price: "$29/mo",
name: "Starter",
buttons={[{ text: "Get Started", href: "/contact" }]}
id: "starter", price: "$29/mo", name: "Starter", buttons: [{ text: "Get Started", href: "/contact" }],
features: [
"Up to 10 video conversions/month",
"Auto-publish to 3 platforms",
"Basic analytics",
"Email support",
],
"Up to 10 video conversions/month", "Auto-publish to 3 platforms", "Basic analytics", "Email support"],
},
{
id: "professional",
badge: "Most Popular",
badgeIcon: Sparkles,
price: "$79/mo",
name: "Professional",
buttons={[{ text: "Start Free Trial", href: "/contact" }]}
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
price: "$79/mo", name: "Professional", buttons: [{ text: "Start Free Trial", href: "/contact" }],
features: [
"Unlimited video conversions",
"Auto-publish to all platforms",
"Advanced analytics & insights",
"Priority support",
"Custom branding",
],
"Unlimited video conversions", "Auto-publish to all platforms", "Advanced analytics & insights", "Priority support", "Custom branding"],
},
{
id: "enterprise",
price: "Custom",
name: "Enterprise",
buttons={[{ text: "Contact Sales", href: "/contact" }]}
id: "enterprise", price: "Custom", name: "Enterprise", buttons: [{ text: "Contact Sales", href: "/contact" }],
features: [
"Everything in Professional",
"Dedicated account manager",
"API access",
"White-label options",
"Custom integrations",
],
"Everything in Professional", "Dedicated account manager", "API access", "White-label options", "Custom integrations"],
},
]}
animationType="slide-up"
@@ -104,23 +78,14 @@ export default function PricingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Can I switch plans anytime?",
content:
"Yes, you can upgrade or downgrade your plan anytime. Changes take effect at the start of your next billing cycle. If you upgrade mid-cycle, we'll prorate the charges.",
},
id: "1", title: "Can I switch plans anytime?", content:
"Yes, you can upgrade or downgrade your plan anytime. Changes take effect at the start of your next billing cycle. If you upgrade mid-cycle, we'll prorate the charges."},
{
id: "2",
title: "Is there a free trial available?",
content:
"Yes! We offer a 14-day free trial with full access to all Professional plan features. No credit card required to get started.",
},
id: "2", title: "Is there a free trial available?", content:
"Yes! We offer a 14-day free trial with full access to all Professional plan features. No credit card required to get started."},
{
id: "3",
title: "What payment methods do you accept?",
content:
"We accept all major credit cards (Visa, Mastercard, American Express), PayPal, and wire transfers for Enterprise plans.",
},
id: "3", title: "What payment methods do you accept?", content:
"We accept all major credit cards (Visa, Mastercard, American Express), PayPal, and wire transfers for Enterprise plans."},
]}
faqsAnimation="slide-up"
animationType="smooth"