diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index fbe96bf..20b6b7f 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -41,7 +41,7 @@ export default function PricingPage() { description="Choose the perfect plan to boost your viral potential." plans={[ { - id: "basic", name: "Starter", price: "$19", features: ["10 Videos/mo", "Hook Analysis", "SEO Keywords"], + id: "basic", name: "Starter", price: "Free", features: ["10 Videos/mo", "Hook Analysis", "SEO Keywords"], buttons: [{ text: "Get Started", href: "#" }], }, { @@ -70,4 +70,4 @@ export default function PricingPage() { ); -} \ No newline at end of file +}