Update src/app/pricing/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user