From b14cf6873676897fde7c977e3bb68b08dbd59198 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 2 Feb 2026 10:29:27 +0200 Subject: [PATCH] Bob AI: add a new section [Block: hero-billboard-1|Hero Bi... --- src/app/page.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index efa41e4..53fd8a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,6 +13,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Sparkles, BookOpen, Users, TrendingUp, Award, Target } from "lucide-react"; +import HeroBillboard1 from '@/components/sections/hero/HeroBillboard1'; export default function TechAcademyPage() { return ( @@ -294,6 +295,12 @@ export default function TechAcademyPage() { /> +
+ +