From c0011be442e9a39d4f37536fe2bae5a81147b11d Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 2 Feb 2026 10:30:42 +0200 Subject: [PATCH] Bob AI: remove the last column from footer --- src/app/page.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a10dbc..90fea50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -343,14 +343,6 @@ export default function TechAcademyPage() { { label: "Partners", href: "#" }, { label: "Careers at TechMasters", href: "#" } ] - }, - { - title: "Support to the footer", items: [ - { label: "About Us", href: "#" }, - { label: "Contact Support", href: "#" }, - { label: "Partners", href: "#" }, - { label: "Careers at TechMasters", href: "#" } - ] } ]} />