Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 19:32:40 +00:00
parent 8704db39d1
commit 1df82ed86e

View File

@@ -18,7 +18,8 @@ export default function AboutPage() {
];
const navButton = {
text: "Связаться с нами", href: "/contact"};
text: "Связаться с нами", href: "/contact"
};
return (
<ThemeProvider
@@ -40,7 +41,6 @@ export default function AboutPage() {
brandName="Mond Design"
navItems={navItems}
button={navButton}
animateOnLoad={true}
/>
</div>
</div>