diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 04810ac..4fe4f90 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,10 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import Link from "next/link"; -import TextAbout from '@/components/sections/about/TextAbout'; -import TeamCardFive from '@/components/sections/team/TeamCardFive'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; -import { Rocket } from 'lucide-react'; +import MediaAbout from '@/components/sections/about/MediaAbout'; interface FooterProps { brandName?: string; @@ -38,12 +35,12 @@ const Footer: React.FC = ({ brandName = "Nexsoft Australia", navIte export default function AboutPage() { const navItems = [ {name: "Home", id: "home", href: "/"}, - {name: "About us", id: "about", href: "/about"}, + {name: "About us", id: "about-us", href: "/about"}, {name: "Services", id: "services", href: "/services"}, {name: "Products", id: "products", href: "/products"}, {name: "Achievements", id: "achievements", href: "/portfolio"}, {name: "News", id: "news", href: "/portfolio"}, - {name: "Contact us", id: "contact", href: "/contact"} + {name: "Contact us", id: "contact-us", href: "/contact"} ]; const navbarProps = { @@ -67,46 +64,21 @@ export default function AboutPage() { -
- -
-
- -
-
- -
+ +
+
+ +
+
+