From 59e2acd577f604c2097e893a20cd424dd77f9690 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 2 Feb 2026 10:01:14 +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 fdb3d26..c056998 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -311,13 +311,7 @@ export default function TechAcademyPage() { mediaItems={[{ title: "AI & Machine Learning", description: "Learn the future of technology from industry experts." }, { title: "Cloud Computing", description: "Master the cloud with hands-on projects and real-world applications." }]} /> -
- -
+ - +
+ +
); } \ No newline at end of file