Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6be6347ff3 | |||
| 53f90d05b1 | |||
| 563b963579 | |||
| acc27d77da | |||
| f2b19beb40 | |||
| 39acf54b80 | |||
| e26eca8e90 | |||
| 7746fd3fd8 |
@@ -172,9 +172,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Construction Alliance", "Property Innovators", "German Builders Guild", "Eco-Roof Solutions", "Urban Home Developers", "Residential Management Group", "Secure Life Insurance"]}
|
||||
title="Trusted by Homeowners & Industry Leaders"
|
||||
description="Our commitment to quality and reliable service has earned us the trust of numerous clients and partners across the region."
|
||||
"Bauallianz", "Immobilieninnovatoren", "Deutsche Bauinnung", "Öko-Dachlösungen", "Städtische Wohnungsentwickler", "Wohnungsverwaltungsgruppe", "Sichere Lebensversicherung"]}
|
||||
title="Vertraut von Hausbesitzern & Branchenführern"
|
||||
description="Unser Engagement für Qualität und zuverlässigen Service hat uns das Vertrauen zahlreicher Kunden und Partner in der Region eingebracht."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -183,12 +183,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Need Help With Your Roof?"
|
||||
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."
|
||||
tag="Kontaktieren Sie uns"
|
||||
title="Brauchen Sie Hilfe mit Ihrem Dach?"
|
||||
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={[
|
||||
{
|
||||
text: "Request Consultation"
|
||||
text: "Beratung anfordern"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -199,30 +199,30 @@ export default function LandingPage() {
|
||||
logoText="DachWerk Meisterbetrieb"
|
||||
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>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user