Merge version_14 into main #26

Merged
bender merged 1 commits from version_14 into main 2026-04-17 00:07:57 +00:00

View File

@@ -32,8 +32,8 @@ export default function LandscapingPage() {
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" },
{ name: "Diensten", id: "services" },
{ name: "Over ons", id: "about" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
]}
@@ -215,4 +215,4 @@ export default function LandscapingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}