diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1057b5f..2cd47bf 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,51 +44,28 @@ export default function LandingPage() {
@@ -108,34 +77,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- id: "v1",
- label: "Lage",
- title: "Attraktive Lage",
- items: [
- "Hervorragende Anbindung",
- "Maximale Sichtbarkeit",
- "Zentrale Region",
- ],
+ id: "v1", label: "Lage", title: "Attraktive Lage", items: [
+ "Hervorragende Anbindung", "Maximale Sichtbarkeit", "Zentrale Region"],
},
{
- id: "v2",
- label: "Service",
- title: "Persönlicher Service",
- items: [
- "Freundliche Betreuung",
- "Schnelle Lösungen",
- "Engagiertes Team",
- ],
+ id: "v2", label: "Service", title: "Persönlicher Service", items: [
+ "Freundliche Betreuung", "Schnelle Lösungen", "Engagiertes Team"],
},
{
- id: "v3",
- label: "Vielfalt",
- title: "Flexible Nutzung",
- items: [
- "Handel & Büro",
- "Lager & Logistik",
- "Gastronomie",
- ],
+ id: "v3", label: "Vielfalt", title: "Flexible Nutzung", items: [
+ "Handel & Büro", "Lager & Logistik", "Gastronomie"],
},
]}
title="Warum Gewerbepark Rödiger?"
@@ -147,44 +98,21 @@ export default function LandingPage() {
@@ -259,37 +159,23 @@ export default function LandingPage() {
logoText="Gewerbepark Rödiger"
columns={[
{
- title: "Navigation",
- items: [
+ title: "Navigation", items: [
{
- label: "Start",
- href: "#hero",
- },
+ label: "Start", href: "#hero"},
{
- label: "Vorteile",
- href: "#vorteile",
- },
+ label: "Vorteile", href: "#vorteile"},
{
- label: "Flächen",
- href: "#nutzung",
- },
+ label: "Flächen", href: "#nutzung"},
{
- label: "Kontakt",
- href: "#contact",
- },
+ label: "Kontakt", href: "#contact"},
],
},
{
- title: "Rechtliches",
- items: [
+ title: "Rechtliches", items: [
{
- label: "Impressum",
- href: "#",
- },
+ label: "Impressum", href: "#"},
{
- label: "Datenschutz",
- href: "#",
- },
+ label: "Datenschutz", href: "#"},
],
},
]}