Update src/app/page.tsx

This commit is contained in:
2026-03-19 19:21:08 +00:00
parent 0859e78667
commit 48fb7a491f

View File

@@ -139,7 +139,7 @@ export default function LandingPage() {
id: "weekend", value: "FrSa", title: "Freitag & Samstag", description: "17:00 22:00 Uhr gemütliches Abendessen", icon: Moon
},
{
id: "sunday", value: "Sonntag", title: "Sonntags", description: "11:3014:00 & 17:0021:00 Mittagstisch & Abdendessen", icon: Sun
id: "sunday", value: "Sonntag", title: "Sonntags", description: "11:3014:00 & 17:0021:00 Mittag & Abdendessen", icon: Sun
}
]}
useInvertedBackground={true}