From 0af2ed686d1e7f284f94d4b2a26a875b35aed371 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 15:03:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 47a797f..85ae0f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,9 +120,10 @@ export default function LandingPage() { animationType="scale-rotate" textboxLayout="split" useInvertedBackground={true} + tag="Recommended" plans={[ { id: "basic", tag: "Free", price: "$0", period: "/mo", description: "The perfect starting point for personal discovery.", button: { text: "Start Now" }, featuresTitle: "Included", features: ["Standard feed access", "Basic messaging", "Profile customization"] }, - { id: "pro", tag: "Professional", price: "$15", period: "/mo", description: "Everything for power creators and professional users.", button: { text: "Upgrade Pro" }, featuresTitle: "Includes Basic, plus:", features: ["3D Feed access", "Priority interaction", "Analytics tools"] }, + { id: "pro", tag: "Most Popular", price: "$15", period: "/mo", description: "The best value for creators to scale impact.", button: { text: "Upgrade Pro" }, featuresTitle: "Includes Basic, plus:", features: ["3D Feed access", "Priority interaction", "Analytics tools"] }, { id: "enterprise", tag: "Enterprise", price: "$49", period: "/mo", description: "Custom scale and dedicated support for large communities.", button: { text: "Contact Sales" }, featuresTitle: "Includes Pro, plus:", features: ["Custom data API", "Dedicated support", "Advanced metrics"] } ]} title="Choose Your Nexus Access" -- 2.49.1