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