diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 901a339b..696930ca 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1,6 +1,51 @@ import type { iSVG } from '../types/svg'; export const svgs: iSVG[] = [ + { + title: 'Inflection AI', + category: 'AI', + route: { + light: '/library/inflectionai_light.svg', + dark: '/library/inflectionai_dark.svg' + }, + url: 'https://inflection.ai/' + }, + { + title: 'Together AI', + category: 'AI', + route: { + light: '/library/togetherai_light.svg', + dark: '/library/togetherai_dark.svg' + }, + url: 'https://www.together.ai/' + }, + { + title: 'Suno', + category: 'AI', + route: '/library/suno.svg', + wordmark: { + light: '/library/suno_wordmark_light.svg', + dark: '/library/suno_wordmark_dark.svg' + }, + url: 'https://suno.com/' + }, + { + title: 'Groq', + category: 'AI', + route: '/library/groq.svg', + wordmark: { + light: '/library/groq_wordmark_light.svg', + dark: '/library/groq_wordmark_dark.svg' + }, + url: 'https://groq.com/' + }, + { + title: 'Cohere', + category: 'AI', + route: '/library/cohere.svg', + wordmark: '/library/cohere_wordmark.svg', + url: 'https://cohere.com/' + }, { title: 'Cisco', category: 'Software', diff --git a/static/library/cohere.svg b/static/library/cohere.svg new file mode 100644 index 00000000..c3dc5007 --- /dev/null +++ b/static/library/cohere.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/cohere_wordmark.svg b/static/library/cohere_wordmark.svg new file mode 100644 index 00000000..9ad4d301 --- /dev/null +++ b/static/library/cohere_wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/groq.svg b/static/library/groq.svg new file mode 100644 index 00000000..cf90d287 --- /dev/null +++ b/static/library/groq.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/groq_wordmark_dark.svg b/static/library/groq_wordmark_dark.svg new file mode 100644 index 00000000..5615cacd --- /dev/null +++ b/static/library/groq_wordmark_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/groq_wordmark_light.svg b/static/library/groq_wordmark_light.svg new file mode 100644 index 00000000..a78a433d --- /dev/null +++ b/static/library/groq_wordmark_light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/inflectionai_dark.svg b/static/library/inflectionai_dark.svg new file mode 100644 index 00000000..e0ce5652 --- /dev/null +++ b/static/library/inflectionai_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/inflectionai_light.svg b/static/library/inflectionai_light.svg new file mode 100644 index 00000000..ad4c1d6a --- /dev/null +++ b/static/library/inflectionai_light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/suno.svg b/static/library/suno.svg new file mode 100644 index 00000000..e2ddb784 --- /dev/null +++ b/static/library/suno.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/suno_wordmark_dark.svg b/static/library/suno_wordmark_dark.svg new file mode 100644 index 00000000..523151ac --- /dev/null +++ b/static/library/suno_wordmark_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/suno_wordmark_light.svg b/static/library/suno_wordmark_light.svg new file mode 100644 index 00000000..3c055fb4 --- /dev/null +++ b/static/library/suno_wordmark_light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/togetherai_dark.svg b/static/library/togetherai_dark.svg new file mode 100644 index 00000000..84da2c3d --- /dev/null +++ b/static/library/togetherai_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/togetherai_light.svg b/static/library/togetherai_light.svg new file mode 100644 index 00000000..c94f08d4 --- /dev/null +++ b/static/library/togetherai_light.svg @@ -0,0 +1 @@ + \ No newline at end of file