import ContactForm from "../components/ContactForm"; import { getApiUrl } from "../utils/getApiUrl"; export default function ContactPage() { const apiUrl = getApiUrl(); return (

📬 Correspondance

Vous pouvez me contacter via ce formulaire ou sur mes réseaux sociaux.

LinkedIn: Fernand Gras-Calvet

Facebook: Fernand Gras-Calvet

Email: grascalvet.fernand@gmail.com

); }