Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b04ae7cc4 | |||
| aafb13fd2b | |||
| 7b6460ec5f | |||
| 097dbbc513 | |||
| 8e65196a32 | |||
| 2cc8c957cf | |||
| cb9b6c3db4 | |||
| 3ffe91b162 | |||
| 631aa01ad0 | |||
| 0f7dfdb8d2 | |||
| 4d7bbd775c | |||
| bad83303c1 | |||
| b53418f86c |
@@ -39,22 +39,22 @@ export default function LandscapingPage() {
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{ text: "Call Now", href: "#contact" }}
|
||||
button={{ text: "Offerte Aanvragen", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
tag="Professional Landscaping"
|
||||
tag="Lokaal bedrijf in Kerkrade"
|
||||
tagIcon={Leaf}
|
||||
title="Transform Your Outdoor Space"
|
||||
description="Professional landscaping design, installation, and maintenance services. From lush gardens to stunning hardscapes, we bring your vision to life."
|
||||
title="Duurzame energie voor jouw thuis of bedrijf"
|
||||
description="Volt Duurzame Techniek installeert zonnepanelen en laadpalen in de regio Kerkrade. Vakkundig, eerlijk en lokaal."
|
||||
buttons={[
|
||||
{ text: "Get Free Estimate", href: "#contact" },
|
||||
{ text: "Our Services", href: "#services" },
|
||||
{ text: "Gratis Offerte Aanvragen", href: "#contact" },
|
||||
{ text: "Onze Diensten", href: "#services" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP49IjyDLKjYOSDo6iWTsZZiTQ/uploaded-1776376475391-c26m28vv.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP49IjyDLKjYOSDo6iWTsZZiTQ/uploaded-1776378869605-n5dbejzh.png"
|
||||
imageAlt="Landscaped garden with manicured lawn and shrubs"
|
||||
showDimOverlay={true}
|
||||
textPosition="top"
|
||||
@@ -137,7 +137,7 @@ export default function LandscapingPage() {
|
||||
animationType="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Chretien", role: "Senior Hovenier", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-11.jpg", imageAlt: "Chretien"}
|
||||
id: "1", name: "Chretien", role: "Senior Hovenier", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-11.jpg", imageAlt: "Chretien"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -187,7 +187,6 @@ export default function LandscapingPage() {
|
||||
mediaAnimation="none"
|
||||
buttonText="Send Message"
|
||||
contentClassName="!grid-cols-1 max-w-[600px] mx-auto"
|
||||
|
||||
mediaWrapperClassName="hidden"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
@@ -228,4 +227,4 @@ export default function LandscapingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user