Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-06-10 06:04:31 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -31,10 +31,10 @@ export default function ArchitectureStudioPage() {
<NavbarLayoutFloatingInline
brandName="GRN GROUP"
navItems={[
{ name: "Главная", href: "/" },
{ name: "Услуги", href: "/#projects" },
{ name: "Портфолио", href: "/#projects" },
{ name: "Контакты", href: "/contacts" }
{ name: "Главная", id: "/" },
{ name: "Услуги", id: "/#projects" },
{ name: "Портфолио", id: "/#projects" },
{ name: "Контакты", id: "/contacts" }
]}
button={{
text: "Оставить заявку", href: "/contacts"

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" }