diff --git a/src/pages/careers/index.tsx b/src/pages/careers/index.tsx index 8ec5a3b8..0c2e0298 100644 --- a/src/pages/careers/index.tsx +++ b/src/pages/careers/index.tsx @@ -5,6 +5,19 @@ import { motion } from "framer-motion"; import Link from "@docusaurus/Link"; // removed useColorMode import to avoid provider + SSR issues import ExecutionEnvironment from "@docusaurus/ExecutionEnvironment"; +import { + Home, + CircleDollarSign, + GraduationCap, + HeartPulse, + Palmtree, + Rocket, + User, + Zap, + Users, + BrainCircuit, + ArrowRight +} from "lucide-react"; // Safe hook for color mode that handles SSR function useSafeColorMode() { @@ -61,37 +74,37 @@ const staggerContainer = { // Sample data for the careers page const perks = [ { - icon: "🏠", + icon: , title: "Remote First", description: "Work from anywhere in the world with flexible hours that suit your lifestyle.", }, { - icon: "💰", + icon: , title: "Competitive Salary", description: "We offer competitive compensation packages with equity options.", }, { - icon: "🎓", + icon: , title: "Learning & Development", description: "Annual learning budget and conference allowances to grow your skills.", }, { - icon: "🏥", + icon: , title: "Health & Wellness", description: "Comprehensive health insurance and wellness programs for you and your family.", }, { - icon: "🌴", + icon: , title: "Unlimited PTO", description: "Take the time you need to recharge and maintain work-life balance.", }, { - icon: "🚀", + icon: , title: "Career Growth", description: "Clear career progression paths with mentorship and leadership opportunities.", @@ -103,19 +116,19 @@ const cultureValues = [ title: "Innovation First", description: "We embrace new technologies and creative solutions to solve complex problems.", - image: "/img/culture-innovation.jpg", + icon: , }, { title: "Collaboration", description: "We believe in the power of teamwork and diverse perspectives.", - image: "/img/culture-collaboration.jpg", + icon: , }, { title: "Growth Mindset", description: "We're committed to continuous learning and personal development.", - image: "/img/culture-growth.jpg", + icon: , }, ]; @@ -233,10 +246,17 @@ function CareersContent() { className="flex flex-col justify-center gap-4 sm:flex-row" variants={fadeIn} > - + View Open Positions + - + Learn About Our Culture @@ -292,14 +312,18 @@ function CareersContent() { {cultureValues.map((value, index) => ( -
- 🚀 +
+
+
+ {value.icon} +

( -
{perk.icon}
+
+ {perk.icon} +

( -
+
+

Apply Now +

@@ -550,8 +578,8 @@ function CareersContent() { variants={fadeIn} >
-
- 👤 +
+
Get In Touch + Join Our Community