diff --git a/src/app/page.tsx b/src/app/page.tsx index 361bdd3..8456163 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,7 +139,7 @@ export default function LandingPage() { id: "weekend", value: "Fr–Sa", title: "Freitag & Samstag", description: "17:00 – 22:00 Uhr – gemütliches Abendessen", icon: Moon }, { - id: "sunday", value: "Sonntag", title: "Sonntags", description: "11:30–14:00 & 17:00–21:00 – Mittagstisch & Abdendessen", icon: Sun + id: "sunday", value: "Sonntag", title: "Sonntags", description: "11:30–14:00 & 17:00–21:00 – Mittag & Abdendessen", icon: Sun } ]} useInvertedBackground={true}