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.
1 parent 7cfe0fb commit 6712dbbCopy full SHA for 6712dbb
src/pages/careers/index.tsx
@@ -205,7 +205,7 @@ function CareersContent() {
205
variants={fadeIn}
206
>
207
<Link
208
- to="#"
+ href="#open-positions"
209
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"
210
211
View Open Positions
@@ -386,7 +386,7 @@ function CareersContent() {
386
<div className="max-w-6xl mx-auto">
387
<motion.div className="text-center mb-16" variants={fadeIn}>
388
<h2
389
- className="text-4xl md:text-5xl font-bold mb-6"
+ className="text-4xl md:text-5xl font-bold mb-6" id="open-positions"
390
style={{
391
color: isDark ? '#ffffff' : '#111827'
392
}}
0 commit comments