Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user