const React = window.React; const { useEffect, useRef } = React; const { Header, Footer, useReveal } = window.NodeItParts; const CAL_URL = "https://calendly.com/terence-nodeit/30min?primary_color=c879ff"; function ContactApp() { useReveal(); const calRef = useRef(null); useEffect(() => { let tries = 0; const init = () => { const el = calRef.current; if (window.Calendly && el) { el.innerHTML = ""; window.Calendly.initInlineWidget({ url: CAL_URL, parentElement: el }); } else if (tries++ < 80) { setTimeout(init, 100); } }; init(); }, []); return (
Un appel pour diagnostiquer votre besoin, produit, IA ou growth, et vous dire franchement par où commencer. Sans engagement.