From b0512d23c597df32737e7948123a2a9bc661512b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 12:26:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 364 +++++++++++------------------------------------ 1 file changed, 84 insertions(+), 280 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ce4b7f..d789b61 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,42 +34,24 @@ export default function LandingPage() { @@ -78,81 +60,44 @@ export default function LandingPage() { @@ -194,19 +129,13 @@ export default function LandingPage() { metrics={[ { icon: Sparkles, - label: "Jahre Erfahrung", - value: "25+", - }, + label: "Jahre Erfahrung", value: "25+"}, { icon: CheckCircle, - label: "Zufriedene Kunden", - value: "500+", - }, + label: "Zufriedene Kunden", value: "500+"}, { icon: Award, - label: "Abgeschlossene Projekte", - value: "1000+", - }, + label: "Abgeschlossene Projekte", value: "1000+"}, ]} metricsAnimation="entrance-slide" /> @@ -215,26 +144,15 @@ export default function LandingPage() {
@@ -309,61 +195,32 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "p1", - name: "Basis Installation", - price: "299€", - features: [ - "Standard Installationen", - "Bis zu 3 Steckdosen/Lichter", - "12 Monate Garantie", - "An- und Abfahrt inklusive", - ], + id: "p1", name: "Basis Installation", price: "299€", features: [ + "Standard Installationen", "Bis zu 3 Steckdosen/Lichter", "12 Monate Garantie", "An- und Abfahrt inklusive"], buttons: [ { - text: "Jetzt anfragen", - href: "#contact", - }, + text: "Jetzt anfragen", href: "#contact"}, ], }, { - id: "p2", - name: "Komfort Paket", - price: "599€", - badge: "Beliebt", - badgeIcon: Sparkles, + id: "p2", name: "Komfort Paket", price: "599€", badge: "Beliebt", badgeIcon: Sparkles, features: [ - "Umfassende Installationen", - "Bis zu 8 Steckdosen/Lichter", - "24 Monate Garantie", - "Smart Home Beratung", - "Priorisierter Support", - ], + "Umfassende Installationen", "Bis zu 8 Steckdosen/Lichter", "24 Monate Garantie", "Smart Home Beratung", "Priorisierter Support"], buttons: [ { - text: "Jetzt anfragen", - href: "#contact", - }, + text: "Jetzt anfragen", href: "#contact"}, ], }, { - id: "p3", - name: "Premium Service", - price: "Ab 999€", - features: [ - "Komplette Neuinstallationen", - "Unbegrenzte Komponenten", - "36 Monate Garantie", - "Exklusive Beratung", - "Notfall-Service 24/7", - ], + id: "p3", name: "Premium Service", price: "Ab 999€", features: [ + "Komplette Neuinstallationen", "Unbegrenzte Komponenten", "36 Monate Garantie", "Exklusive Beratung", "Notfall-Service 24/7"], buttons: [ { - text: "Jetzt anfragen", - href: "#contact", - }, + text: "Jetzt anfragen", href: "#contact"}, ], }, ]} + buttonAnimation="slide-up" title="Transparente Preisgestaltung für Ihre Projekte" description="Wählen Sie das passende Leistungspaket für Ihre Anforderungen. Alle Pakete sind anpassbar." /> @@ -372,16 +229,10 @@ export default function LandingPage() {