app/website/index.php
John Mizerek bbaa77558d Add WordPress theme in website/ folder
Custom dark minimal theme for addmonths.com landing page:
- Hero section with phone mockup placeholder
- How It Works, What It Is/Isn't, Privacy, Clarity sections
- iOS/Android beta signup with email capture modal
- Privacy, Terms, Disclaimer page templates
- Beta signups stored to wp_beta_signups table

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

6 lines
92 B
PHP

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