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)} >
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.
-+ 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. +
+