diff --git a/components/CompatibilitySection.tsx b/components/CompatibilitySection.tsx index 4c0742d..7c997aa 100644 --- a/components/CompatibilitySection.tsx +++ b/components/CompatibilitySection.tsx @@ -23,6 +23,12 @@ const agents: AgentEntry[] = [ url: "https://ampcode.com", imageSrc: "/logos/amp.svg", }, + { + name: "Autohand", + url: "https://autohand.ai/cli", + imageSrcLight: "/logos/autohand-light.svg", + imageSrcDark: "/logos/autohand-dark.svg", + }, { name: "Jules", url: "https://jules.google", @@ -278,7 +284,7 @@ export default function CompatibilitySection() { }, { threshold: 0, - } + }, ); observer.observe(node); diff --git a/public/logos/autohand-dark.svg b/public/logos/autohand-dark.svg new file mode 100644 index 0000000..16db9b2 --- /dev/null +++ b/public/logos/autohand-dark.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/public/logos/autohand-light.svg b/public/logos/autohand-light.svg new file mode 100644 index 0000000..f87ee78 --- /dev/null +++ b/public/logos/autohand-light.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + +