feat(hero): add sponsored by vercel to hero

This commit is contained in:
Dominik Koch
2025-07-16 15:19:06 +02:00
parent 0554a031c2
commit 18d2186101
3 changed files with 64 additions and 0 deletions
+8
View File
@@ -38,6 +38,14 @@ export function GithubIcon({ className }: { className?: string }) {
);
}
export function VercelIcon({ className }: { className?: string }) {
return (
<svg className={className} width="20" height="18" viewBox="0 0 76 65" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M37.5274 0L75.0548 65H0L37.5274 0Z" fill="currentColor"/>
</svg>
);
}
export function BackgroundIcon({ className }: { className?: string }) {
return (
<svg