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 ( - {children} + + {children} +