From 7207beb6963ab58933a3a30f9f4f050f0bc84ebe Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:35:22 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index be65a48..3564dd5 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 ( + } + />
@@ -128,4 +131,4 @@ export default function AboutPage() {
); -} +} \ No newline at end of file