Merge branch 'develop' of ssh://gitea.gofwd.group:2225/dstrawsb/ballistic-builder into develop

This commit is contained in:
2024-11-21 16:00:31 -05:00
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>
) )