diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 0214ecb..f749e48 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -8,28 +8,22 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
- "name": "Über uns",
- "href": "#about"
+ "name": "Über uns", "href": "#about"
},
{
- "name": "Veranstaltungen",
- "href": "#events"
+ "name": "Veranstaltungen", "href": "#events"
},
{
- "name": "Gebetszeiten",
- "href": "#prayer"
+ "name": "Gebetszeiten", "href": "#prayer"
},
{
- "name": "Galerie",
- "href": "#gallery"
+ "name": "Galerie", "href": "#gallery"
},
{
- "name": "Kontakt",
- "href": "#contact"
+ "name": "Kontakt", "href": "#contact"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
}
];
@@ -39,10 +33,9 @@ export default function Layout() {
@@ -53,38 +46,26 @@ export default function Layout() {
brand="IHG Kiel"
columns={[
{
- title: "IHG Kiel",
- items: [
+ title: "IHG Kiel", items: [
{
- label: "Über uns",
- href: "#about",
- },
+ label: "Über uns", href: "#about"},
{
- label: "Events",
- href: "#events",
- },
+ label: "Events", href: "#events"},
],
},
{
- title: "Rechtliches",
- items: [
+ title: "Rechtliches", items: [
{
- label: "Impressum",
- href: "#",
- },
+ label: "Impressum", href: "#"},
{
- label: "Datenschutz",
- href: "#",
- },
+ label: "Datenschutz", href: "#"},
],
},
]}
copyright="© 2025 IHG Kiel – Islamische Hochschulgruppe Kiel"
links={[
{
- label: "Startseite",
- href: "#hero",
- },
+ label: "Startseite", href: "#hero"},
]}
/>