"use client"; import React from "react"; import { Mail, MailOpen, LinkedinIcon, GithubIcon } from "lucide-react"; const Contact = () => { const itemClass = "group relative flex items-center gap-3 text-gray-700 font-mulish text-lg rounded-lg px-3 py-2 -mx-3 transition-colors duration-300 hover:text-blue-600"; return (

Contact

Feel free to contact me!

contact@valentin-massonniere.ch TheValll Valentin MASSONNIERE
); }; export default Contact;