diff --git a/components/CompatibilitySection.tsx b/components/CompatibilitySection.tsx index 4c4560b..c31701b 100644 --- a/components/CompatibilitySection.tsx +++ b/components/CompatibilitySection.tsx @@ -34,6 +34,11 @@ const agents: AgentEntry[] = [ url: "https://cursor.com", imageSrc: "/logos/cursor.svg", }, + { + name: "CoStrict", + url: "https://costrict.ai/", + imageSrc: "/logos/costrict.svg", + }, { name: "Factory", url: "https://factory.ai", diff --git a/public/logos/costrict.svg b/public/logos/costrict.svg new file mode 100644 index 0000000..a85a3ad --- /dev/null +++ b/public/logos/costrict.svg @@ -0,0 +1 @@ + \ No newline at end of file