// J Renee Studios — Inquire page sections // Three sections: Hero (typography-only), Form (GHL embed on beige), What to Expect (white) // ---------- 1. HERO (typography-only) ---------- function IqHero() { return (
Inquire

Tell me your story.

This goes straight to me — Jennifer. I respond to every inquiry personally, usually within an hour during the day.

); } // ---------- 2. FORM (GHL iframe embed) ---------- // The GHL helper script is loaded *after* the iframe mounts so it can // successfully resize and post messages to the embedded form. function IqForm() { React.useEffect(() => { const SRC = "https://link.clicktolaunch.co/js/form_embed.js"; if (document.querySelector(`script[src="${SRC}"]`)) return; const s = document.createElement("script"); s.src = SRC; s.async = true; document.body.appendChild(s); }, []); return (
{/* GoHighLevel — MAIN intake form */}