From a967b8e6b773cbef50c5bf3481e70d14ffa3844c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:37:58 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 04f90aa..b9145e0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -11,14 +11,14 @@ import { CheckCircle, Mail, Send, Phone, FolderOpen, Users, Clock, Calendar, Che export default function AboutPage() { const navItems = [ - { name: "Услуги", id: "services" }, - { name: "О компании", id: "about" }, - { name: "Процесс", id: "process" }, - { name: "Отзывы", id: "testimonials" }, + { label: "Услуги", href: "services" }, + { label: "О компании", href: "about" }, + { label: "Процесс", href: "process" }, + { label: "Отзывы", href: "testimonials" }, ]; const navButton = { - text: "Связаться с нами", href: "/contact" + text: "Связаться с нами", href: "contact" }; return ( @@ -37,15 +37,8 @@ export default function AboutPage() { - } /> @@ -55,7 +48,7 @@ export default function AboutPage() { tagIcon={CheckCircle} tagAnimation="slide-up" title="Mond Design — это команда квалифицированных разработчиков и дизайнеров, которые создают цифровые решения для растущих бизнесов. За 1+ лет мы помогли более чем 150 компаниям перевести свой бизнес в интернет и достичь устойчивого роста." - buttons={[{ text: "Начать проект", href: "/contact" }]} + buttons={[{ text: "Начать проект", href: "contact" }]} buttonAnimation="slide-up" useInvertedBackground={false} />