Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e5090fec79 | |||
| 74a96834df | |||
| 5e1f2863be | |||
| 057bc621bb |
@@ -144,8 +144,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Kontaktieren Sie uns"
|
||||
description="Schreiben Sie uns Ihr Anliegen – wir melden uns zeitnah für ein unverbindliches Angebot."
|
||||
title="Kontakt & Service in Paderborn"
|
||||
description="CC Haustechnik ist Ihr lokaler Experte. Wir sind für Sie da – von Mo bis Fr: 08:00–18:00 Uhr. Einsatzgebiet: Paderborn und Umgebung."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Ihr Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "E-Mail-Adresse", required: true }
|
||||
@@ -164,17 +164,19 @@ export default function LandingPage() {
|
||||
title: "CC Haustechnik", items: [
|
||||
{ label: "Über uns", href: "#about" },
|
||||
{ label: "Leistungen", href: "#features" },
|
||||
{ label: "Kontakt", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Kontakt", items: [
|
||||
{ label: "05251 123456", href: "tel:+495251123456" },
|
||||
{ label: "info@cc-haustechnik.de", href: "mailto:info@cc-haustechnik.de" },
|
||||
{ label: "Paderborn, Deutschland", href: "#" },
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2025 CC Haustechnik"
|
||||
bottomRightText="Ihr Partner für moderne Haustechnik"
|
||||
bottomLeftText="© 2025 CC Haustechnik – Ihr Heizungs- & Sanitär-Experte in Paderborn"
|
||||
bottomRightText="SEO: Heizung Sanitär Notdienst Paderborn"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user