Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 64dfa4c08b | |||
| d1c99f3f68 | |||
| 9eaaa2a880 | |||
| ee2741f2ba | |||
| d73bfd29aa | |||
| ac182ec79b | |||
| 557a33cec1 | |||
| cc2e2c44ea |
@@ -31,7 +31,7 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
brandName="OUTLOOK"
|
||||
navItems={[
|
||||
{ name: "Услуги", id: "services" },
|
||||
{ name: "Услуги", id: "pricing" },
|
||||
{ name: "Команда", id: "team" },
|
||||
{ name: "Отзывы", id: "testimonials" },
|
||||
{ name: "Контакты", id: "contact" },
|
||||
@@ -250,7 +250,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Навигация", items: [
|
||||
{ label: "Главная", href: "/" },
|
||||
{ label: "Услуги", href: "#services" },
|
||||
{ label: "Услуги", href: "#pricing" },
|
||||
{ label: "Команда", href: "#team" },
|
||||
{ label: "Отзывы", href: "#testimonials" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user