diff --git a/src/app/page.tsx b/src/app/page.tsx index adaa13f..bf14ac9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,12 +6,12 @@ import FeatureCardTwentyTwo from '@/components/sections/feature/FeatureCardTwent import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Sparkles, BookOpen, Users, TrendingUp, Award, Target } from "lucide-react"; import HeroBillboard1 from '@/components/sections/hero/HeroBillboard1'; import ButtonTextUnderline from '@/components/button/ButtonTextUnderline'; import TeamCardOne1 from '@/components/sections/team/TeamCardOne1'; +import FooterBase1 from '@/components/sections/footer/FooterBase1'; export default function TechAcademyPage() { return ( @@ -205,30 +205,9 @@ export default function TechAcademyPage() {