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