- 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>
6 lines
92 B
PHP
6 lines
92 B
PHP
<?php
|
|
/**
|
|
* Fallback template - redirects to front page
|
|
*/
|
|
wp_redirect(home_url());
|
|
exit;
|