From 72c3dd8d1c1286f96b5261850a4a27a08d9c99b0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:21:59 +0000 Subject: [PATCH 1/7] Update src/app/about/page.tsx --- src/app/about/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e99f219..85e308e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -18,8 +18,7 @@ export default function AboutPage() { ]; const navButton = { - text: "Связаться с нами", href: "/contact" - }; + text: "Связаться с нами", href: "/contact"}; return ( Date: Tue, 3 Mar 2026 19:21:59 +0000 Subject: [PATCH 2/7] Update src/app/layout.tsx --- src/app/layout.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6d37f34..13734d6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,14 +1,14 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; -import "./globals.css"; import "./styles/variables.css"; -import "./styles/base.css"; +import "./globals.css"; -const inter = Inter({ subsets: ["latin"] }); +const inter = Inter({ + variable: "--font-inter", subsets: ["latin"], +}); export const metadata: Metadata = { - title: "Mond Design", description: "Агентство веб-разработки, специализирующееся на создании красивых, функциональных и высокопроизводительных веб-сайтов для малого и среднего бизнеса." -}; + title: "Mond Design - Web Development Agency", description: "Professional web development and design services for growing businesses"}; export default function RootLayout({ children, @@ -16,8 +16,8 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - - {children} + + {children}