1 Commits

Author SHA1 Message Date
3f15275786 Update src/app/page.tsx 2026-05-13 12:48:19 +00:00

View File

@@ -218,7 +218,7 @@ export default function LandingPage() {
title="Schreiben Sie uns"
description="Wir freuen uns auf Ihre Nachricht oder Reservierung."
inputPlaceholder="Ihre E-Mail"
buttonText="Надіслати повідомлення"
buttonText="Jetzt reservieren"
/>
</div>
@@ -226,26 +226,26 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Навігація", items: [
title: "Navigation", items: [
{
label: "Головна", href: "#hero"},
label: "Home", href: "#hero"},
{
label: "Меню", href: "#menu"},
label: "Speisekarte", href: "#menu"},
{
label: "Контакти", href: "#contact"},
label: "Kontakt", href: "#contact"},
],
},
{
title: "Юридична інформація", items: [
title: "Rechtliches", items: [
{
label: "Вихідні дані", href: "#"},
label: "Impressum", href: "#"},
{
label: "Конфіденційність", href: "#"},
label: "Datenschutz", href: "#"},
],
},
]}
bottomLeftText="© 2024 У Аделі"
bottomRightText="Всі права захищені."
bottomRightText="Alle Rechte vorbehalten."
/>
</div>
</ReactLenis>