diff --git a/src/app/apply/page.tsx b/src/app/apply/page.tsx index 685163a..0763f64 100644 --- a/src/app/apply/page.tsx +++ b/src/app/apply/page.tsx @@ -5,7 +5,7 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Briefcase, Sparkles } from "lucide-react"; +import { Sparkles } from "lucide-react"; export default function ApplyPage() { const navItems = [ @@ -134,4 +134,4 @@ export default function ApplyPage() { ); -} \ No newline at end of file +}