This commit is contained in:
2026-06-23 15:00:30 -05:00
parent a3e0f4b29f
commit 576e6fcf0b
4 changed files with 162 additions and 5 deletions

View File

@@ -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>&copy; {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>