stuff...?

This commit is contained in:
2024-11-20 14:54:05 -05:00
parent 15bc578fa4
commit 4ec942d3c7
54 changed files with 4285 additions and 21 deletions

View File

@@ -47,7 +47,7 @@ export default function Home() {
<div className="bg-white shadow-md p-6 rounded">
<h4 className="text-xl font-bold mb-2">Compatibility Checker</h4>
<p className="text-gray-600">
Ensure every part works perfectly together.
Ensure every component works perfectly together.
</p>
</div>
<div className="bg-white shadow-md p-6 rounded">
@@ -64,7 +64,7 @@ export default function Home() {
<div className="container mx-auto px-6 text-center">
<h3 className="text-3xl font-bold mb-6">About Us</h3>
<p className="text-gray-700">
Firearm Builder is 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
enthusiasts, we make firearm building easy and accessible.
</p>
@@ -90,6 +90,8 @@ export default function Home() {
<footer className="bg-gray-800 text-white py-4">
<div className="container mx-auto px-6 text-center">
<p>&copy; {new Date().getFullYear()} Firearm Builder. All rights reserved.</p>
<p>Built By Forward Group</p>
</div>
</footer>
</div>)