From 0b99e9ad8e1920e8ab64d6959ed32355ee684074 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 1 Feb 2026 22:37:29 +0200 Subject: [PATCH] Bob AI: remove the footer_base section --- src/app/page.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c515e60..3aed3f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Sparkles, BookOpen, Users, TrendingUp, Award, Target } from "lucide-react"; import ContactForm from '@/components/form/ContactForm'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import FooterBase from '@/components/sections/footer/FooterBase'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import HeroBillboard1 from '@/components/sections/hero/HeroBillboard1'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; @@ -86,12 +85,6 @@ export default function TechAcademyPage() { navItems={[{ title: "Explore Our Floral Art", description: "Dive into our gallery showcasing Jessica's unique floral designs and arrangements." }, { title: "Contact Our Team", description: "Reach out to our dedicated team for any questions about our services or upcoming events." }]} button={{ text: "" }} /> - -