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 <NavbarLayoutFloatingInline
brandName="GRN GROUP" brandName="GRN GROUP"
navItems={[ navItems={[
{ name: "Главная", href: "/" }, { name: "Главная", id: "/" },
{ name: "Услуги", href: "/#projects" }, { name: "Услуги", id: "/#projects" },
{ name: "Портфолио", href: "/#projects" }, { name: "Портфолио", id: "/#projects" },
{ name: "Контакты", href: "/contacts" } { name: "Контакты", id: "/contacts" }
]} ]}
button={{ button={{
text: "Оставить заявку", href: "/contacts" text: "Оставить заявку", href: "/contacts"

View File

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