diff --git a/src/app/page.tsx b/src/app/page.tsx index b6ece3f..8ef35c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,7 +31,6 @@ export default function LandingPage() { navItems={[ { name: "O nás", id: "about" }, { name: "Nabídka", id: "menu" }, - { name: "Objednávky", id: "ordering" }, { name: "Akce", id: "events" }, { name: "Kontakt", id: "contact" } ]} @@ -47,7 +46,7 @@ export default function LandingPage() { description="Poctivé pivo a pohoda v Kozlovicích" buttons={[ { text: "Zobrazit nabídku", href: "#menu" }, - { text: "Objednat", href: "#ordering" } + { text: "Objednat", href: "#events" } ]} slides={[ { @@ -102,24 +101,10 @@ export default function LandingPage() { /> -
- -
-