diff --git a/src/app/page.tsx b/src/app/page.tsx
index 901a547..474a1e5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,18 +31,9 @@ export default function LandingPage() {
@@ -50,42 +41,17 @@ export default function LandingPage() {
@@ -96,24 +62,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- icon: Star,
- title: "Bewertungen",
- value: "4,9",
- },
- {
- id: "m2",
- icon: Clock,
- title: "Pünktlichkeit",
- value: "100%",
- },
- {
- id: "m3",
- icon: ShieldCheck,
- title: "Zufriedenheit",
- value: "Hoch",
- },
+ { id: "m1", icon: Star, title: "Bewertungen", value: "4,9" },
+ { id: "m2", icon: Clock, title: "Pünktlichkeit", value: "100%" },
+ { id: "m3", icon: ShieldCheck, title: "Zufriedenheit", value: "Hoch" }
]}
title="Überzeugende Qualität"
description="Unsere Werte im Überblick."
@@ -127,47 +78,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Elektroinstallation",
- description: "Moderne Leitungen und Technik.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-18335.jpg",
- imageAlt: "skilled electrician inspecting cables",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/boy-child-holding-hand-tools-electric-screwdriver_1150-12591.jpg",
- imageAlt: "skilled electrician inspecting cables",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/electrician-installs-sockets-apartment-checking-installed-sockets-wall-apartment-with-laser-level-selective-focus-sockets_166373-2201.jpg?_wi=2",
- imageAlt: "skilled electrician inspecting cables",
+ title: "Elektroinstallation", description: "Moderne Leitungen und Technik.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-18335.jpg", imageAlt: "skilled electrician inspecting cables" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/boy-child-holding-hand-tools-electric-screwdriver_1150-12591.jpg", imageAlt: "skilled electrician inspecting cables" }
},
{
- title: "Reparatur & Fehler",
- description: "Schnelle Hilfe bei Defekten.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-holding-toolbox_23-2148428312.jpg",
- imageAlt: "skilled electrician inspecting cables",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66411.jpg",
- imageAlt: "skilled electrician inspecting cables",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg?_wi=1",
- imageAlt: "skilled electrician inspecting cables",
+ title: "Reparatur & Fehler", description: "Schnelle Hilfe bei Defekten.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-holding-toolbox_23-2148428312.jpg", imageAlt: "skilled electrician inspecting cables" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66411.jpg", imageAlt: "skilled electrician inspecting cables" }
},
{
- title: "E-Mobilität",
- description: "Wallbox Planung & Bau.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/worker-with-hard-hat-carrying-rope_23-2148773447.jpg",
- imageAlt: "skilled electrician inspecting cables",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-electrical-connection-cable_169016-51119.jpg",
- imageAlt: "skilled electrician inspecting cables",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg?_wi=1",
- imageAlt: "skilled electrician inspecting cables",
- },
+ title: "E-Mobilität", description: "Wallbox Planung & Bau.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/worker-with-hard-hat-carrying-rope_23-2148773447.jpg", imageAlt: "skilled electrician inspecting cables" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-electrical-connection-cable_169016-51119.jpg", imageAlt: "skilled electrician inspecting cables" }
+ }
]}
showStepNumbers={false}
title="Unsere Leistungen"
@@ -193,52 +114,13 @@ export default function LandingPage() {
@@ -248,21 +130,9 @@ export default function LandingPage() {