From 98c694c2b9e5526661efb1a6c5fcfb06271db8f8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 06:14:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 275 +++++++++-------------------------------------- 1 file changed, 51 insertions(+), 224 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c70beb..31e4ddd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -280,21 +153,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "Bieten Sie Notdienst an?", - content: "Ja, wir sind für Sie rund um die Uhr im Einsatz.", - }, - { - id: "f2", - title: "Wie installiere ich einen Rauchmelder?", - content: "Wir übernehmen die fachgerechte Installation und Wartung.", - }, - { - id: "f3", - title: "Was kostet ein Überspannungsschutz?", - content: "Das hängt von der Komplexität ab, wir beraten Sie gerne individuell.", - }, + { id: "f1", title: "Bieten Sie Notdienst an?", content: "Ja, wir sind für Sie rund um die Uhr im Einsatz." }, + { id: "f2", title: "Wie installiere ich einen Rauchmelder?", content: "Wir übernehmen die fachgerechte Installation und Wartung." }, + { id: "f3", title: "Was kostet ein Überspannungsschutz?", content: "Das hängt von der Komplexität ab, wir beraten Sie gerne individuell." }, ]} title="Häufige Fragen" description="Alles was Sie über unsere Services wissen müssen." @@ -308,24 +169,10 @@ export default function LandingPage() { title="Kontaktieren Sie uns" description="Wir freuen uns auf Ihre Anfrage für Ihr nächstes Projekt." inputs={[ - { - name: "name", - type: "text", - placeholder: "Name", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "E-Mail", - required: true, - }, + { name: "name", type: "text", placeholder: "Name", required: true }, + { name: "email", type: "email", placeholder: "E-Mail", required: true }, ]} - textarea={{ - name: "message", - placeholder: "Ihre Nachricht", - rows: 4, - }} + textarea={{ name: "message", placeholder: "Ihre Nachricht", rows: 4 }} imageSrc="http://img.b2bpic.net/free-photo/construction-plans-with-white-helmet-drawing-tools-bluepr_1232-2917.jpg" /> @@ -335,37 +182,17 @@ export default function LandingPage() { logoText="ms Elektrotechnik" columns={[ { - title: "Kontakt", - items: [ - { - label: "Im Höning 20", - href: "#", - }, - { - label: "63820 Elsenfeld", - href: "#", - }, - { - label: "+49-6022-710100", - href: "tel:+496022710100", - }, + title: "Kontakt", items: [ + { label: "Im Höning 20", href: "#" }, + { label: "63820 Elsenfeld", href: "#" }, + { label: "+49-6022-710100", href: "tel:+496022710100" }, ], }, { - title: "Navigation", - items: [ - { - label: "Home", - href: "#", - }, - { - label: "Karriere", - href: "#", - }, - { - label: "Ausbildung", - href: "#", - }, + title: "Navigation", items: [ + { label: "Home", href: "#" }, + { label: "Karriere", href: "#" }, + { label: "Ausbildung", href: "#" }, ], }, ]} -- 2.49.1