diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4f0dd9b..ee5a803 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -7,7 +7,6 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Sparkles, BookOpen, Users, TrendingUp, Award, Target } from "lucide-react";
import ContactForm from '@/components/form/ContactForm';
-import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import ButtonTextUnderline from '@/components/button/ButtonTextUnderline';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -107,16 +106,6 @@ export default function TechAcademyPage() {