From 969b1755df72bf74eb0935dd255d6c42f6a064dc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 10:51:08 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 +} From b057537c288607e627f46afefbafbfe6efd8031e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 10:51:09 +0000 Subject: [PATCH 2/5] 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 +} From ab1c17a302319bf8b833531de902c970ff140bdf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 10:51:09 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 294152b..7ab5d23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import { MessageCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -124,7 +125,17 @@ export default function LandingPage() { bottomRightText="Islamabad, Pakistan" /> + + + + ); -} \ No newline at end of file +} From f669e13cf592bf1a0ba7985665d80d7792734c39 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 10:51:09 +0000 Subject: [PATCH 4/5] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 6f3d2cb..213bb01 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -6,6 +6,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { MessageCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -93,7 +94,17 @@ export default function LandingPage() { bottomRightText="Islamabad, Pakistan" /> + + + + ); -} \ No newline at end of file +} From 9d23acc5a83ebf43b2598ea7dd7e18080dcc7846 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 10:51:10 +0000 Subject: [PATCH 5/5] Update src/app/tours/page.tsx --- src/app/tours/page.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/app/tours/page.tsx b/src/app/tours/page.tsx index 3bb29b1..d3165df 100644 --- a/src/app/tours/page.tsx +++ b/src/app/tours/page.tsx @@ -6,6 +6,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; +import { MessageCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -90,7 +91,17 @@ export default function LandingPage() { bottomRightText="Islamabad, Pakistan" /> + + + + ); -} \ No newline at end of file +}