diff --git a/src/app/courses/page.tsx b/src/app/courses/page.tsx index f408815..0db4e91 100644 --- a/src/app/courses/page.tsx +++ b/src/app/courses/page.tsx @@ -8,7 +8,7 @@ import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwe import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Code, Lightbulb, Target, Users, Zap } from "lucide-react"; +import { Code, GitFork, Lightbulb, Target, Users, Zap } from "lucide-react"; export default function LandingPage() { return (