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

@@ -9,7 +9,7 @@ export default function About() {
<div className="container mx-auto px-6 text-center"> <div className="container mx-auto px-6 text-center">
<h3 className="text-3xl font-bold mb-6">About Us</h3> <h3 className="text-3xl font-bold mb-6">About Us</h3>
<p className="text-gray-700"> <p className="text-gray-700">
Ballistic Builderis your go-to platform for customizing, building, Ballistic Builder is your go-to platform for customizing, building,
and exploring firearm parts. Designed for enthusiasts by and exploring firearm parts. Designed for enthusiasts by
enthusiasts, we make firearm building easy and accessible. enthusiasts, we make firearm building easy and accessible.
</p> </p>

View File

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