From ac0e06ec5f970e965c28365ff2eaefac450650a4 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 2 Feb 2026 00:06:01 +0200 Subject: [PATCH] Bob AI: add a CTA section --- src/app/page.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c6aa38..09f24dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,6 +14,7 @@ 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'; +import ButtonTextUnderline from '@/components/button/ButtonTextUnderline'; export default function TechAcademyPage() { return ( @@ -311,6 +312,13 @@ export default function TechAcademyPage() { mediaItems={[{ title: "Master In-Demand Tech Skills", description: "Stay ahead in the tech industry with our cutting-edge courses." }, { title: "Empowering the Next Generation", description: "Invest in your future with TechMasters' comprehensive learning programs." }]} /> +
+ +