Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| acc27d77da | |||
| 39acf54b80 | |||
| e26eca8e90 | |||
| 7746fd3fd8 |
@@ -172,9 +172,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Construction Alliance", "Property Innovators", "German Builders Guild", "Eco-Roof Solutions", "Urban Home Developers", "Residential Management Group", "Secure Life Insurance"]}
|
"Bauallianz", "Immobilieninnovatoren", "Deutsche Bauinnung", "Öko-Dachlösungen", "Städtische Wohnungsentwickler", "Wohnungsverwaltungsgruppe", "Sichere Lebensversicherung"]}
|
||||||
title="Trusted by Homeowners & Industry Leaders"
|
title="Vertraut von Hausbesitzern & Branchenführern"
|
||||||
description="Our commitment to quality and reliable service has earned us the trust of numerous clients and partners across the region."
|
description="Unser Engagement für Qualität und zuverlässigen Service hat uns das Vertrauen zahlreicher Kunden und Partner in der Region eingebracht."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -183,12 +183,12 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient"}}
|
variant: "radial-gradient"}}
|
||||||
tag="Get in Touch"
|
tag="Kontaktieren Sie uns"
|
||||||
title="Need Help With Your Roof?"
|
title="Brauchen Sie Hilfe mit Ihrem Dach?"
|
||||||
description="Reach out to us using the form below for a free quote or to schedule a consultation. Our team is ready to assist with all your roofing needs, from minor repairs to complete new installations. We aim to respond within one business day."
|
description="Kontaktieren Sie uns über das untenstehende Formular für ein kostenloses Angebot oder um eine Beratung zu vereinbaren. Unser Team ist bereit, Ihnen bei allen Ihren Dachbedürfnissen zu helfen, von kleinen Reparaturen bis hin zu kompletten Neuinstallationen. Wir bemühen uns, innerhalb eines Werktages zu antworten."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Request Consultation"
|
text: "Beratung anfordern"
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -199,27 +199,27 @@ export default function LandingPage() {
|
|||||||
logoText="DachWerk Meisterbetrieb"
|
logoText="DachWerk Meisterbetrieb"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Unternehmen", items: [
|
||||||
{
|
{
|
||||||
label: "Services", href: "#services"},
|
label: "Dienstleistungen", href: "#services"},
|
||||||
{
|
{
|
||||||
label: "Projects", href: "#projects"},
|
label: "Projekte", href: "#projects"},
|
||||||
{
|
{
|
||||||
label: "About Us", href: "#about"},
|
label: "Über uns", href: "#about"},
|
||||||
{
|
{
|
||||||
label: "Contact", href: "#contact"},
|
label: "Kontakt", href: "#contact"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal", items: [
|
title: "Rechtliches", items: [
|
||||||
{
|
{
|
||||||
label: "Imprint", href: "#"},
|
label: "Impressum", href: "#"},
|
||||||
{
|
{
|
||||||
label: "Privacy Policy", href: "#"},
|
label: "Datenschutzrichtlinie", href: "#"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
copyrightText="Website Design by Leonard Mennen"
|
copyrightText="Webdesign von Leonard Mennen"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user