From ba798eed206b97fbf1d061a55e7d92b941d9d135 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 13:33:12 +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 735dd71..b2f5ccf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,7 +137,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { id: "basic", name: "Basic", price: "$19/mo", features: ["1 Movie/mo", "Basic Style", "Standard Quality"], buttons: [{ text: "Select Basic" }] }, - { id: "pro", name: "Professional", price: "$49/mo", features: ["5 Movies/mo", "Advanced Styles", "4K Quality"], buttons: [{ text: "Select Pro" }] }, + { id: "pro", name: "Professional", price: "$49/mo", badge: "Recommended", features: ["5 Movies/mo", "Advanced Styles", "4K Quality"], buttons: [{ text: "Select Pro" }] }, { id: "studio", name: "Studio", price: "$99/mo", features: ["Unlimited Movies", "Custom Styles", "Priority Render"], buttons: [{ text: "Select Studio" }] } ]} title="Simple Plans" -- 2.49.1