Skip to content

Commit a5e5188

Browse files
authored
Merge pull request #96 from Gunjan10-droid/fix/footer-email-duplication
Fix: removed duplicate support email from Contact page
2 parents 505fc0b + dacda69 commit a5e5188

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

client/src/Pages/Contact.jsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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>

client/src/components/Footer.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)