Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -31,12 +31,12 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Catering", id: "catering" },
|
||||
{ name: "Rezervace", id: "contact" },
|
||||
{ name: "Rezervace", id: "rezervace" },
|
||||
{ name: "Kontakt", id: "contact" },
|
||||
]}
|
||||
brandName="Vikárka Asia Bistro Louny"
|
||||
button={{
|
||||
text: "Rezervace", href: "#contact"}}
|
||||
text: "Rezervace", href: "#rezervace"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
description="Autentické chutě Asie v srdci Loun. Podívejte se na náš výběr pokrmů a příjemný interiér."
|
||||
buttons={[
|
||||
{
|
||||
text: "Rezervovat stůl", href: "#contact"},
|
||||
text: "Rezervovat stůl", href: "#rezervace"},
|
||||
{
|
||||
text: "Prohlédnout menu", href: "#menu"},
|
||||
]}
|
||||
@@ -127,7 +127,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<div id="rezervace" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Rezervace a kontakt"
|
||||
@@ -146,7 +146,7 @@ export default function LandingPage() {
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Hlavní stránka", href: "#" }, { label: "Menu", href: "#menu" }] },
|
||||
{ items: [{ label: "Kontakt", href: "#contact" }, { label: "Rezervace", href: "#contact" }] },
|
||||
{ items: [{ label: "Kontakt", href: "#rezervace" }, { label: "Rezervace", href: "#rezervace" }] },
|
||||
]}
|
||||
logoText="Vikárka Asia Bistro Louny"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user