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

@@ -27,7 +27,7 @@ export const TechStackVisualization = ({ stacks }: TechStackVisualizationProps)
</motion.div>
{/* Tech Stack Orbits */}
{stacks.map((stack, stackIndex) => (
{(stacks ?? []).map((stack, stackIndex) => (
<motion.div
key={stack.name}
initial={{ opacity: 0 }}