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"