From 921cdb60cb809e12370bcced8d1ba95396bd0d59 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 22:35:41 +0000 Subject: [PATCH] Switch to version 1: modified src/app/apply/page.tsx --- src/app/apply/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/apply/page.tsx b/src/app/apply/page.tsx index 0763f64..685163a 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 { Sparkles } from "lucide-react"; +import { Briefcase, Sparkles } from "lucide-react"; export default function ApplyPage() { const navItems = [ @@ -134,4 +134,4 @@ export default function ApplyPage() { ); -} +} \ No newline at end of file