diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 21729b8..85e308e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -18,9 +18,7 @@ export default function AboutPage() { ]; const navButton = { - text: "Связаться с нами", - href: "/contact", - }; + text: "Связаться с нами", href: "/contact"}; return ( ); -} \ No newline at end of file +}