hero
This commit is contained in:
parent
e5cef993a1
commit
61f36999b7
1 changed files with 2 additions and 2 deletions
|
|
@ -361,7 +361,7 @@ function HeroSection({ isDark }: { isDark: boolean }) {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
// ─── Logo cloud (trusted by section) ─────────────────────────────────────────
|
// ─── Logo cloud (skills that i have) ─────────────────────────────────────────
|
||||||
|
|
||||||
const LOGOS = [
|
const LOGOS = [
|
||||||
{ src: 'https://storage.efferd.com/logo/nvidia-wordmark.svg', alt: 'Nvidia' },
|
{ src: 'https://storage.efferd.com/logo/nvidia-wordmark.svg', alt: 'Nvidia' },
|
||||||
|
|
@ -381,7 +381,7 @@ function LogosSection({ isDark }: { isDark: boolean }) {
|
||||||
return (
|
return (
|
||||||
<section className={cn('relative border-t py-8 px-6', border)}>
|
<section className={cn('relative border-t py-8 px-6', border)}>
|
||||||
<p className={cn('mb-6 text-center text-xs tracking-widest uppercase', text)}>
|
<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>
|
</p>
|
||||||
<div className="mx-auto flex max-w-3xl flex-wrap items-center justify-center gap-8">
|
<div className="mx-auto flex max-w-3xl flex-wrap items-center justify-center gap-8">
|
||||||
{LOGOS.map(l => (
|
{LOGOS.map(l => (
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue