mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
fotter stuff
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>© {new Date().getFullYear()} Ballistic Builder. All rights reserved.</p> */}
|
<p>© {new Date().getFullYear()} Ballistic Builder. All rights reserved.</p>
|
||||||
<p>© 2024 Ballistic Builder. All rights reserved.</p>
|
<p>Built by Forward Group</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user