Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f35eaa7b2 | |||
| 3eb2a30a1d | |||
| 3f15275786 | |||
| 51c4cc2390 |
@@ -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="Absenden"
|
||||
buttonText="Надіслати повідомлення"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -226,29 +226,29 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
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 У Аделі"
|
||||
bottomRightText="Alle Rechte vorbehalten."
|
||||
bottomRightText="Всі права захищені."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user