Update src/app/about/page.tsx
This commit is contained in:
@@ -7,7 +7,7 @@ import TextAbout from "@/components/sections/about/TextAbout";
|
||||
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
|
||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { CheckCircle, Mail, Send, Phone, FolderOpen, Users, Clock, Calendar, Check, Cloud } from "lucide-react";
|
||||
import { CheckCircle, Mail, Send, Phone, FolderOpen, Users, Clock, Calendar, Check } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
@@ -18,8 +18,7 @@ export default function AboutPage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Связаться с нами", href: "/contact"
|
||||
};
|
||||
text: "Связаться с нами", href: "/contact"};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -40,8 +39,6 @@ export default function AboutPage() {
|
||||
navItems={navItems}
|
||||
button={navButton}
|
||||
animateOnLoad={true}
|
||||
eyebrowText="Mond Design"
|
||||
eyebrowIcon={Cloud}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user