Update src/app/pricing/page.tsx

This commit is contained in:
2026-05-12 06:31:38 +00:00
parent 506502cbd9
commit 7cc932c4e8

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}