diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 240914e..5f6e078 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,6 +6,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import { MessageCircle } from "lucide-react"; export default function AboutPage() { return ( @@ -78,7 +79,17 @@ export default function AboutPage() { bottomRightText="Islamabad, Pakistan" /> + + + + ); -} \ No newline at end of file +}