From 6804569e35047a7d35d928aaa36532421772a695 Mon Sep 17 00:00:00 2001 From: Mouaz Salah Date: Wed, 8 Oct 2025 20:41:54 +0300 Subject: [PATCH 1/4] feat(contact): activate contact form and update text content as per program guidelines --- src/components/sections/ContactSection.tsx | 61 +++++++++++++++++----- src/styles/ContactSection.css | 57 ++++++++++++++++++++ 2 files changed, 104 insertions(+), 14 deletions(-) diff --git a/src/components/sections/ContactSection.tsx b/src/components/sections/ContactSection.tsx index 11bdf33..21ac8eb 100644 --- a/src/components/sections/ContactSection.tsx +++ b/src/components/sections/ContactSection.tsx @@ -1,29 +1,62 @@ import React from 'react'; import '../../styles/ContactSection.css'; import '../../styles/ContactInfo.css'; -import { FaInfoCircle } from 'react-icons/fa'; const ContactSection: React.FC = () => { return (
-

Get in Touch

+

Get in Touch

+

Ready to connect with the Elmentor Program? We'd love to hear from you!

- -
-
- -
-

Contact Form Coming Soon!

+ +
{ + e.preventDefault(); + window.open('https://forms.office.com/pages/responsepage.aspx?id=VMuHclbbA0SbDZvix-_OTiBS0-e3DjdBpyuSsEcOutNUQ002QVU3U1IyU0JWSzRXUlBDOTdNQkIyMiQlQCN0PWcu&route=shorturl', '_blank'); + }} + > +

Apply to Join Elmentor Community

+

+ We’re excited to hear from you! +

- We're working on implementing a contact form. For now, the best way to reach us is through Facebook. + Please note that we currently have a substantial waiting list, + and it may take up to six months or more before we can get back to you. +

+ +

+ If you'd like to bypass the waiting list, you may contact + Ms. Nadia (Financial Manager) at + +20 122 407 3193. + Please note that offers and discounts will not apply in this case. +

+ +
+ + +
+ +
+ + +
+ +
+ +