Update src/app/page.tsx

This commit is contained in:
2026-06-10 06:04:27 +00:00
parent 4cafbee85b
commit fdccf2fddb

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"