Merge version_13 into main #22
@@ -108,9 +108,6 @@ export default function LandscapingPage() {
|
||||
{
|
||||
tag: "Persoonlijk advies", title: "Advies & Installatie", subtitle: "Maatwerk", description: "Weet je niet wat het beste bij jou past? Wij geven eerlijk persoonlijk advies en regelen de volledige installatie van begin tot eind.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP49IjyDLKjYOSDo6iWTsZZiTQ/uploaded-1776381386087-p49uqpue.png", imageAlt: "Lawn maintenance"
|
||||
},
|
||||
{
|
||||
tag: "Irrigation", title: "Smart Irrigation", subtitle: "Water Management", description: "Efficient irrigation systems that keep your landscape healthy while conserving water.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-5.jpg", imageAlt: "Irrigation system"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -158,12 +155,6 @@ export default function LandscapingPage() {
|
||||
{
|
||||
id: "4", title: "Zijn jullie prijzen transparant?", content: "Absoluut, u ontvangt altijd een heldere offerte vooraf."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Bieden jullie ook onderhoud aan?", content: "Ja, wij bieden diverse onderhoudscontracten voor uw tuin."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Wat is uw KVK nummer?", content: "Ons KVK nummer is 12345678, dit staat ook op al onze offertes."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -182,22 +173,22 @@ export default function LandscapingPage() {
|
||||
<div className="absolute inset-0 bg-foreground/70" />
|
||||
</div>
|
||||
<ContactSplitForm
|
||||
title="Get Your Free Estimate"
|
||||
description="Tell us about your project and we'll get back to you within 24 hours."
|
||||
title="Vraag een gratis offerte aan"
|
||||
description="Vertel ons over uw project en wij nemen binnen 24 uur contact met u op."
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="none"
|
||||
buttonText="Send Message"
|
||||
buttonText="Verstuur"
|
||||
contentClassName="!grid-cols-1 max-w-[600px] mx-auto"
|
||||
mediaWrapperClassName="hidden"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number" },
|
||||
{ name: "name", type: "text", placeholder: "Volledige Naam", required: true },
|
||||
{ name: "email", type: "email", placeholder: "E-mailadres", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Telefoonnummer" },
|
||||
]}
|
||||
multiSelect={{
|
||||
name: "service", label: "Select a Service", options: ["Landscape Design", "Hardscape & Softscape", "Lawn & Garden Care", "Smart Irrigation"],
|
||||
name: "service", label: "Kies een dienst", options: ["Zonnepanelen", "Laadpaal"],
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your project...", rows: 4, required: true }}
|
||||
textarea={{ name: "message", placeholder: "Beschrijf uw project...", rows: 4, required: true }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -205,27 +196,23 @@ export default function LandscapingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Landscape Design", href: "#services" },
|
||||
{ label: "Hardscape & Softscape", href: "#services" },
|
||||
{ label: "Lawn & Garden Care", href: "#services" },
|
||||
{ label: "Smart Irrigation", href: "#services" },
|
||||
title: "Diensten", items: [
|
||||
{ label: "Zonnepanelen", href: "#services" },
|
||||
{ label: "Laadpalen", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Laurastraat 131" },
|
||||
{ label: "6471 JK Eygelshoven" },
|
||||
{ label: "KVK: 12345678" },
|
||||
{ label: "hello@greenscape.com", href: "mailto:hello@greenscape.com" },
|
||||
{ label: "Kerkrade, Nederland" },
|
||||
{ label: "hello@volt-techniek.nl", href: "mailto:hello@volt-techniek.nl" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2026 GreenScape Landscaping"
|
||||
bottomRightText="All rights reserved"
|
||||
bottomLeftText="© 2026 Volt Duurzame Techniek"
|
||||
bottomRightText="Alle rechten voorbehouden"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user