diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ca7b6da..32261f2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,10 +1,12 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import Link from "next/link"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import TeamCardTwo from "@/components/sections/team/TeamCardTwo"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { CheckCircle } from "lucide-react"; +import { CheckCircle, Twitter, Linkedin, Youtube } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -71,6 +73,33 @@ export default function AboutPage() { /> +
+ +
+