From 78f01ec6c366ad446bcea2a7edc852159fa942d1 Mon Sep 17 00:00:00 2001 From: Benno Tielen Date: Mon, 28 Jul 2025 14:07:00 +0200 Subject: [PATCH] feature: add menu items --- src/app/(home)/layout.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/app/(home)/layout.tsx b/src/app/(home)/layout.tsx index 93dd078..016ffb4 100644 --- a/src/app/(home)/layout.tsx +++ b/src/app/(home)/layout.tsx @@ -90,9 +90,9 @@ export default function RootLayout({ href: "/gruppe/kathocchino" }, { - title: "Credo & Agape", - description: "Gesprächskreis für Erwachsene ab 45 Jahren", - href: "/gruppe/credo-agape" + title: "Bibel & Agape", + description: "Bibelgesprächskreis für Erwachsene", + href: "/gruppe/bibel-agape" }, { title: "Gemeinsam Kultur erleben", @@ -235,6 +235,11 @@ export default function RootLayout({ description: "Ein Fest der Gemeinschaft mit Jesus", href: "/gruppe/erstkommunion" }, + { + title: "Taufkurs", + description: "Katholischer Glaubenskurs in Berlin", + href: "/gruppe/erwachsenentaufe" + }, { title: "Alphakurs", description: "Freude am Glauben entdecken",