hiring pages added and contact no. updated at gloabal offices

This commit is contained in:
priyanshuvish
2025-09-18 19:13:07 +05:30
parent b54d17ea61
commit eda5e18732
45 changed files with 3753 additions and 135 deletions

View File

@@ -1541,7 +1541,9 @@ const HireEnterpriseTalent = () => {
className="text-center space-y-6"
>
<div className="flex flex-col sm:flex-row gap-4 justify-center">
<ShimmerButton className="text-lg px-8 py-4">
<ShimmerButton className="text-lg px-8 py-4"
onClick={() => navigateTo("/hire-talent/enterprise-software-developers")}
>
<div className="inline-flex items-center gap-2">
<Users className="w-5 h-5 flex-shrink-0" />
<span>Hire Enterprise Talent</span>
@@ -1773,7 +1775,7 @@ export const EnterpriseSoftwareSolutions = () => {
</section>
{/* Footer */}
<section className="bg-card">
<section>
<Footer />
</section>
</div>