Skip to content

Commit 6272bda

Browse files
authored
Modify BaseLayout title and description for FAQ page
Updated the title and description of the BaseLayout component for the FAQ page.
1 parent 613fd2c commit 6272bda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/faq/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import BaseLayout from "../../layouts/BaseLayout.astro";
44
import ExpandableFAQCard from "./ExpandableFAQCard.astro";
55
---
66

7-
<BaseLayout title="Hilfe" description="Hilfe zum Schule">
7+
<BaseLayout title="FAQ Für Lanis-Mobile" description="Hier findest du Antworten auf häufig gestellte Fragen zu Lanis-Mobile. Wenn du weitere Fragen hast, die hier nicht beantwortet werden, zögere nicht, uns zu kontaktieren.">
88
<main class="container mx-auto p-4">
99
<h1 class="mb-4 text-3xl font-bold">Häufig gestellte Fragen</h1>
1010
<p>

0 commit comments

Comments
 (0)