From 39d9d155e59d06a35cebfb628e2624f995354901 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 31 Jan 2026 16:05:35 +0200 Subject: [PATCH] Bob AI: add gallery section with photos --- src/app/page.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) 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" /> +