From 69141096bead83086361d4c943313efac06df372 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 23:44:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 45 ++++++++++++++++----------------------------- 1 file changed, 16 insertions(+), 29 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c8bb12..a01076c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" - }, ]} /> @@ -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." - }, ]} /> @@ -182,22 +173,22 @@ export default function LandscapingPage() {
@@ -205,27 +196,23 @@ export default function LandscapingPage() { ); -} \ No newline at end of file +} -- 2.49.1