From a967b8e6b773cbef50c5bf3481e70d14ffa3844c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:37:58 +0000 Subject: [PATCH 1/9] 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} /> -- 2.49.1 From fc6cc51c0152631ba536deb7789493dbe3525fc8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:37:59 +0000 Subject: [PATCH 2/9] Update src/app/page.tsx --- src/app/page.tsx | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a8f61c6..960b337 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,14 +15,14 @@ import { Sparkles, CheckCircle, Zap, TrendingUp, Star, Mail, Send, Phone, Folder export default function HomePage() { 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 ( @@ -41,15 +41,8 @@ export default function HomePage() { - } /> @@ -68,8 +61,8 @@ export default function HomePage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "Начать проект", href: "/contact" }, - { text: "Посмотреть портфолио", href: "/about" }, + { text: "Начать проект", href: "contact" }, + { text: "Посмотреть портфолио", href: "about" }, ]} buttonAnimation="slide-up" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxJRmTnamx9ofjvEZzdJdepY5/a-modern-sophisticated-web-development-w-1772553706424-80bb3524.png" @@ -85,7 +78,7 @@ export default function HomePage() { tagIcon={CheckCircle} tagAnimation="slide-up" title="Мы создаём цифровые решения, которые превосходят ожидания клиентов. Каждый проект разрабатывается с учётом уникальных потребностей вашего бизнеса, современных трендов дизайна и лучших практик веб-разработки." - buttons={[{ text: "Узнать больше", href: "/about" }]} + buttons={[{ text: "Узнать больше", href: "about" }]} buttonAnimation="slide-up" useInvertedBackground={false} /> @@ -229,8 +222,8 @@ export default function HomePage() { text="Готовы начать ваш проект? Свяжитесь с нами уже сегодня и получите консультацию от наших специалистов. Мы ответим на все ваши вопросы и поможем выбрать оптимальное решение для вашего бизнеса." animationType="entrance-slide" buttons={[ - { text: "Отправить запрос", href: "/contact" }, - { text: "Узнать цены", href: "/services" }, + { text: "Отправить запрос", href: "contact" }, + { text: "Узнать цены", href: "services" }, ]} background={{ variant: "plain" }} useInvertedBackground={false} -- 2.49.1 From f662b8a46f54a63021cffd1bf42a85b8189a0d25 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:50:22 +0000 Subject: [PATCH 3/9] Update src/app/about/page.tsx --- src/app/about/page.tsx | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b9145e0..b7e2b39 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -11,15 +11,14 @@ import { CheckCircle, Mail, Send, Phone, FolderOpen, Users, Clock, Calendar, Che export default function AboutPage() { const navItems = [ - { label: "Услуги", href: "services" }, - { label: "О компании", href: "about" }, - { label: "Процесс", href: "process" }, - { label: "Отзывы", href: "testimonials" }, + { name: "Услуги", id: "services" }, + { name: "О компании", id: "about" }, + { name: "Процесс", id: "process" }, + { name: "Отзывы", id: "testimonials" }, ]; const navButton = { - text: "Связаться с нами", href: "contact" - }; + text: "Связаться с нами", href: "/contact"}; return ( @@ -48,7 +50,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} /> -- 2.49.1 From b901905fb48f6f14a14d3ac9c9b4d764f78e6e9a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:50:24 +0000 Subject: [PATCH 4/9] Update src/app/layout.tsx --- src/app/layout.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0616252..b5a82d3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,12 +1,8 @@ import type { Metadata } from "next"; -import { Inter } from "next/font/google"; import "./globals.css"; -const inter = Inter({ subsets: ["latin"] }); - export const metadata: Metadata = { - title: "Mond Design - Web Development Agency", description: "Professional web development and design services for small and medium businesses" -}; + title: "Mond Design", description: "Профессиональная веб-разработка для вашего бизнеса"}; export default function RootLayout({ children, @@ -14,8 +10,8 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - - {children} + + {children}