diff --git a/src/app/page.tsx b/src/app/page.tsx index 40841f0..f19f4f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,7 +115,7 @@ export default function LandingPage() { buttons: [{ text: "Choose Basic", href: "#" }] }, { - id: "premium", name: "Premium", price: "$29/mo", features: ["All Basic Features", "AI Video Generation", "Priority Rendering", "Advanced API"], + id: "premium", name: "Premium", badge: "Most Popular", price: "$29/mo", features: ["All Basic Features", "AI Video Generation", "Priority Rendering", "Advanced API"], buttons: [{ text: "Choose Premium", href: "#" }] }, {