From 21a1accffa2cbcccde5babf2c8eb1fad2f6b5467 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 31 Jan 2026 16:03:55 +0200 Subject: [PATCH] Bob AI: add footer at the bottom --- src/app/page.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 780d0be..e18c9a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import FaqBase from '@/components/sections/faq/FaqBase'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ButtonTextUnderline from '@/components/button/ButtonTextUnderline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import FooterBase from '@/components/sections/footer/FooterBase'; export default function TechAcademyPage() { return ( @@ -151,6 +152,12 @@ export default function TechAcademyPage() { button={{ text: "" }} /> +