From 1ba0fc8883b82c61fea41cda75b3401dc51d5272 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:51:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 112 +++++++++++++++++++++++------------------------ 1 file changed, 56 insertions(+), 56 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cd4b606..796e67b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" } ]} brandName="V" - bottomLeftText="Industrial Excellence" + bottomLeftText="Industriële Excellentie" bottomRightText="hello@volek.com" /> @@ -45,15 +45,15 @@ export default function LandingPage() {
@@ -100,58 +100,58 @@ export default function LandingPage() {
@@ -198,14 +198,14 @@ export default function LandingPage() {
@@ -216,22 +216,22 @@ export default function LandingPage() { { items: [ { label: "Services", href: "#services" }, - { label: "About Us", href: "#about" }, - { label: "Why Volek", href: "#metrics" } + { label: "Over Ons", href: "#about" }, + { label: "Waarom Volek", href: "#metrics" } ] }, { items: [ - { label: "Testimonials", href: "#testimonials" }, - { label: "FAQ", href: "#faq" }, - { label: "Contact Us", href: "#contact" } + { label: "Getuigenissen", href: "#testimonials" }, + { label: "Veelgestelde Vragen", href: "#faq" }, + { label: "Neem Contact Op", href: "#contact" } ] }, { items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - { label: "Careers", href: "#" } + { label: "Privacybeleid", href: "#" }, + { label: "Servicevoorwaarden", href: "#" }, + { label: "Carrières", href: "#" } ] }, {