Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user