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 56b3f8b commit e8e4b23Copy full SHA for e8e4b23
src/pages/careers/index.tsx
@@ -173,13 +173,13 @@ export default function CareersPage() {
173
variants={fadeIn}
174
>
175
<Link
176
- to="#openings"
+ to="#"
177
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"
178
179
View Open Positions
180
</Link>
181
182
- to="#culture"
183
className="border-2 border-white text-white px-8 py-4 rounded-lg font-semibold hover:bg-white hover:text-blue-600 transition-all duration-300"
184
185
Learn About Our Culture
0 commit comments