diff --git a/src/components/pages/home/sections/ContactSection/ContactSection.tsx b/src/components/pages/home/sections/ContactSection/ContactSection.tsx index fd8fd4e..0a188b9 100644 --- a/src/components/pages/home/sections/ContactSection/ContactSection.tsx +++ b/src/components/pages/home/sections/ContactSection/ContactSection.tsx @@ -6,7 +6,7 @@ import GRADIENTS from "@lib/gradients"; import styles from "./ContactSection.module.scss"; export const ContactSection: React.FC = () => { - const email = "leocser632@gmail.com"; + const email = "leonard.cseres@devleo.ch"; return ( <>