diff --git a/src/components/HeroPage.tsx b/src/components/HeroPage.tsx index 374f373..179501c 100644 --- a/src/components/HeroPage.tsx +++ b/src/components/HeroPage.tsx @@ -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 (

- built with tools trusted by world-class teams + Skills that i have

{LOGOS.map(l => (