Switch to version 1: modified src/app/apply/page.tsx

This commit is contained in:
2026-03-08 22:35:41 +00:00
parent 5bfc5eda31
commit 921cdb60cb

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}