diff --git a/src/components/PartnersPage/SIPartners/index.tsx b/src/components/PartnersPage/SIPartners/index.tsx index ecd3c299..bf472250 100644 --- a/src/components/PartnersPage/SIPartners/index.tsx +++ b/src/components/PartnersPage/SIPartners/index.tsx @@ -73,6 +73,17 @@ const serviceIntegrationPartners: Partner[] = [ name: 'Dashlytix', href: 'https://www.dashlytix.com/', }, + { + icon: ( + + ), + name: 'Fornax', + href: 'https://www.fornaxhq.co/?utm_source=estuary&utm_medium=partnership', + }, ]; const SIPartners = () => ( diff --git a/src/images/partners-page/partner-logos/fornax.png b/src/images/partners-page/partner-logos/fornax.png new file mode 100644 index 00000000..366011af Binary files /dev/null and b/src/images/partners-page/partner-logos/fornax.png differ