From 5fd976f0f057ed1bc46582d1382e51b446038711 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:13:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 172 ++++++++++------------------------------------- 1 file changed, 37 insertions(+), 135 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f02ce6..81c84ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,9 +38,7 @@ export default function HomePage() { { name: "Kontakt", id: "contact" }, ]} button={{ - text: "Jetzt anrufen", - href: "tel:090717283800", - }} + text: "Jetzt anrufen", href: "tel:090717283800"}} /> @@ -53,38 +51,23 @@ export default function HomePage() { background={{ variant: "plain" }} buttons={[ { - text: "Jetzt anrufen", - href: "tel:090717283800", - }, + text: "Jetzt anrufen", href: "tel:090717283800"}, { - text: "Angebot anfragen", - href: "#contact", - }, + text: "Angebot anfragen", href: "#contact"}, ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-city-buildings_23-2149071395.jpg", - imageAlt: "Modernes Heizsystem Installation", - }, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-city-buildings_23-2149071395.jpg", imageAlt: "Modernes Heizsystem Installation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-rack-with-pullout-sprayer-by-sink-flow-control_169016-69395.jpg?_wi=1", - imageAlt: "Professionelle Sanitärinstallation", - }, + imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-rack-with-pullout-sprayer-by-sink-flow-control_169016-69395.jpg", imageAlt: "Professionelle Sanitärinstallation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/annual-hvac-system-checkup_482257-91109.jpg?_wi=1", - imageAlt: "Wartung und Reparaturservice", - }, + imageSrc: "http://img.b2bpic.net/free-photo/annual-hvac-system-checkup_482257-91109.jpg", imageAlt: "Wartung und Reparaturservice"}, { - imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55756.jpg?_wi=1", - imageAlt: "Heizungsanlage Montage", - }, + imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55756.jpg", imageAlt: "Heizungsanlage Montage"}, { - imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11837.jpg?_wi=1", - imageAlt: "Professionelles Fachbetrieb Team", - }, + imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11837.jpg", imageAlt: "Professionelles Fachbetrieb Team"}, ]} mediaAnimation="slide-up" - useInvertedBackground={false} /> @@ -96,7 +79,7 @@ export default function HomePage() { description="Fuggerstraße 10, 89407 Dillingen an der Donau" subdescription="Ihr kompetenter Partner für Heizung, Sanitär und Gebäudetechnik" icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11837.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11837.jpg" imageAlt="Haustechnik MM Team" mediaAnimation="slide-up" useInvertedBackground={true} @@ -107,26 +90,14 @@ export default function HomePage() {