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: "#" }
]
},
{