From b057537c288607e627f46afefbafbfe6efd8031e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 10:51:09 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f3726b7..072cf33 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,6 +6,7 @@ import BlogCardOne from '@/components/sections/blog/BlogCardOne'; import ContactText from '@/components/sections/contact/ContactText'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import { MessageCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -83,7 +84,17 @@ export default function LandingPage() { bottomRightText="Islamabad, Pakistan" /> + + + + ); -} \ No newline at end of file +}