use local asswts

This commit is contained in:
2025-10-16 11:16:58 +02:00
parent d3b4bb0c3a
commit 2edcd9c02b
18 changed files with 27 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ function Footer() {
<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>&copy; 2025 Budapest Bisztró. Minden jog fenntartva.</p>
<p className="mt-2">123 Budapest utca, Budapest, Magyarország | info@budapestbisztro.hu</p>
<p className="mt-2">1204 Budapest, Árpád fejedelem útja 1. | info@budapestbisztro.hu</p>
</div>
</footer>
);