Update src/app/page.tsx
This commit is contained in:
@@ -30,7 +30,7 @@ export default function LandingPage() {
|
||||
brandName="Kitakata"
|
||||
navItems={[
|
||||
{ name: "O nás", id: "about" },
|
||||
{ name: "Menu", id: "features" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Recenze", id: "testimonials" },
|
||||
{ name: "Galerie", id: "gallery" },
|
||||
{ name: "Kontakt", id: "contact" }
|
||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
logoText="KITAKATA"
|
||||
description="Čerstvé suroviny, velké porce a jedinečné chutě Asie"
|
||||
buttons={[
|
||||
{ text: "Zobrazit menu", href: "#features" },
|
||||
{ text: "Zobrazit menu", href: "/menu" },
|
||||
{ text: "Rezervovat stůl", href: "tel:720180805" }
|
||||
]}
|
||||
slides={[
|
||||
@@ -179,7 +179,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Restaurace", items: [
|
||||
{ label: "O nás", href: "#about" },
|
||||
{ label: "Menu", href: "#features" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "Galerie", href: "#gallery" }
|
||||
]
|
||||
},
|
||||
@@ -203,4 +203,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user