Note: EERAHA ek facilitation platform hai β hum service provide nahi karte, sirf logon ko helpers/providers se connect karte hain. Payments & delivery direct parties ke beech hota hai.
`;
function genWA(){
const brand = document.getElementById("w_brand").value.trim();
const type = document.getElementById("w_type").value;
const city = document.getElementById("w_city").value.trim();
const offer = document.getElementById("w_offer").value.trim() || "service";
if(!brand){ alert("Brand/Name fill karo."); return; }
let msg="";
if(type==="Offer"){
msg = `Hi π\n${brand} here${city?` (${city})`:""}.\n\nβ Special Offer: ${offer}\nβ³ Limited time slots today.\n\nReply:\n1) Price\n2) Book\n3) Details`;
} else if(type==="Follow-up"){
msg = `Hi π\nJust following up from ${brand}.\n\nAapko ${offer} ke liye help chahiye?\nReply with:\n1) Yes\n2) Price\n3) Later`;
} else if(type==="Reminder"){
msg = `Hi π\nReminder from ${brand}.\n\nAapka ${offer} request pending hai.\nAaj confirm kar dein? β `;
} else if(type==="Cold Intro"){
msg = `Hi π\nIβm from ${brand}${city?` (${city})`:""}.\n\nWe help with ${offer}.\nIf you need details, just reply: βDetailsβ.`;
} else {
msg = `Hi π\nThank you for choosing ${brand}.\nAap 1 minute me Google/WhatsApp review de den to bahut help hogi β\n\nβGreat service, fast response!β`;
}
document.getElementById("w_out").style.display="block";
document.getElementById("w_copywrap").style.display="flex";
document.getElementById("w_out").innerHTML = `
`;
function genPlanner(){
const cat = document.getElementById("c_cat").value.trim();
const plat = document.getElementById("c_plat").value;
if(!cat){ alert("Business/Category fill karo."); return; }
const ideas = [
"Intro + what we do", "Before/After proof", "3 quick tips", "FAQ answers",
"Behind the scenes", "Customer review", "Common mistakes", "Pricing range clarity",
"Offer day post", "Process demo", "Myth busting", "Team / trust post",
"Comparison post", "Problem-solution reel", "Top 5 features", "Checklist post",
"Mini case study", "Q&A story", "Weekend offer", "Local hotspot post",
"Client story", "Daily routine", "Tools used", "Doβs & Donβts",
"Result proof", "Top questions", "Urgency post", "Referral post",
"Monthly recap", "Next month teaser"
];
const out =
`30-DAY CONTENT PLAN (${plat})
Category: ${cat}
Day 1: ${ideas[0]}
Day 2: ${ideas[1]}
Day 3: ${ideas[2]}
Day 4: ${ideas[3]}
Day 5: ${ideas[4]}
Day 6: ${ideas[5]}
Day 7: ${ideas[6]}
Day 8: ${ideas[7]}
Day 9: ${ideas[8]}
Day 10: ${ideas[9]}
Day 11: ${ideas[10]}
Day 12: ${ideas[11]}
Day 13: ${ideas[12]}
Day 14: ${ideas[13]}
Day 15: ${ideas[14]}
Day 16: ${ideas[15]}
Day 17: ${ideas[16]}
Day 18: ${ideas[17]}
Day 19: ${ideas[18]}
Day 20: ${ideas[19]}
Day 21: ${ideas[20]}
Day 22: ${ideas[21]}
Day 23: ${ideas[22]}
Day 24: ${ideas[23]}
Day 25: ${ideas[24]}
Day 26: ${ideas[25]}
Day 27: ${ideas[26]}
Day 28: ${ideas[27]}
Day 29: ${ideas[28]}
Day 30: ${ideas[29]}
Tip: Har post ke end me CTA lagao β βWhatsApp/DM for detailsβ.
`;
document.getElementById("c_out").style.display="block";
document.getElementById("c_copywrap").style.display="flex";
document.getElementById("c_out").innerHTML = `
`;
function genResume(){
const name = document.getElementById("r_name").value.trim();
const city = document.getElementById("r_city").value.trim();
const edu = document.getElementById("r_edu").value.trim();
const skills = document.getElementById("r_skills").value.trim() || "Communication, Teamwork, Basic Computer";
const obj = document.getElementById("r_obj").value.trim() || "Looking for opportunities to learn, grow and contribute.";
if(!name || !edu){ alert("Name aur Education fill karo."); return; }
const out =
`RESUME (Student/Fresher)
Name: ${name}
Location: ${city || "β"}
Email: __________
Mobile: __________
CAREER OBJECTIVE
- ${obj}
EDUCATION
- ${edu}
SKILLS
- ${skills.split(",").map(s=>s.trim()).filter(Boolean).join(", ")}
PROJECTS (Optional)
- Project Title: __________
- Role/Work: __________
EXTRA
- Strengths: Hardworking, Quick learner, Responsible
- Languages: Hindi, English
DECLARATION
I declare that the information given above is true to the best of my knowledge.
`;
document.getElementById("r_out").style.display="block";
document.getElementById("r_copywrap").style.display="flex";
document.getElementById("r_out").innerHTML = `