diff --git a/src/data/svgs.ts b/src/data/svgs.ts index c2eefd1..f93131e 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1,6 +1,19 @@ import type { iSVG } from '@/types/svg'; export const svgs: iSVG[] = [ + { + title: 'Perspective', + category: 'Software', + route: { + light: '/library/perspective-light.svg', + dark: '/library/perspective-dark.svg' + }, + wordmark: { + light: '/library/perspective-wordmark-light.svg', + dark: '/library/perspective-wordmark-dark.svg' + }, + url: 'https://perspective.co/' + }, { title: 'Windsurf', category: ['Software', 'AI'], diff --git a/static/library/perspective-dark.svg b/static/library/perspective-dark.svg new file mode 100644 index 0000000..afdff6f --- /dev/null +++ b/static/library/perspective-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/perspective-light.svg b/static/library/perspective-light.svg new file mode 100644 index 0000000..639622f --- /dev/null +++ b/static/library/perspective-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/perspective-wordmark-dark.svg b/static/library/perspective-wordmark-dark.svg new file mode 100644 index 0000000..073b8ae --- /dev/null +++ b/static/library/perspective-wordmark-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/perspective-wordmark-light.svg b/static/library/perspective-wordmark-light.svg new file mode 100644 index 0000000..b4afd29 --- /dev/null +++ b/static/library/perspective-wordmark-light.svg @@ -0,0 +1 @@ + \ No newline at end of file