diff --git a/src/pages/careers/index.tsx b/src/pages/careers/index.tsx index 75e255d6..8e5adf69 100644 --- a/src/pages/careers/index.tsx +++ b/src/pages/careers/index.tsx @@ -174,9 +174,9 @@ function CareersContent() { /> -
{/* Hero Section */} @@ -224,6 +224,9 @@ function CareersContent() {
-

+

Our Culture & Values

-

- We're building more than just a company—we're creating a community of learners, innovators, and leaders. -

+
+

+ We're building more than just a company—we're creating a community of learners, innovators, and leaders. +

+
{cultureValues.map((value, index) => (
🚀
-

+

{value.title}

-

+

{value.description}

@@ -273,7 +299,10 @@ function CareersContent() { {/* Perks & Benefits Section */}
-

+

Perks & Benefits

-

- We take care of our team so they can focus on doing their best work. -

+
+

+ We take care of our team so they can focus on doing their best work. +

+
{perks.map((perk, index) => (
{perk.icon}
-

+

{perk.title}

-

+

{perk.description}

@@ -313,6 +375,9 @@ function CareersContent() {
-

+

Open Positions

-

+

Find your next opportunity and help us build the future of coding education.

@@ -332,35 +407,64 @@ function CareersContent() { {jobOpenings.map((job, index) => (
-

+

{job.title}

- + {job.department} - + {job.location} - + {job.type}
-

+

{job.description}

Apply Now @@ -374,7 +478,10 @@ function CareersContent() { {/* Testimonials Section */}
-

+

What Our Team Says

-

+

Hear from our team members about their experience at RecodeHive.

👤
-
+
"{testimonials[activeTestimonial].content}"
-

+

{testimonials[activeTestimonial].name}

-

+

{testimonials[activeTestimonial].role}

@@ -418,7 +552,9 @@ function CareersContent() { className={`w-3 h-3 rounded-full transition-all duration-300 ${ index === activeTestimonial ? 'bg-blue-600 scale-110' - : 'bg-gray-300 dark:bg-gray-600 hover:bg-gray-400' + : isDark + ? 'bg-gray-600 hover:bg-gray-500' + : 'bg-gray-300 hover:bg-gray-400' }`} onClick={() => setActiveTestimonial(index)} />