From 42d08d760ba673beb470cb0f1ecc012652d012ef Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 08:17:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f55cd4..974a46f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,12 +130,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { id: "p1", title: "Basic User", price: "Free", period: "/forever", features: ["10 Videos/day", "Unlimited Images", "Public Generation"], button: { text: "Start Creating" } }, - { id: "p2", title: "Creator Pro", price: "Free", period: "/forever", features: ["Unlimited Videos", "4K Ultra-HD", "Custom Styles"], button: { text: "Start Creating" } }, - { id: "p3", title: "Studio Plus", price: "Free", period: "/forever", features: ["Priority Render", "Batch Generation", "Commercial License"], button: { text: "Start Creating" } } + { id: "p1", title: "Basic User", price: "$0", period: "/mo", features: ["10 Videos/day", "Unlimited Images", "Public Generation"], button: { text: "Start Creating" } }, + { id: "p2", title: "Creator Pro", price: "$29", period: "/mo", features: ["Unlimited Videos", "4K Ultra-HD", "Custom Styles"], button: { text: "Upgrade Now" } }, + { id: "p3", title: "Studio Plus", price: "$79", period: "/mo", features: ["Priority Render", "Batch Generation", "Commercial License"], button: { text: "Get Studio" } } ]} title="Unlimited Access" - description="Everything in our platform is free. No sign-ups required. Generate your heart out." + description="Choose the plan that fits your creative demands." /> @@ -197,4 +197,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}