Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 23:46:32 +00:00

View File

@@ -48,30 +48,22 @@ export default function FeaturesPage() {
textboxLayout="default"
useInvertedBackground={false}
imagePosition="right"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdN0gwMXJN4o9AEjWIWDR10e3G/modern-software-dashboard-for-content-cr-1772927099490-052886ae.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdN0gwMXJN4o9AEjWIWDR10e3G/modern-software-dashboard-for-content-cr-1772927099490-052886ae.png"
imageAlt="Modern software dashboard for content creation showing video editing interface, script generator, an"
mediaAnimation="slide-up"
bulletPoints={[
{
icon: Zap,
title: "Time-Saving AI",
description: "Generate scripts and designs in seconds, not hours. Spend time creating, not planning.",
},
title: "Time-Saving AI", description: "Generate scripts and designs in seconds, not hours. Spend time creating, not planning."},
{
icon: Target,
title: "Niche-Specific Content",
description: "Whether you're in fitness, tech, lifestyle, or any other niche, we've got you covered.",
},
title: "Niche-Specific Content", description: "Whether you're in fitness, tech, lifestyle, or any other niche, we've got you covered."},
{
icon: Globe,
title: "Platform Optimized",
description: "Every video is optimized for its platform with correct aspect ratios and trending formats.",
},
title: "Platform Optimized", description: "Every video is optimized for its platform with correct aspect ratios and trending formats."},
{
icon: Users,
title: "Creator Community",
description: "Join thousands of creators using Syncora daily. Share ideas, learn, and grow together.",
},
title: "Creator Community", description: "Join thousands of creators using Syncora daily. Share ideas, learn, and grow together."},
]}
buttons={[{ text: "See Pricing", href: "/pricing" }]}
/>
@@ -88,74 +80,31 @@ export default function FeaturesPage() {
animationType="slide-up"
plans={[
{
id: "free",
badge: "Free Trial",
badgeIcon: Gift,
price: "$0",
subtitle: "Perfect for getting started",
buttons={[
id: "free", badge: "Free Trial", badgeIcon: Gift,
price: "$0", subtitle: "Perfect for getting started", buttons: [
{
text: "Get Started",
href: "/signup",
},
]}
features={[
"1 AI-generated script per day",
"1 animated thumbnail per day",
"Access to trending ideas",
"Basic image upload (up to 5MB)",
"YouTube, TikTok, Instagram, Facebook support",
"Mobile app access",
"Community support",
]}
text: "Get Started", href: "/signup"},
],
features: [
"1 AI-generated script per day", "1 animated thumbnail per day", "Access to trending ideas", "Basic image upload (up to 5MB)", "YouTube, TikTok, Instagram, Facebook support", "Mobile app access", "Community support"],
},
{
id: "monthly",
badge: "Most Popular",
badgeIcon: Sparkles,
price: "$10",
subtitle: "Billed monthly. Great for consistent creators.",
buttons={[
id: "monthly", badge: "Most Popular", badgeIcon: Sparkles,
price: "$10", subtitle: "Billed monthly. Great for consistent creators.", buttons: [
{
text: "Subscribe Now",
href: "/checkout?plan=monthly",
},
]}
features={[
"Unlimited AI-generated scripts",
"Unlimited animated thumbnails",
"Advanced customization options",
"Unlimited image uploads",
"All platform formats supported",
"Priority email support",
"Download in HD quality",
"Monthly content calendar",
"Early access to new features",
]}
text: "Subscribe Now", href: "/checkout?plan=monthly"},
],
features: [
"Unlimited AI-generated scripts", "Unlimited animated thumbnails", "Advanced customization options", "Unlimited image uploads", "All platform formats supported", "Priority email support", "Download in HD quality", "Monthly content calendar", "Early access to new features"],
},
{
id: "lifetime",
badge: "Best Value",
badgeIcon: Crown,
price: "$50",
subtitle: "One-time payment. Unlimited access forever.",
buttons={[
id: "lifetime", badge: "Best Value", badgeIcon: Crown,
price: "$50", subtitle: "One-time payment. Unlimited access forever.", buttons: [
{
text: "Buy Lifetime",
href: "/checkout?plan=lifetime",
},
]}
features={[
"Unlimited everything forever",
"All current and future features",
"Lifetime updates included",
"Priority support 24/7",
"Team collaboration (up to 5 users)",
"Advanced analytics dashboard",
"Custom branding options",
"API access for integrations",
"No subscription. Ever.",
]}
text: "Buy Lifetime", href: "/checkout?plan=lifetime"},
],
features: [
"Unlimited everything forever", "All current and future features", "Lifetime updates included", "Priority support 24/7", "Team collaboration (up to 5 users)", "Advanced analytics dashboard", "Custom branding options", "API access for integrations", "No subscription. Ever."],
},
]}
/>