forked from ourworld_web/www_engage_os
		
	pricing
This commit is contained in:
		@@ -14,60 +14,69 @@ const plans = [
 | 
			
		||||
    featured: false,
 | 
			
		||||
    price: { Monthly: '$0', Annually: '$0' },
 | 
			
		||||
    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: {
 | 
			
		||||
      label: 'Get started for free',
 | 
			
		||||
      label: 'Launch for Free',
 | 
			
		||||
      href: '/register',
 | 
			
		||||
    },
 | 
			
		||||
    features: [
 | 
			
		||||
      'Commission-free trading',
 | 
			
		||||
      'Multi-layered encryption',
 | 
			
		||||
      'One tip every day',
 | 
			
		||||
      'Invest up to $1,500 each month',
 | 
			
		||||
      'Up to 1,000 members',
 | 
			
		||||
      'Built-in community tools (forums, updates, events)',
 | 
			
		||||
      'Basic learning paths',
 | 
			
		||||
      'Donations & campaigns',
 | 
			
		||||
      'Your logo & colors',
 | 
			
		||||
      'EngageOS subdomain (yourname.engageos.org)',
 | 
			
		||||
      'Email support',
 | 
			
		||||
    ],
 | 
			
		||||
    logomarkClassName: 'fill-gray-300',
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    name: 'Investor',
 | 
			
		||||
    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',
 | 
			
		||||
    name: 'Impact',
 | 
			
		||||
    featured: true,
 | 
			
		||||
    price: { Monthly: '$199', Annually: '$1,990' },
 | 
			
		||||
    price: { Monthly: '$89', Annually: '$890' },
 | 
			
		||||
    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: {
 | 
			
		||||
      label: 'Subscribe',
 | 
			
		||||
      label: 'Get Started',
 | 
			
		||||
      href: '/register',
 | 
			
		||||
    },
 | 
			
		||||
    features: [
 | 
			
		||||
      'Commission-free trading',
 | 
			
		||||
      'Multi-layered encryption',
 | 
			
		||||
      'Real-time tip notifications',
 | 
			
		||||
      'No investment limits',
 | 
			
		||||
      'Advanced transaction anonymization',
 | 
			
		||||
      'Automated tax-loss harvesting',
 | 
			
		||||
      'Up to 25,000 members',
 | 
			
		||||
      'Advanced training with AI-powered content',
 | 
			
		||||
      'Multilingual support',
 | 
			
		||||
      'Peer-to-peer fundraising tools',
 | 
			
		||||
      'Impact dashboards & metrics',
 | 
			
		||||
      'Full branding (custom domain, logo, colors)',
 | 
			
		||||
      'API access + integrations (Mailchimp, CRM)',
 | 
			
		||||
      'Priority support',
 | 
			
		||||
    ],
 | 
			
		||||
    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'>) {
 | 
			
		||||
  return (
 | 
			
		||||
    <svg viewBox="0 0 24 24" aria-hidden="true" {...props}>
 | 
			
		||||
 
 | 
			
		||||
@@ -15,91 +15,68 @@ interface Review {
 | 
			
		||||
 | 
			
		||||
const reviews: Array<Review> = [
 | 
			
		||||
  {
 | 
			
		||||
    title: 'It really works.',
 | 
			
		||||
    body: 'I downloaded Pocket today and turned $5000 into $25,000 in half an hour.',
 | 
			
		||||
    author: 'CrazyInvestor',
 | 
			
		||||
    title: 'A true game-changer for nonprofits.',
 | 
			
		||||
    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: 'Sarah D., Program Director at WomenRise',
 | 
			
		||||
    rating: 5,
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    title: 'You need this app.',
 | 
			
		||||
    body: 'I didn’t understand the stock market at all before Pocket. I still don’t, but at least I’m rich now.',
 | 
			
		||||
    author: 'CluelessButRich',
 | 
			
		||||
    title: 'No tech team needed.',
 | 
			
		||||
    body: 'Launching our own branded platform felt intimidating—until EngageOS. It’s intuitive, scalable, and beautifully designed.',
 | 
			
		||||
    author: 'Ahmed K., Director at The Green Schools Alliance',
 | 
			
		||||
    rating: 5,
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    title: 'This shouldn’t be legal.',
 | 
			
		||||
    body: 'Pocket makes it so easy to win big in the stock market that I can’t believe it’s actually legal.',
 | 
			
		||||
    author: 'LivingDaDream',
 | 
			
		||||
    title: 'Empowered our youth programs.',
 | 
			
		||||
    body: 'Thanks to EngageOS, we built a digital home for our learning initiatives with AI-powered content in three languages.',
 | 
			
		||||
    author: 'Maria T., Learning Lead at Global Youth Voices',
 | 
			
		||||
    rating: 5,
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    title: 'Screw financial advisors.',
 | 
			
		||||
    body: 'I barely made any money investing in mutual funds. With Pocket, I’m doubling my net-worth every single month.',
 | 
			
		||||
    author: 'JordanBelfort1962',
 | 
			
		||||
    title: 'Secure and sovereign.',
 | 
			
		||||
    body: 'As a human rights coalition, data privacy is critical. EngageOS is the only platform that met our ethical tech standards.',
 | 
			
		||||
    author: 'Lukas M., CTO at Liberty Commons',
 | 
			
		||||
    rating: 5,
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    title: 'I love it!',
 | 
			
		||||
    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!',
 | 
			
		||||
    author: 'MrBurns',
 | 
			
		||||
    title: 'Decentralized. Local-first. Exactly what we needed.',
 | 
			
		||||
    body: 'EngageOS helped us launch a regional platform for community-led health training across East Africa—with full offline access.',
 | 
			
		||||
    author: 'Grace N., Digital Programs at Umoja Health Network',
 | 
			
		||||
    rating: 5,
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    title: 'Too good to be true.',
 | 
			
		||||
    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!',
 | 
			
		||||
    author: 'LazyRich99',
 | 
			
		||||
    title: 'The best decision we made this year.',
 | 
			
		||||
    body: 'Instead of duct-taping tools together, EngageOS gave us one powerful stack to engage, fundraise, and scale impact.',
 | 
			
		||||
    author: 'Jonas F., COO at Youth in Action Europe',
 | 
			
		||||
    rating: 5,
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    title: 'Wish I could give 6 stars',
 | 
			
		||||
    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.',
 | 
			
		||||
    author: 'SarahLuvzCash',
 | 
			
		||||
    title: 'Highly recommend for grassroots orgs.',
 | 
			
		||||
    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: 'Tania B., Founder of SpeakUp Brazil',
 | 
			
		||||
    rating: 5,
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    title: 'Bought an island.',
 | 
			
		||||
    body: 'Yeah, you read that right. Want your own island too? Get Pocket.',
 | 
			
		||||
    author: 'ScroogeMcduck',
 | 
			
		||||
    title: 'Our community feels seen and heard.',
 | 
			
		||||
    body: 'With EngageOS, we integrated storytelling, campaigns, and microdonations into a single, smooth experience.',
 | 
			
		||||
    author: 'Nicolas R., Communications Lead at OurStories Foundation',
 | 
			
		||||
    rating: 5,
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    title: 'No more debt!',
 | 
			
		||||
    body: 'After 2 weeks of trading on Pocket I was debt-free. Why did I even go to school at all when Pocket exists?',
 | 
			
		||||
    author: 'BruceWayne',
 | 
			
		||||
    title: 'EngageOS scales with us.',
 | 
			
		||||
    body: 'We piloted in 2 cities and now run campaigns across 7 countries—all on the same platform. It grows with our ambition.',
 | 
			
		||||
    author: 'Delphine A., Global Lead at Future Farmers',
 | 
			
		||||
    rating: 5,
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    title: 'I’m 13 and I’m rich.',
 | 
			
		||||
    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!',
 | 
			
		||||
    author: 'RichieRich',
 | 
			
		||||
    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',
 | 
			
		||||
    title: 'This platform *is* our movement.',
 | 
			
		||||
    body: 'Before EngageOS, our digital presence was scattered. Now we have a true home where our supporters connect and take action.',
 | 
			
		||||
    author: 'Ravi P., Strategy Director at Clean Energy for All',
 | 
			
		||||
    rating: 5,
 | 
			
		||||
  },
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
function StarIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
 | 
			
		||||
  return (
 | 
			
		||||
    <svg viewBox="0 0 20 20" aria-hidden="true" {...props}>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user