From 6b9d905f6b85e3eda354b70ced48e308668a6dfe Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 22:40:27 +0000 Subject: [PATCH] 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() { /> +
+ +
+