diff --git a/src/app/page.tsx b/src/app/page.tsx index 1297cfb..a6329ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,6 +15,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import FooterBase from '@/components/sections/footer/FooterBase'; import Faq1 from '@/components/sections/faq/Faq1'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; export default function TechAcademyPage() { return ( @@ -179,6 +180,16 @@ export default function TechAcademyPage() { useInvertedBackground="noInvert" /> +