diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f735617..9c824c9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,14 +3,16 @@ import ReactLenis from "lenis/react"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; -import FooterCard from "@/components/sections/footer/FooterCard"; +import TeamCardTwo from "@/components/sections/team/TeamCardTwo"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { History } from "lucide-react"; +import { User } from "lucide-react"; export default function AboutPage() { const navItems = [ { name: "Home", id: "/" }, - { name: "About", id: "/about" }, + { name: "Services", id: "/services" }, + { name: "Pricing", id: "/pricing" }, { name: "Contact", id: "/contact" }, ]; @@ -31,26 +33,36 @@ export default function AboutPage() { -
-
- -
-
- + + +
+ +
+