UPDATE: changed the email in footer to the Official Gander email

This commit is contained in:
white
2025-02-27 11:30:41 +00:00
parent 3f97e1e9de
commit e79ebd0b15

View File

@@ -49,7 +49,7 @@ const Footer = () => {
{/* Office Section */}
<div className="flex-1 min-w-[200px]">
<h3 className="text-lg font-semibold mb-2">Contact Us!</h3>
<a href="mailto:xyzemail@gmail.com" className="underline">
<a href="mailto:response.gander@gmail.com" className="underline">
response.gander@gmail.com
</a>
</div>