From c997534d8907985e1cf06f3ed673fedbbaaa068c Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 2 Feb 2026 10:30:19 +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 c086eed..6d39a43 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -311,13 +311,7 @@ export default function TechAcademyPage() { mediaItems={[{ title: "Cutting-Edge Curriculum", description: "Stay ahead of the curve with our latest tech courses and training materials." }, { title: "Expert Mentorship", description: "Benefit from personalized guidance from industry veterans and top tech professionals." }]} /> -
- -
+ - +
+ +
); } \ No newline at end of file