From bc21fa97ad7d854a1ada9b0e3e93682fe72f9b64 Mon Sep 17 00:00:00 2001 From: Nik L Date: Thu, 19 Mar 2026 15:59:41 -0400 Subject: [PATCH] feat: seo optimization p2 --- app/page.tsx | 2 + components/agents.tsx | 22 +++--- components/faq.tsx | 120 ++++++++++++++++++++++++++++++++ components/hero.tsx | 16 ++++- components/problem.tsx | 13 +++- public/agents/aider-ai.png | Bin 0 -> 4648 bytes public/agents/anthropics.png | Bin 0 -> 1352 bytes public/agents/block.png | Bin 0 -> 1128 bytes public/agents/cline.png | Bin 0 -> 1357 bytes public/agents/getcursor.png | Bin 0 -> 1069 bytes public/agents/github.png | Bin 0 -> 1954 bytes public/agents/google-gemini.png | Bin 0 -> 1396 bytes public/agents/nicepkg.png | Bin 0 -> 1879 bytes public/agents/openai.png | Bin 0 -> 2244 bytes public/agents/sourcegraph.png | Bin 0 -> 2210 bytes 15 files changed, 160 insertions(+), 13 deletions(-) create mode 100644 components/faq.tsx create mode 100644 public/agents/aider-ai.png create mode 100644 public/agents/anthropics.png create mode 100644 public/agents/block.png create mode 100644 public/agents/cline.png create mode 100644 public/agents/getcursor.png create mode 100644 public/agents/github.png create mode 100644 public/agents/google-gemini.png create mode 100644 public/agents/nicepkg.png create mode 100644 public/agents/openai.png create mode 100644 public/agents/sourcegraph.png diff --git a/app/page.tsx b/app/page.tsx index b3195ce..8bc9b90 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -11,6 +11,7 @@ import { Observability } from '@/components/observability' import { Control } from '@/components/control' import { Comparison } from '@/components/comparison' import { About } from '@/components/about' +import { FAQ } from '@/components/faq' import { Footer } from '@/components/footer' export default function Home() { @@ -27,6 +28,7 @@ export default function Home() { +