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