File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,10 +96,7 @@ const Contact = () => {
9696 { /* Contact Info */ }
9797 < section className = "max-w-4xl mx-auto px-6 py-16 text-center" data-aos = "fade-up" >
9898 < div className = "bg-[#334155] dark:bg-gray-800 rounded-2xl p-8 shadow-lg" >
99- < div className = "flex items-center justify-center mb-4" >
100- < FaEnvelope className = "text-2xl text-[#38BDF8] dark:text-cyan-400 mr-3" />
101- < span className = "text-lg dark:text-gray-200" > support@refixly.com</ span >
102- </ div >
99+
103100 < p className = "text-[#94A3B8] dark:text-gray-300 mb-6" >
104101 We typically respond within 24 hours
105102 </ p >
Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ const Footer = () => {
145145 < div className = "flex flex-col md:flex-row justify-between items-center space-y-2 md:space-y-0" >
146146 < div className = "text-center md:text-left text-xs text-gray-500 dark:text-gray-400" >
147147 < p > © { currentYear } Refixly. Made with ❤️ All rights reserved.</ p >
148+ < p className = "mt-1" > Contact us: < a href = "mailto:support@refixly.com" className = "underline" > support@refixly.com</ a > </ p >
148149 </ div >
149150 < div className = "flex items-center space-x-4 text-xs" >
150151 < Link
You can’t perform that action at this time.
0 commit comments