diff --git a/src/app/page.tsx b/src/app/page.tsx
index c97e265..619d770 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,79 +31,33 @@ export default function LandingPage() {
@@ -114,50 +68,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "s1",
- title: "Herrenhaarschnitt",
- author: "Präzision",
- description: "Moderner Schnitt, schnell und akkurat.",
- tags: [
- "Schnell",
- "Top",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-hairdresser-apron-holding-hair-brushes-looking-front-with-serious-face-crossing-hands-standing-white-wall_141793-71676.jpg",
- },
- {
- id: "s2",
- title: "Damenhaarschnitt",
- author: "Stilvoll",
- description: "Individuelle Beratung für Ihren Look.",
- tags: [
- "Trend",
- "Stil",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-work_52683-130985.jpg",
- },
- {
- id: "s3",
- title: "Kinderhaarschnitt",
- author: "Geduldig",
- description: "Ein entspanntes Erlebnis für die Kleinen.",
- tags: [
- "Familie",
- "Freundlich",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-getting-haircut-salon_23-2149870407.jpg",
- },
- {
- id: "s4",
- title: "Styling & Finish",
- author: "Perfektion",
- description: "Das perfekte Finish für jeden Anlass.",
- tags: [
- "Finish",
- "Stil",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-customer-hair_23-2148257012.jpg",
- },
+ { id: "s1", title: "Herrenhaarschnitt", author: "Präzision", description: "Moderner Schnitt, schnell und akkurat.", tags: ["Schnell", "Top"], imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-hairdresser-apron-holding-hair-brushes-looking-front-with-serious-face-crossing-hands-standing-white-wall_141793-71676.jpg" },
+ { id: "s2", title: "Damenhaarschnitt", author: "Stilvoll", description: "Individuelle Beratung für Ihren Look.", tags: ["Trend", "Stil"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-work_52683-130985.jpg" },
+ { id: "s3", title: "Kinderhaarschnitt", author: "Geduldig", description: "Ein entspanntes Erlebnis für die Kleinen.", tags: ["Familie", "Freundlich"], imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-getting-haircut-salon_23-2149870407.jpg" },
+ { id: "s4", title: "Styling & Finish", author: "Perfektion", description: "Das perfekte Finish für jeden Anlass.", tags: ["Finish", "Stil"], imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-customer-hair_23-2148257012.jpg" },
]}
title="Unsere Leistungen"
description="Professioneller Service für die ganze Familie."
@@ -171,26 +85,10 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "4.4⭐",
- description: "Bewertung bei 74 Rezensionen",
- },
- {
- id: "m2",
- value: "Schnell",
- description: "Effizienter Service ohne lange Wartezeit",
- },
- {
- id: "m3",
- value: "Bahnhof",
- description: "Zentral am Bahnhofplatz Wil",
- },
- {
- id: "m4",
- value: "Team",
- description: "Ein freundliches, erfahrenes Team",
- },
+ { id: "m1", value: "4.4⭐", description: "Bewertung bei 74 Rezensionen" },
+ { id: "m2", value: "Schnell", description: "Effizienter Service ohne lange Wartezeit" },
+ { id: "m3", value: "Bahnhof", description: "Zentral am Bahnhofplatz Wil" },
+ { id: "m4", value: "Team", description: "Ein freundliches, erfahrenes Team" },
]}
title="Warum Hair-factory?"
description="Ihre Zufriedenheit ist unser Antrieb."
@@ -199,44 +97,15 @@ export default function LandingPage() {
@@ -278,10 +135,7 @@ export default function LandingPage() {
title="Besuchen Sie uns direkt am Bahnhof"
description="Bahnhofplatz 3, 9500 Wil. Beste Lage für Ihren Besuch."
buttons={[
- {
- text: "Route planen",
- href: "https://maps.google.com/?q=Bahnhofplatz+3+9500+Wil",
- },
+ { text: "Route planen", href: "https://maps.google.com/?q=Bahnhofplatz+3+9500+Wil" },
]}
imageSrc="http://img.b2bpic.net/free-photo/empty-hairdresser-shop-with-chairs_23-2149220584.jpg"
/>
@@ -290,9 +144,7 @@ export default function LandingPage() {