🚧 Find Events is a Premium Feature

Choose a plan that fits your truck β€” unlock events, apply instantly, and sync your schedule!

Starter

$99 / 3 months

  • βœ… Access to local events
  • βœ… Apply to 6 events per month
  • ❌ No calendar sync
Choose Starter

Pro

$299 / 6 months

  • βœ… Access to ALL events
  • βœ… Unlimited applications
  • βœ… Calendar integration
  • βœ… Priority vendor listings
Choose Pro Most Popular

Elite

$499 / year

  • βœ… Everything in Pro
  • βœ… Featured placement in search
  • βœ… VIP support line
  • βœ… Access to exclusive β€œinvite-only” events
Choose Elite
// βœ… Save plan to localStorage for Dashboard localStorage.setItem("currentPlan", planName); alert(`βœ… You have successfully switched to the ${planName} Plan!`); // βœ… Redirect back to Dashboard window.location.href = 'dashboard.html'; }); }); // For testing: Send back to dashboard window.location.href = 'dashboard.html'; }); });