From 7a4ca8a37d403418136959e3583c756e6726851a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 06:51:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7283e30..585ed58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,7 +149,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { id: "p1", name: "Starter", price: "$49", buttons: [{ text: "Get Started", href: "#" }], features: ["10 Products", "AR Viewer", "Email Support"] }, - { id: "p2", name: "Pro", price: "$129", buttons: [{ text: "Go Pro", href: "#" }], features: ["100 Products", "Cloud Dashboard", "24/7 Support"] }, + { id: "p2", name: "Pro", price: "$129", badge: "Most Popular", buttons: [{ text: "Go Pro", href: "#" }], features: ["100 Products", "Cloud Dashboard", "24/7 Support"] }, { id: "p3", name: "Enterprise", price: "Custom", buttons: [{ text: "Contact Us", href: "#contact" }], features: ["Unlimited AR", "Custom AI", "On-Prem Options"] }, ]} title="Select Your Plan" @@ -201,4 +201,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file