import { img10 } from "./asset" import ReCAPTCHA from "react-google-recaptcha" import useRecaptcha from "./Recaptcha/useRecaptcha" import { useLocation } from "react-router-dom" import { useEffect } from "react" const ContactForm = () => { const { capchaToken, handleRecaptcha } = useRecaptcha() const location = useLocation() useEffect(() => { if (location.hash) { const element = document.querySelector(location.hash) if (element) { element.scrollIntoView({ behavior: "smooth" }) } } }, [location]) return (
Kami percaya bahwa kolaborasi adalah kunci kesuksesan. Hubungi kami hari ini, dan mari wujudkan masa depan bisnis Anda bersama Rekan AI!
{/* Form Section */}Silakan isi data diri Anda pada formulir di bawah ini