4 Commits

Author SHA1 Message Date
a2fbfd4465 Update src/app/page.tsx 2026-04-17 09:02:20 +00:00
ff90f35445 Merge version_3 into main
Merge version_3 into main
2026-04-17 09:01:18 +00:00
00751fe056 Update src/app/page.tsx 2026-04-17 09:01:15 +00:00
1a66f22145 Merge version_2 into main
Merge version_2 into main
2026-04-17 09:00:10 +00:00

View File

@@ -114,19 +114,19 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "basic", title: "Essential", price: "$15", period: "mo", features: [
id: "basic", title: "Essential - Best for Starting Out", price: "$15", period: "mo", features: [
"Core profile", "Standard feed", "Community access"],
button: {
text: "Get Started"},
imageSrc: "http://img.b2bpic.net/free-vector/futuristic-kb-technology-logo_23-2149109515.jpg", imageAlt: "tech company logo silver"},
{
id: "pro", title: "Creator Pro", price: "$49", period: "mo", features: [
id: "pro", title: "Creator Pro - Unlock Full Creative Potential", price: "$49", period: "mo", features: [
"Advanced analytics", "Studio access", "Private channels"],
button: {
text: "Go Pro"},
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-gift-box-with-golden-balloon_187299-48036.jpg?_wi=2", imageAlt: "tech company logo silver"},
{
id: "elite", title: "Elite Circle", price: "$199", period: "mo", features: [
id: "elite", title: "Elite Circle - Maximum Scale & Support", price: "$199", period: "mo", features: [
"White glove support", "API access", "Priority discovery"],
button: {
text: "Join Elite"},
@@ -181,7 +181,7 @@ export default function LandingPage() {
{
id: "q2", title: "How is Nexis different?", content: "Our focus is purely on quality, professional community, and creator empowerment."},
{
id: "q3", title: "Can I monetize content?", content: "Yes. Our Creator Pro and Elite tiers empower creators through direct-to-audience monetization tools, subscription gating, and platform-integrated digital commerce, ensuring you keep 90% of your earnings."},
id: "q3", title: "Can I monetize content?", content: "90% revenue retention is standard on Nexis. Our Creator Pro and Elite tiers empower creators through direct-to-audience monetization tools, subscription gating, and platform-integrated digital commerce."},
]}
mediaAnimation="slide-up"
title="Frequently Asked Questions"
@@ -240,4 +240,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}