diff --git a/src/components/Contact/ContactCard.css b/src/components/Contact/ContactCard.css index 7f4d8f6..d437095 100644 --- a/src/components/Contact/ContactCard.css +++ b/src/components/Contact/ContactCard.css @@ -69,7 +69,7 @@ rgba(255, 255, 255, 0) 50% ); /* backdrop-filter: blur(10.5px); */ - color: #1e1e1e; + color: #000; } .text-field h2 { diff --git a/src/components/Contact/ContactCard.jsx b/src/components/Contact/ContactCard.jsx index 0d3514d..8fcd541 100644 --- a/src/components/Contact/ContactCard.jsx +++ b/src/components/Contact/ContactCard.jsx @@ -83,6 +83,7 @@ const ContactCard = ({ details }) => { className="card-container" onMouseEnter={() => setIsHovered(true)} onMouseLeave={() => setIsHovered(false)} + onClick={() => setIsHovered(!isHovered)} >
-
-

Contact Us

-

We’d love to hear from you! Whether you have questions, feedback, or just want to chat, feel free to reach out to us. Your thoughts and inquiries are valuable to us, and we’re here to help in any way we can.

-
+ { + name: "Athul Babu", + title: "Event Head", + email: "athulbabu5088@gmail.com", + phone: "", + linkedin: "https://www.linkedin.com/in/athul-babu-9b55362a5/", + img: eventhead, + }, - {contactDetails.map((cd, index) => ( - - ))} - - -
+ { + name: "Aleena Prince", + title: "Event Head", + email: "aleenaprince.mec@gmail.com", + phone: "", + linkedin: "https://www.linkedin.com/in/aleena-prince-b85244230/", + img: eventhead2, + }, + ]; + return ( + <> +
+

Contact Us

+

+ We’d love to hear from you! Whether you have questions, feedback, or + just want to chat, feel free to reach out to us. Your thoughts and + inquiries are valuable to us, and we’re here to help in any way we + can. +

+
+ {contactDetails.map((cd, index) => ( + + ))}
- - ) -} \ No newline at end of file +
+ + ); +} diff --git a/src/components/FAQ/FAQCard.css b/src/components/FAQ/FAQCard.css index 0ff4559..4957ad5 100644 --- a/src/components/FAQ/FAQCard.css +++ b/src/components/FAQ/FAQCard.css @@ -1,5 +1,3 @@ -@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap"); - .faq { width: 100%; min-height: 100vh; @@ -16,7 +14,7 @@ display: flex; justify-content: center; align-items: center; - font-family: "Syne", sans-serif; + font-family: "Syne Medium", sans-serif; font-weight: 400; /* Set color to be inverted based on background*/ color: #fff;