Update src/app/page.tsx

This commit is contained in:
2026-06-10 21:47:41 +00:00
parent 603e81b0a0
commit 284ff5981f

View File

@@ -278,6 +278,12 @@ export default function LandingPage() {
label: "Reservieren", href: "#reservieren"},
],
},
{
title: "Öffnungszeiten", items: [
{ label: "Mo - Sa: 11:30 - 22:00 Uhr" },
{ label: "So: 12:00 - 21:00 Uhr" }
]
},
{
title: "Social Media", items: [
{
@@ -294,4 +300,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}