Update src/app/about/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user