This commit is contained in:
Mackie 2026-05-24 23:07:13 +08:00
parent e5cef993a1
commit 61f36999b7

View file

@ -361,7 +361,7 @@ function HeroSection({ isDark }: { isDark: boolean }) {
)
}
// ─── Logo cloud (trusted by section) ─────────────────────────────────────────
// ─── Logo cloud (skills that i have) ─────────────────────────────────────────
const LOGOS = [
{ src: 'https://storage.efferd.com/logo/nvidia-wordmark.svg', alt: 'Nvidia' },
@ -381,7 +381,7 @@ function LogosSection({ isDark }: { isDark: boolean }) {
return (
<section className={cn('relative border-t py-8 px-6', border)}>
<p className={cn('mb-6 text-center text-xs tracking-widest uppercase', text)}>
built with tools trusted by <span className={bold}>world-class teams</span>
Skills that i have
</p>
<div className="mx-auto flex max-w-3xl flex-wrap items-center justify-center gap-8">
{LOGOS.map(l => (