diff --git a/src/app/page.tsx b/src/app/page.tsx index c9856c7..a2c6500 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,6 +14,7 @@ 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'; export default function TechAcademyPage() { return ( @@ -311,6 +312,13 @@ export default function TechAcademyPage() { mediaItems={[{ title: "AI & Machine Learning", description: "Learn the future of technology from industry experts." }, { title: "Cloud Computing", description: "Master the cloud with hands-on projects and real-world applications." }]} /> +