Tax Lawfirm Demo 1
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export default function Footer() {
|
||||
return (
|
||||
<footer className="bg-gray-900 text-white py-10 text-center text-sm">
|
||||
<div>© {new Date().getFullYear()} Steuerkanzlei Mustermann. Alle Rechte vorbehalten.</div>
|
||||
<div className="mt-2">
|
||||
<a href="#" className="underline mx-2">Impressum</a>|
|
||||
<a href="#" className="underline mx-2">Datenschutz</a>
|
||||
</div>
|
||||
</footer>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user