From ac83b7dfe34d6f14daaefc00906c74960238716f Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 1 Feb 2026 22:35:31 +0200 Subject: [PATCH] Bob AI: add hero section [Block: hero-billboard-1|Hero Bil... --- src/app/page.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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" /> - +
+ +
+