We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2e3c46 + 6712dbb commit 235b682Copy full SHA for 235b682
src/pages/careers/index.tsx
@@ -215,7 +215,7 @@ function CareersContent() {
215
variants={fadeIn}
216
>
217
<Link
218
- to="#"
+ href="#open-positions"
219
className="bg-white text-blue-600 px-8 py-4 rounded-lg font-semibold hover:bg-blue-50 transition-all duration-300 transform hover:scale-105 shadow-lg"
220
221
View Open Positions
@@ -396,7 +396,7 @@ function CareersContent() {
396
<div className="max-w-6xl mx-auto">
397
<motion.div className="text-center mb-16" variants={fadeIn}>
398
<h2
399
- className="text-4xl md:text-5xl font-bold mb-6"
+ className="text-4xl md:text-5xl font-bold mb-6" id="open-positions"
400
style={{
401
color: isDark ? '#ffffff' : '#111827'
402
}}
0 commit comments