feat: seo optimization p1

This commit is contained in:
Nik L
2026-03-19 15:31:15 -04:00
parent 5726d2d210
commit 0ee456ad58
12 changed files with 341 additions and 23 deletions

View File

@@ -1,3 +1,4 @@
import Image from 'next/image'
import { CheckCircle2 } from 'lucide-react'
const agents = [
@@ -42,7 +43,7 @@ export function Agents() {
rel="noopener noreferrer"
className="group flex items-center gap-2.5 sm:gap-3 p-3 sm:p-4 rounded-lg border border-border/40 bg-card/30 hover:border-primary/20 hover:bg-card/50 transition-all cursor-pointer"
>
<img
<Image
src={`https://github.com/${agent.org}.png?size=64`}
alt={agent.name}
width={28}