DuetHost PHP Website
====================

Upload instructions:
1. Unzip this package.
2. Upload all files/folders to your hosting public_html folder.
3. Open includes/footer.php and replace WhatsApp number:
   https://wa.me/8800000000000
4. Open contact.php and replace:
   hello@duethost.com
5. Test the contact form.

Main files:
- index.php: Homepage
- blog.php: Blog landing page
- affiliate-disclosure.php: Disclosure page
- contact.php: Form handler
- thank-you.php: Form response page
- assets/css/style.css: Website styles
- assets/js/main.js: Menu, FAQ, animation, back-to-top

Important:
- PHP mail() must be enabled on your hosting for contact.php to send emails.
- If mail() does not work, use SMTP/PHPMailer.
