From 6b9d905f6b85e3eda354b70ced48e308668a6dfe Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 22:40:27 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8c4f706..71b64a1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,6 +1,7 @@ "use client"; import Link from "next/link"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; @@ -36,6 +37,18 @@ export default function AboutPage() { /> +
+ +
+
Date: Thu, 22 Jan 2026 22:40:28 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d58f8da..e56ce3e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,6 +1,7 @@ "use client"; import Link from "next/link"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; @@ -36,6 +37,18 @@ export default function ContactPage() { />
+
+ +
+
Date: Thu, 22 Jan 2026 22:40:29 +0000 Subject: [PATCH 3/3] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index dab91f0..7f8fc2e 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -1,6 +1,7 @@ "use client"; import Link from "next/link"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; @@ -36,6 +37,18 @@ export default function PortfolioPage() { />
+
+ +
+