Commit graph

2 commits

Author SHA1 Message Date
Randall Stillwell
bf92126cf5 Add feature pages, pricing page, and redirect unauthenticated users to landing page
- Middleware now redirects unauthenticated users to /welcome instead of /login
- Added /features and /pricing to public paths
- Created 8 dedicated feature pages: AI OCR, Scanner Integration, Integrations,
  Team Collaboration, Collection Days, Multi-Site, Analytics, Security
- Created features index page at /features with links to all detail pages
- Created standalone pricing page at /pricing with comparison table
- Extracted shared MarketingNav (with features dropdown) and MarketingFooter
- Created FeaturePageShell for consistent feature page layout
- Updated landing page to use shared components and link to feature pages

Made-with: Cursor
2026-04-16 19:09:52 -05:00
Randall Stillwell
52714c4e50 Add landing page at /welcome with pricing and feature overview
Marketing page targeted at churches/nonprofits with hero, features,
integrations showcase, 4-tier pricing table (Free/Starter/Growth/Enterprise),
testimonials, FAQ, and CTAs. Added /welcome to public middleware paths.

Made-with: Cursor
2026-04-16 18:59:33 -05:00