diff --git a/src/app/page.tsx b/src/app/page.tsx
index d3f2f4c..1ff8c27 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,59 +29,28 @@ export default function LandingPage() {
@@ -92,9 +61,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Über mich"
description={[
- "Mein Name ist Ellina Selak und meine Mission ist es, in Ihrem Zuhause Harmonie zu schaffen. Jedes Objekt und jeder Raum verdient Sorgfalt und Aufmerksamkeit.",
- "Durch jahrelange Erfahrung im Bereich Organisation und Reinigung biete ich Ihnen nicht nur einen Service, sondern ein Lifestyle-Upgrade für Ihr tägliches Wohlbefinden.",
- ]}
+ "Mein Name ist Ellina Selak und meine Mission ist es, in Ihrem Zuhause Harmonie zu schaffen. Jedes Objekt und jeder Raum verdient Sorgfalt und Aufmerksamkeit.", "Durch jahrelange Erfahrung im Bereich Organisation und Reinigung biete ich Ihnen nicht nur einen Service, sondern ein Lifestyle-Upgrade für Ihr tägliches Wohlbefinden."]}
/>
@@ -104,70 +71,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
- {
- id: "1",
- title: "Easy Clean",
- price: "ab 80€",
- period: "/ Termin",
- features: [
- "Oberflächenreinigung",
- "Staubwischen",
- "Wohnraum-Refining",
- ],
- button: {
- text: "Anfragen",
- href: "#contact",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-telephone-directory-still-life_23-2149854956.jpg?_wi=1",
- },
- {
- id: "2",
- title: "Deep Clean",
- price: "ab 150€",
- period: "/ Termin",
- features: [
- "Grundreinigung",
- "Hygiene-Check",
- "Küche & Bad Fokus",
- ],
- button: {
- text: "Anfragen",
- href: "#contact",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358967.jpg",
- },
- {
- id: "3",
- title: "Fenster & Licht",
- price: "ab 60€",
- period: "/ Termin",
- features: [
- "Fensterreinigung",
- "Spiegel-Politur",
- "Licht-Glanz",
- ],
- button: {
- text: "Anfragen",
- href: "#contact",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/male-housekeeper-cleaning-glass-window-home_58466-11241.jpg",
- },
- {
- id: "4",
- title: "Organize Home",
- price: "ab 200€",
- period: "/ Tag",
- features: [
- "Struktur-Konzept",
- "Ordnungs-Systeme",
- "Unterlagen-Sortierung",
- ],
- button: {
- text: "Anfragen",
- href: "#contact",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797619.jpg?_wi=2",
- },
+ { id: "1", title: "Easy Clean", price: "ab 80€", period: "/ Termin", features: ["Oberflächenreinigung", "Staubwischen", "Wohnraum-Refining"], button: { text: "Anfragen", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-telephone-directory-still-life_23-2149854956.jpg" },
+ { id: "2", title: "Deep Clean", price: "ab 150€", period: "/ Termin", features: ["Grundreinigung", "Hygiene-Check", "Küche & Bad Fokus"], button: { text: "Anfragen", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358967.jpg" },
+ { id: "3", title: "Fenster & Licht", price: "ab 60€", period: "/ Termin", features: ["Fensterreinigung", "Spiegel-Politur", "Licht-Glanz"], button: { text: "Anfragen", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/male-housekeeper-cleaning-glass-window-home_58466-11241.jpg" },
+ { id: "4", title: "Organize Home", price: "ab 200€", period: "/ Tag", features: ["Struktur-Konzept", "Ordnungs-Systeme", "Unterlagen-Sortierung"], button: { text: "Anfragen", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797619.jpg" },
]}
title="Meine Leistungen"
description="Individuelle Pakete für ein harmonisches und gepflegtes Ambiente."
@@ -176,47 +83,14 @@ export default function LandingPage() {
@@ -321,14 +130,8 @@ export default function LandingPage() {