/* ========== Página CONTACTO ========== */ /* Reutiliza globals de components-v2.jsx: Nav, Cursor, Footer, SilencioSticky, ArrowNE, HoldingBrandName. Diseño según Web_Contactus (Figma). */ function navTo(id) { if (id === "contacto") { window.scrollTo({ top: 0, behavior: "smooth" }); return; } if (id === "nosotros") { window.location.href = "nosotros.html"; return; } if (id === "servicios") { window.location.href = "servicios.html"; return; } if (id === "archivo" || id === "prensa") { window.location.href = "archivo.html"; return; } window.location.href = "La Chismosa.html"; } /* ---------- Hero + formulario ---------- */ function ContactHero() { const lang = useLang(); const onSubmit = (e) => { e.preventDefault(); // TODO: conectar a backend / servicio de email alert(t("¡Gracias! Te responderemos muy pronto.", "Thank you! We'll get back to you very soon.")); }; return (

{t("Y SÍ, NOS", "AND YES, WE")}
{t("ENCANTA", "LOVE")}
{t("HABLAR DE TI", "TALKING ABOUT YOU")}