Update src/app/page.tsx

This commit is contained in:
2026-04-11 17:22:59 +00:00
parent b73eae7927
commit 50d229e047

View File

@@ -31,7 +31,7 @@ export default function LandscapingPage() {
<NavbarStyleFullscreen
brandName="Kwantes GroenVerzorging"
navItems={[
{ name: "Diensten", id: "services" },
{ name: "Dienstverlening", id: "/dienstverlening" },
{ name: "Over Frans", id: "about" },
{ name: "Galerij", id: "team" },
{ name: "Contact", id: "contact" },
@@ -152,4 +152,4 @@ export default function LandscapingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}