mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
working chakura-ui
This commit is contained in:
@@ -78,7 +78,7 @@ export default function Home() {
|
||||
Have questions or feedback? We’d love to hear from you!
|
||||
</p>
|
||||
<Link
|
||||
href="mailto:support@firearmbuilder.com"
|
||||
href="mailto:support@ballisticbuilder.com"
|
||||
className="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">
|
||||
|
||||
Email Us
|
||||
@@ -89,7 +89,7 @@ export default function Home() {
|
||||
{/* Footer Section */}
|
||||
<footer className="bg-gray-800 text-white py-4">
|
||||
<div className="container mx-auto px-6 text-center">
|
||||
<p>© {new Date().getFullYear()} Firearm Builder. All rights reserved.</p>
|
||||
<p>© {new Date().getFullYear()} Ballistic Builder. All rights reserved.</p>
|
||||
</div>
|
||||
</footer>
|
||||
</div>)
|
||||
|
||||
Reference in New Issue
Block a user