We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fd2399 + e051210 commit c5739c8Copy full SHA for c5739c8
src/components/Footer.tsx
@@ -39,7 +39,7 @@ const Footer = () => {
39
40
{/* Contact Info & Social */}
41
<div className="space-y-4">
42
- <Link to="/contact-us" className="text-gray-300 hover:text-solar-gold transition-colors">Contact Us</Link>
+ <Link to="/contact" className="text-gray-300 hover:text-solar-gold transition-colors">Contact Us</Link>
43
<div className="space-y-3">
44
<a className="text-gray-300 hover:text-solar-gold transition-colors" href="mailto:contact@solvenergy.in">contact@solvenergy.in</a>
45
<div className="flex gap-4">
0 commit comments