From 7570b18f434be3a748410d2e366a71a5ee253435 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 2 Feb 2026 00:06:50 +0200 Subject: [PATCH] Bob AI: move the footer section up --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d55a51..83eab6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -311,13 +311,7 @@ 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." }]} /> -
- -
+ - +
+ +
); } \ No newline at end of file