From c50ccbad71077bab4a610a218859361e62023347 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 13:58:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: "#" }] }, { -- 2.49.1