bugfixes
This commit is contained in:
@@ -219,8 +219,8 @@ export default function Footer() {
|
||||
<div className="border-t border-white/5 pt-8 flex flex-col md:flex-row justify-between items-center text-gray-500 text-xs uppercase tracking-wider">
|
||||
<p>© {new Date().getFullYear()} Budd Electric Co. TECL #17007</p>
|
||||
<div className="flex gap-6 mt-4 md:mt-0">
|
||||
<Link href="https://www.thryv.com/client-privacy-policy/" target="_blank" rel="noopener noreferrer" className="hover:text-white transition-colors">Privacy Policy</Link>
|
||||
<Link href="https://www.thryv.com/client-terms-of-use/" target="_blank" rel="noopener noreferrer" className="hover:text-white transition-colors">Terms of Service</Link>
|
||||
<Link href="/privacy-policy" className="hover:text-white transition-colors">Privacy Policy</Link>
|
||||
<Link href="/terms-of-service" className="hover:text-white transition-colors">Terms of Service</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user