app/index.php
John Mizerek 6b03e5b7eb Initial Add Months WordPress theme
- Dark minimal design (charcoal/slate/muted green)
- Hero section with phone mockup placeholder
- How It Works (3 steps)
- What It Is / Isn't sections
- Privacy section with pill badges
- Built for Clarity section
- Download section with iOS/Android beta badges
- Email capture modal for beta signups
- Privacy, Terms, Disclaimer page template
- Beta signups stored to wp_beta_signups table
- Admin panel for viewing/exporting signups

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-21 10:32:28 -08:00

6 lines
92 B
PHP

<?php
/**
* Fallback template - redirects to front page
*/
wp_redirect(home_url());
exit;