From 40dac0897ff465cfa9ea673c6e169d8941270035 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 31 Jan 2026 16:03:20 +0200 Subject: [PATCH] Bob AI: add navigation at the top --- src/app/page.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a2a54a..780d0be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ 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'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; export default function TechAcademyPage() { return ( @@ -144,6 +145,12 @@ export default function TechAcademyPage() { type="button" /> +