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() { /> +
+ +
+