diff --git a/src/app/page.tsx b/src/app/page.tsx
index 86e2f5d..f07b0c6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -56,46 +41,17 @@ export default function LandingPage() {
@@ -106,42 +62,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- id: "s1",
- title: "Damen",
- author: "Style & Care",
- description: "Individuelle Schnitte, Farbbehandlungen und Styling-Konzepte.",
- tags: [
- "Schnitt",
- "Farbe",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/from-barber-combing-drying-hair-client_23-2147778798.jpg",
- imageAlt: "Damen Styling",
- },
- {
- id: "s2",
- title: "Herren",
- author: "Modern Barber",
- description: "Moderne Cuts, Bartpflege und präzises Styling für den perfekten Look.",
- tags: [
- "Barber",
- "Cut",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4661.jpg",
- imageAlt: "Herren Cut",
- },
- {
- id: "s3",
- title: "Beauty",
- author: "Luxury Beauty",
- description: "Brows, Lashes und Makeup-Services für besondere Anlässe.",
- tags: [
- "Brows",
- "Lashes",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-going-through-microblading-treatment_23-2149238677.jpg",
- imageAlt: "Beauty Services",
- },
+ { id: "s1", title: "Damen", author: "Style & Care", description: "Individuelle Schnitte, Farbbehandlungen und Styling-Konzepte.", tags: ["Schnitt", "Farbe"], imageSrc: "http://img.b2bpic.net/free-photo/from-barber-combing-drying-hair-client_23-2147778798.jpg", imageAlt: "Damen Styling" },
+ { id: "s2", title: "Herren", author: "Modern Barber", description: "Moderne Cuts, Bartpflege und präzises Styling für den perfekten Look.", tags: ["Barber", "Cut"], imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4661.jpg", imageAlt: "Herren Cut" },
+ { id: "s3", title: "Beauty", author: "Luxury Beauty", description: "Brows, Lashes und Makeup-Services für besondere Anlässe.", tags: ["Brows", "Lashes"], imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-going-through-microblading-treatment_23-2149238677.jpg", imageAlt: "Beauty Services" }
]}
title="Unsere Services"
description="Exzellenz in Schnitt, Farbe und Beauty."
@@ -152,12 +75,7 @@ export default function LandingPage() {
@@ -165,44 +83,15 @@ export default function LandingPage() {