A gentle, Scripture-anchored 60-second reset for the moment your body feels tight, your mind feels loud,
and you need peace without a whole production.
1
Press “Start Reset”One minute. Slow breath + a short prayer + a truth to carry.
2
Let your shoulders dropNo fixing. No explaining. Just peace — right now.
3
Get it emailed to youSo you can replay it anytime — in the car, hallway, or bed.
Status: Ready when you are.
1-Minute Reset is playing. Breathe with the timer.
01:00
// ✅ SUCCESS (single source of truth)
formMsg.textContent =
"✅ Sent! Check your inbox in a minute (and spam/promotions just in case).";
setStatus("Lead saved + delivery email sent.", "ok");
} catch (err) {
console.error("Submit error:", err);
formMsg.textContent =
"⚠️ Could not send right now. Please try again in a moment.";
setStatus("Temporary submit issue.", "err");
}
});