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() { /> -
- 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. +
++
{value.description}
- 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. +
++
{perk.description}
+
Find your next opportunity and help us build the future of coding education.
+
{job.description}
+
Hear from our team members about their experience at RecodeHive.
+"{testimonials[activeTestimonial].content}"-@@ -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)} />+
{testimonials[activeTestimonial].name}
-+
{testimonials[activeTestimonial].role}