From cc4ae21ed3a37e1b1a7c14ca42d7cee5a77ee7e1 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 31 Jan 2026 16:02:44 +0200 Subject: [PATCH] Bob AI: add CTA section before footer --- src/app/page.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index eac7df3..0a2a54a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import ContactForm from '@/components/form/ContactForm'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import FaqBase from '@/components/sections/faq/FaqBase'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import ButtonTextUnderline from '@/components/button/ButtonTextUnderline'; export default function TechAcademyPage() { return ( @@ -136,6 +137,13 @@ export default function TechAcademyPage() { useInvertedBackground="noInvert" /> +
+ +