Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b04ae7cc4 | |||
| aafb13fd2b | |||
| 7b6460ec5f | |||
| 097dbbc513 | |||
| 8e65196a32 | |||
| 2cc8c957cf | |||
| cb9b6c3db4 | |||
| 3ffe91b162 | |||
| 631aa01ad0 | |||
| 0f7dfdb8d2 | |||
| 4d7bbd775c | |||
| bad83303c1 | |||
| b53418f86c | |||
| 0054a8cbe5 | |||
| 4bdcd2fcc3 | |||
| 8bf48e75a4 | |||
| 893bb70cc0 | |||
| 7abdbb79c4 | |||
| e6b0e612b3 |
@@ -30,7 +30,8 @@ export default function LandscapingPage() {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
brandName="GreenScape"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP49IjyDLKjYOSDo6iWTsZZiTQ/uploaded-1776377688661-negoqo85.png"
|
||||
logoClassName="!w-20 !h-20 md:!w-28 md:!h-28"
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
@@ -38,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"
|
||||
@@ -136,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>
|
||||
@@ -186,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 },
|
||||
|
||||
Reference in New Issue
Block a user