working chakura-ui

This commit is contained in:
2024-11-21 13:03:00 -05:00
parent ada465af64
commit 7b38c8a082
12 changed files with 85 additions and 70 deletions

View File

@@ -78,7 +78,7 @@ export default function Home() {
Have questions or feedback? Wed 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>&copy; {new Date().getFullYear()} Firearm Builder. All rights reserved.</p>
<p>&copy; {new Date().getFullYear()} Ballistic Builder. All rights reserved.</p>
</div>
</footer>
</div>)