===============================================
HORSEFIRE CAPSULE - COMPLETE LANDING PAGE
===============================================

PRODUCT : HorseFire Capsule
PRICE   : ₹1499

-----------------------------------------------
WHAT IS INCLUDED
-----------------------------------------------
✓ Fully responsive landing page
✓ All images & videos already included
✓ Live sale popup alerts
✓ Countdown timers
✓ IP Protection (1 IP = 1 order only)
✓ Google Sheet lead capture (reliable)
✓ Thank you page redirect after submit
✓ WhatsApp floating button

-----------------------------------------------
HOW TO SETUP GOOGLE SHEET (IMPORTANT)
-----------------------------------------------
1. Create a new Google Sheet
2. Go to Extensions → Apps Script
3. Delete everything and paste the code from:
   → GoogleAppsScript.gs  (file in this folder)
4. Save the project
5. Click Deploy → New deployment
   - Type: Web app
   - Execute as: Me
   - Who has access: Anyone
6. Copy the Web App URL
7. Open index.html
8. Search for:  const scriptURL =
9. Replace the old URL with your new Web App URL
10. Save and upload to hosting

-----------------------------------------------
IP PROTECTION
-----------------------------------------------
- First submission from an IP is allowed
- Same IP cannot submit again (checked both in browser + Google Sheet)
- Message shown: "Aap already order kar chuke ho..."

-----------------------------------------------
LEADS FOLDER
-----------------------------------------------
leads/ folder is present.
For pure static hosting, leads go only to Google Sheet.
If you later use PHP/Node hosting, you can add a small backend to also write JSON files into leads/ folder.

-----------------------------------------------
FILES
-----------------------------------------------
index.html          → Main page
thankyou.html       → After successful order
GoogleAppsScript.gs → Paste this in Apps Script
images/             → All images ready
videos/             → All videos ready
leads/              → For future local storage
README.txt          → This file

-----------------------------------------------
After changing the scriptURL, upload the whole
folder to your hosting and test the form.
===============================================
