Update src/app/services/page.tsx

This commit is contained in:
2026-06-10 06:04:28 +00:00
parent fdccf2fddb
commit 639e65a434

View File

@@ -26,7 +26,7 @@ export default function ServicesPage() {
<NavbarLayoutFloatingInline
brandName="GRN GROUP"
navItems={[
{ name: "Услуги", href: "/services" },
{ name: "Услуги", id: "/services" },
{ name: "Проекты", id: "projects" },
{ name: "О нас", id: "philosophy" },
{ name: "Контакты", id: "contact" }