diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a206b5..06f3688 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import ButtonTextUnderline from '@/components/button/ButtonTextUnderline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import FooterBase from '@/components/sections/footer/FooterBase'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; +import HeroBillboard1 from '@/components/sections/hero/HeroBillboard1'; export default function TechAcademyPage() { return ( @@ -133,7 +134,14 @@ export default function TechAcademyPage() { textboxLayout="default" useInvertedBackground="noInvert" /> - +
+ +
+