website refactor

This commit is contained in:
2026-01-18 16:18:18 +01:00
parent 0b301feb61
commit 13567d51af
329 changed files with 4701 additions and 4750 deletions

View File

@@ -8,7 +8,6 @@ import {
TrendingUp,
Shield
} from 'lucide-react';
import { Box } from '@/ui/Box';
import { Stack } from '@/ui/Stack';
import { Text } from '@/ui/Text';
import { Badge } from '@/ui/Badge';
@@ -102,12 +101,12 @@ export function TeamCard({
)}
categoryBadge={category && (
<Badge variant="primary">
<Box w="2" h="2" rounded="full" bg="bg-purple-500" mr={1.5} />
<Stack w="2" h="2" rounded="full" bg="bg-purple-500" mr={1.5} />
{category}
</Badge>
)}
languagesContent={languages && languages.length > 0 && (
<Box
<Stack
display="flex"
alignItems="center"
gap={1.5}
@@ -123,7 +122,7 @@ export function TeamCard({
{languages.slice(0, 2).join(', ')}
{languages.length > 2 && ` +${languages.length - 2}`}
</Text>
</Box>
</Stack>
)}
statsContent={
<>