mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 10:46:44 -05:00
merge conflict fixed
This commit is contained in:
14
src/components/site/Footer/index.tsx
Normal file
14
src/components/site/Footer/index.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
export default function Footer() {
|
||||
|
||||
return (
|
||||
(
|
||||
<footer className="bg-gray-950 text-white py-4">
|
||||
<div className="container mx-auto px-6 text-center">
|
||||
<p>© {new Date().getFullYear()} Ballistic Builder. All rights reserved.</p>
|
||||
<p>Built by Forward Group ⚡</p>
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
)
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user