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">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Kontaktieren Sie uns"
|
title="Kontakt & Service in Paderborn"
|
||||||
description="Schreiben Sie uns Ihr Anliegen – wir melden uns zeitnah für ein unverbindliches Angebot."
|
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={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Ihr Name", required: true },
|
{ name: "name", type: "text", placeholder: "Ihr Name", required: true },
|
||||||
{ name: "email", type: "email", placeholder: "E-Mail-Adresse", required: true }
|
{ name: "email", type: "email", placeholder: "E-Mail-Adresse", required: true }
|
||||||
@@ -164,17 +164,19 @@ export default function LandingPage() {
|
|||||||
title: "CC Haustechnik", items: [
|
title: "CC Haustechnik", items: [
|
||||||
{ label: "Über uns", href: "#about" },
|
{ label: "Über uns", href: "#about" },
|
||||||
{ label: "Leistungen", href: "#features" },
|
{ label: "Leistungen", href: "#features" },
|
||||||
|
{ label: "Kontakt", href: "#contact" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Kontakt", items: [
|
title: "Kontakt", items: [
|
||||||
|
{ label: "05251 123456", href: "tel:+495251123456" },
|
||||||
{ label: "info@cc-haustechnik.de", href: "mailto:info@cc-haustechnik.de" },
|
{ label: "info@cc-haustechnik.de", href: "mailto:info@cc-haustechnik.de" },
|
||||||
{ label: "Paderborn, Deutschland", href: "#" },
|
{ label: "Paderborn, Deutschland", href: "#" },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2025 CC Haustechnik"
|
bottomLeftText="© 2025 CC Haustechnik – Ihr Heizungs- & Sanitär-Experte in Paderborn"
|
||||||
bottomRightText="Ihr Partner für moderne Haustechnik"
|
bottomRightText="SEO: Heizung Sanitär Notdienst Paderborn"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user