pricing
This commit is contained in:
parent
0c204baca7
commit
b69835a373
@ -14,60 +14,69 @@ const plans = [
|
|||||||
featured: false,
|
featured: false,
|
||||||
price: { Monthly: '$0', Annually: '$0' },
|
price: { Monthly: '$0', Annually: '$0' },
|
||||||
description:
|
description:
|
||||||
'You’re new to investing but want to do it right. Get started for free.',
|
'Perfect for small teams and early-stage initiatives getting started with community engagement.',
|
||||||
button: {
|
button: {
|
||||||
label: 'Get started for free',
|
label: 'Launch for Free',
|
||||||
href: '/register',
|
href: '/register',
|
||||||
},
|
},
|
||||||
features: [
|
features: [
|
||||||
'Commission-free trading',
|
'Up to 1,000 members',
|
||||||
'Multi-layered encryption',
|
'Built-in community tools (forums, updates, events)',
|
||||||
'One tip every day',
|
'Basic learning paths',
|
||||||
'Invest up to $1,500 each month',
|
'Donations & campaigns',
|
||||||
|
'Your logo & colors',
|
||||||
|
'EngageOS subdomain (yourname.engageos.org)',
|
||||||
|
'Email support',
|
||||||
],
|
],
|
||||||
logomarkClassName: 'fill-gray-300',
|
logomarkClassName: 'fill-gray-300',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Investor',
|
name: 'Impact',
|
||||||
featured: false,
|
|
||||||
price: { Monthly: '$7', Annually: '$70' },
|
|
||||||
description:
|
|
||||||
'You’ve been investing for a while. Invest more and grow your wealth faster.',
|
|
||||||
button: {
|
|
||||||
label: 'Subscribe',
|
|
||||||
href: '/register',
|
|
||||||
},
|
|
||||||
features: [
|
|
||||||
'Commission-free trading',
|
|
||||||
'Multi-layered encryption',
|
|
||||||
'One tip every hour',
|
|
||||||
'Invest up to $15,000 each month',
|
|
||||||
'Basic transaction anonymization',
|
|
||||||
],
|
|
||||||
logomarkClassName: 'fill-gray-500',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'VIP',
|
|
||||||
featured: true,
|
featured: true,
|
||||||
price: { Monthly: '$199', Annually: '$1,990' },
|
price: { Monthly: '$89', Annually: '$890' },
|
||||||
description:
|
description:
|
||||||
'You’ve got a huge amount of assets but it’s not enough. To the moon.',
|
'For growing organizations ready to scale impact, train supporters, and fundraise with confidence.',
|
||||||
button: {
|
button: {
|
||||||
label: 'Subscribe',
|
label: 'Get Started',
|
||||||
href: '/register',
|
href: '/register',
|
||||||
},
|
},
|
||||||
features: [
|
features: [
|
||||||
'Commission-free trading',
|
'Up to 25,000 members',
|
||||||
'Multi-layered encryption',
|
'Advanced training with AI-powered content',
|
||||||
'Real-time tip notifications',
|
'Multilingual support',
|
||||||
'No investment limits',
|
'Peer-to-peer fundraising tools',
|
||||||
'Advanced transaction anonymization',
|
'Impact dashboards & metrics',
|
||||||
'Automated tax-loss harvesting',
|
'Full branding (custom domain, logo, colors)',
|
||||||
|
'API access + integrations (Mailchimp, CRM)',
|
||||||
|
'Priority support',
|
||||||
],
|
],
|
||||||
logomarkClassName: 'fill-cyan-500',
|
logomarkClassName: 'fill-cyan-500',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Sovereign',
|
||||||
|
featured: false,
|
||||||
|
price: { Monthly: 'Custom', Annually: 'Custom' },
|
||||||
|
description:
|
||||||
|
'Best for large-scale networks and institutions with custom needs, privacy requirements, or regional infrastructure.',
|
||||||
|
button: {
|
||||||
|
label: 'Contact Sales',
|
||||||
|
href: '/contact',
|
||||||
|
},
|
||||||
|
features: [
|
||||||
|
'Unlimited members & projects',
|
||||||
|
'White-label platform (yourname.org)',
|
||||||
|
'Self-host or deploy in your region',
|
||||||
|
'Custom integrations & AI assistants',
|
||||||
|
'Field-level data collection',
|
||||||
|
'Dedicated success manager',
|
||||||
|
'Onboarding & migration support',
|
||||||
|
'24/7 enterprise-grade support',
|
||||||
|
],
|
||||||
|
logomarkClassName: 'fill-gray-500',
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
function CheckIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
|
function CheckIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
|
||||||
return (
|
return (
|
||||||
<svg viewBox="0 0 24 24" aria-hidden="true" {...props}>
|
<svg viewBox="0 0 24 24" aria-hidden="true" {...props}>
|
||||||
|
@ -15,91 +15,68 @@ interface Review {
|
|||||||
|
|
||||||
const reviews: Array<Review> = [
|
const reviews: Array<Review> = [
|
||||||
{
|
{
|
||||||
title: 'It really works.',
|
title: 'A true game-changer for nonprofits.',
|
||||||
body: 'I downloaded Pocket today and turned $5000 into $25,000 in half an hour.',
|
body: 'EngageOS allowed us to centralize our volunteer hub, training, and crowdfunding into one platform. We’ve seen a 3x jump in community engagement.',
|
||||||
author: 'CrazyInvestor',
|
author: 'Sarah D., Program Director at WomenRise',
|
||||||
rating: 5,
|
rating: 5,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'You need this app.',
|
title: 'No tech team needed.',
|
||||||
body: 'I didn’t understand the stock market at all before Pocket. I still don’t, but at least I’m rich now.',
|
body: 'Launching our own branded platform felt intimidating—until EngageOS. It’s intuitive, scalable, and beautifully designed.',
|
||||||
author: 'CluelessButRich',
|
author: 'Ahmed K., Director at The Green Schools Alliance',
|
||||||
rating: 5,
|
rating: 5,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'This shouldn’t be legal.',
|
title: 'Empowered our youth programs.',
|
||||||
body: 'Pocket makes it so easy to win big in the stock market that I can’t believe it’s actually legal.',
|
body: 'Thanks to EngageOS, we built a digital home for our learning initiatives with AI-powered content in three languages.',
|
||||||
author: 'LivingDaDream',
|
author: 'Maria T., Learning Lead at Global Youth Voices',
|
||||||
rating: 5,
|
rating: 5,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Screw financial advisors.',
|
title: 'Secure and sovereign.',
|
||||||
body: 'I barely made any money investing in mutual funds. With Pocket, I’m doubling my net-worth every single month.',
|
body: 'As a human rights coalition, data privacy is critical. EngageOS is the only platform that met our ethical tech standards.',
|
||||||
author: 'JordanBelfort1962',
|
author: 'Lukas M., CTO at Liberty Commons',
|
||||||
rating: 5,
|
rating: 5,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'I love it!',
|
title: 'Decentralized. Local-first. Exactly what we needed.',
|
||||||
body: 'I started providing insider information myself and now I get new insider tips every 5 minutes. I don’t even have time to act on all of them. New Lamborghini is being delivered next week!',
|
body: 'EngageOS helped us launch a regional platform for community-led health training across East Africa—with full offline access.',
|
||||||
author: 'MrBurns',
|
author: 'Grace N., Digital Programs at Umoja Health Network',
|
||||||
rating: 5,
|
rating: 5,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Too good to be true.',
|
title: 'The best decision we made this year.',
|
||||||
body: 'I was making money so fast with Pocket that it felt like a scam. But I sold my shares and withdrew the money and it’s really there, right in my bank account. This app is crazy!',
|
body: 'Instead of duct-taping tools together, EngageOS gave us one powerful stack to engage, fundraise, and scale impact.',
|
||||||
author: 'LazyRich99',
|
author: 'Jonas F., COO at Youth in Action Europe',
|
||||||
rating: 5,
|
rating: 5,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Wish I could give 6 stars',
|
title: 'Highly recommend for grassroots orgs.',
|
||||||
body: 'This is literally the most important app you will ever download in your life. Get on this before it’s so popular that everyone else is getting these tips too.',
|
body: 'Even with limited staff, we launched a branded hub in 10 days. It’s helping our community organize and train in ways we never imagined.',
|
||||||
author: 'SarahLuvzCash',
|
author: 'Tania B., Founder of SpeakUp Brazil',
|
||||||
rating: 5,
|
rating: 5,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Bought an island.',
|
title: 'Our community feels seen and heard.',
|
||||||
body: 'Yeah, you read that right. Want your own island too? Get Pocket.',
|
body: 'With EngageOS, we integrated storytelling, campaigns, and microdonations into a single, smooth experience.',
|
||||||
author: 'ScroogeMcduck',
|
author: 'Nicolas R., Communications Lead at OurStories Foundation',
|
||||||
rating: 5,
|
rating: 5,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'No more debt!',
|
title: 'EngageOS scales with us.',
|
||||||
body: 'After 2 weeks of trading on Pocket I was debt-free. Why did I even go to school at all when Pocket exists?',
|
body: 'We piloted in 2 cities and now run campaigns across 7 countries—all on the same platform. It grows with our ambition.',
|
||||||
author: 'BruceWayne',
|
author: 'Delphine A., Global Lead at Future Farmers',
|
||||||
rating: 5,
|
rating: 5,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'I’m 13 and I’m rich.',
|
title: 'This platform *is* our movement.',
|
||||||
body: 'I love that with Pocket’s transaction anonymization I could sign up and start trading when I was 12 years old. I had a million dollars before I had armpit hair!',
|
body: 'Before EngageOS, our digital presence was scattered. Now we have a true home where our supporters connect and take action.',
|
||||||
author: 'RichieRich',
|
author: 'Ravi P., Strategy Director at Clean Energy for All',
|
||||||
rating: 5,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'Started an investment firm.',
|
|
||||||
body: 'I charge clients a 3% management fee and just throw all their investments into Pocket. Easy money!',
|
|
||||||
author: 'TheCountOfMonteChristo',
|
|
||||||
rating: 5,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'It’s like a superpower.',
|
|
||||||
body: 'Every tip Pocket has sent me has paid off. It’s like playing Blackjack but knowing exactly what card is coming next!',
|
|
||||||
author: 'ClarkKent',
|
|
||||||
rating: 5,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'Quit my job.',
|
|
||||||
body: 'I downloaded Pocket three days ago and quit my job today. I can’t believe no one else thought to build a stock trading app that works this way!',
|
|
||||||
author: 'GeorgeCostanza',
|
|
||||||
rating: 5,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'Don’t download this app',
|
|
||||||
body: 'Unless you want to have the best life ever! I am literally writing this from a yacht.',
|
|
||||||
author: 'JeffBezos',
|
|
||||||
rating: 5,
|
rating: 5,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
function StarIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
|
function StarIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
|
||||||
return (
|
return (
|
||||||
<svg viewBox="0 0 20 20" aria-hidden="true" {...props}>
|
<svg viewBox="0 0 20 20" aria-hidden="true" {...props}>
|
||||||
|
Loading…
Reference in New Issue
Block a user