From 6987f87a926937b4700cf3ea646c13b725484f52 Mon Sep 17 00:00:00 2001 From: Rahaf Date: Mon, 12 Jan 2026 17:29:19 +0300 Subject: [PATCH] Added Email js --- src/Components/Sections/Contact/Contact.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Components/Sections/Contact/Contact.jsx b/src/Components/Sections/Contact/Contact.jsx index 75a82ea..320f13f 100644 --- a/src/Components/Sections/Contact/Contact.jsx +++ b/src/Components/Sections/Contact/Contact.jsx @@ -22,10 +22,10 @@ const Contact = () => { setMessage({ text: "", type: "" }); emailjs .sendForm( - "service_dynf5hg", - "template_l4ik4he", + "service_cqcqipd", + "template_o7xejbn", form.current, - "rRjr_WNgPp7_rGno1" + "_JAFEi75xtLgmGaNi" ) .then( (result) => {