init
This commit is contained in:
12
src/components/Footer.tsx
Normal file
12
src/components/Footer.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
function Footer() {
|
||||
return (
|
||||
<footer className="border-t border-slate-800 bg-slate-900 py-12">
|
||||
<div className="container mx-auto px-6 text-center text-slate-400">
|
||||
<p>© 2025 Budapest Bisztró. Minden jog fenntartva.</p>
|
||||
<p className="mt-2">123 Budapest utca, Budapest, Magyarország | info@budapestbisztro.hu</p>
|
||||
</div>
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
|
||||
export default Footer;
|
||||
Reference in New Issue
Block a user