1 Commits

Author SHA1 Message Date
7432b0591c Update src/app/page.tsx 2026-05-13 12:48:36 +00:00

View File

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