fotter stuff

This commit is contained in:
2024-11-21 15:46:29 -05:00
parent 8951fa4f39
commit 0a2e08e65b
2 changed files with 4 additions and 3 deletions

View File

@@ -6,8 +6,9 @@ export default function Footer() {
(
<footer className="bg-gray-800 text-white py-4">
<div className="container mx-auto px-6 text-center">
{/* <p>&copy; {new Date().getFullYear()} Ballistic Builder. All rights reserved.</p> */}
<p>&copy; 2024 Ballistic Builder. All rights reserved.</p>
<p>&copy; {new Date().getFullYear()} Ballistic Builder. All rights reserved.</p>
<p>Built by Forward Group</p>
</div>
</footer>
)