diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 492e28f..5ef4732 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -3369,5 +3369,29 @@ export const svgs: iSVG[] = [
dark: '/library/anthropic_white_wordmark.svg'
},
url: 'https://www.anthropic.com/'
- }
+ },
+ {
+ title: 'Jenkins',
+ category: 'Software',
+ route: '/library/jenkins.svg',
+ wordmark: '/library/jenkins-wordmark.svg',
+ url: 'https://www.jenkins.io/'
+ },
+ {
+ title: 'Replit',
+ category: 'Software',
+ route: '/library/replit.svg',
+ wordmark: {
+ light: '/library/replit-wordmark-light.svg',
+ dark: '/library/replit-wordmark-dark.svg'
+ },
+ url: 'https://replit.com/',
+ brandUrl: 'https://replit.com/brandkit'
+ },
+ {
+ title: 'Magic UI',
+ category: 'Library',
+ route: '/library/magicui.svg',
+ url: 'https://magicui.design/'
+ },
];
diff --git a/static/library/jenkins-wordmark.svg b/static/library/jenkins-wordmark.svg
new file mode 100644
index 0000000..504242e
--- /dev/null
+++ b/static/library/jenkins-wordmark.svg
@@ -0,0 +1,103 @@
+
\ No newline at end of file
diff --git a/static/library/jenkins.svg b/static/library/jenkins.svg
new file mode 100644
index 0000000..da69652
--- /dev/null
+++ b/static/library/jenkins.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/magicui.svg b/static/library/magicui.svg
new file mode 100644
index 0000000..2320621
--- /dev/null
+++ b/static/library/magicui.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/replit-wordmark-dark.svg b/static/library/replit-wordmark-dark.svg
new file mode 100644
index 0000000..833f7bb
--- /dev/null
+++ b/static/library/replit-wordmark-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/replit-wordmark-light.svg b/static/library/replit-wordmark-light.svg
new file mode 100644
index 0000000..5201b71
--- /dev/null
+++ b/static/library/replit-wordmark-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/replit.svg b/static/library/replit.svg
new file mode 100644
index 0000000..ca31d58
--- /dev/null
+++ b/static/library/replit.svg
@@ -0,0 +1 @@
+
\ No newline at end of file