Update src/app/page.tsx

This commit is contained in:
2026-03-08 00:12:08 +00:00
parent af66909395
commit c8ef3fe837

View File

@@ -134,7 +134,7 @@ export default function Home() {
plans={[
{
id: "free", badge: "Free Trial", badgeIcon: Gift,
price: "$0", subtitle: "Perfect for getting started", buttons: [{ text: "Get Started", href: "/signup" }],
price: "$0", subtitle: "Free forever — 1 script & 1 thumbnail daily", 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"
]