Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f35eaa7b2 | |||
| 3eb2a30a1d | |||
| 3f15275786 | |||
| 51c4cc2390 |
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user