diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 480aa95..68fd2a7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,7 +6,6 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; -import { Facebook } from "lucide-react"; export default function AboutPage() { return ( @@ -47,6 +46,7 @@ export default function AboutPage() {