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