chore: Update footer

This commit is contained in:
Eric Gullickson
2026-01-11 19:51:34 -06:00
parent a35d05f08a
commit 068db991a4
2 changed files with 2 additions and 2 deletions

View File

@@ -252,7 +252,7 @@ export const HomePage = () => {
<footer className="bg-black text-white py-8 px-4 md:px-8 border-t border-white/10">
<div className="max-w-7xl mx-auto text-center">
<p className="text-white/50">
&copy; {new Date().getFullYear()} MotoVaultPro. All rights reserved.
&copy; {new Date().getFullYear()} FB Technologies LLC. All rights reserved.
</p>
</div>
</footer>