2 Commits

Author SHA1 Message Date
0af2ed686d Update src/app/page.tsx 2026-04-17 15:03:03 +00:00
690168aeb1 Merge version_1 into main
Merge version_1 into main
2026-04-17 15:02:00 +00:00

View File

@@ -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"