@@ -5,29 +5,59 @@ import {
55import { FadeIn } from "@/components/pages/landing/shared/FadeIn" ;
66import { SectionSubHeader } from "@/components/pages/landing/shared/Headings" ;
77
8- import deeporigin from "../../../../public/img/sponsors/deeporigin.svg" ;
9- import fermatDark from "../../../../public/img/sponsors/fermat-dark.svg" ;
10- import fermatLight from "../../../../public/img/sponsors/fermat.svg" ;
11- import nlnetDark from "../../../../public/img/sponsors/nlnet-dark.svg" ;
12- import nlnetLight from "../../../../public/img/sponsors/nlnet.svg" ;
13- import noteplanDark from "../../../../public/img/sponsors/noteplan-dark.png" ;
14- import noteplanLight from "../../../../public/img/sponsors/noteplan.png" ;
15- import poggioDark from "../../../../public/img/sponsors/poggio-dark.svg" ;
16- import poggioLight from "../../../../public/img/sponsors/poggio.svg" ;
17- import twentyDark from "../../../../public/img/sponsors/twenty-dark.png" ;
18- import twentyLight from "../../../../public/img/sponsors/twenty.png" ;
19- import typecellDark from "../../../../public/img/sponsors/typecell-dark.svg" ;
20- import typecellLight from "../../../../public/img/sponsors/typecell.svg" ;
8+ import atuin from "../../../../public/img/sponsors/atuin.png" ;
9+ import capitolDark from "../../../../public/img/sponsors/capitolDark.svg" ;
10+ import capitolLight from "../../../../public/img/sponsors/capitolLight.svg" ;
11+ import deepOrigin from "../../../../public/img/sponsors/deepOrigin.svg" ;
12+ import dinumDark from "../../../../public/img/sponsors/dinumDark.svg" ;
13+ import dinumLight from "../../../../public/img/sponsors/dinumLight.svg" ;
14+ import fermatDark from "../../../../public/img/sponsors/fermatDark.svg" ;
15+ import fermatLight from "../../../../public/img/sponsors/fermatLight.svg" ;
16+ import nlnetDark from "../../../../public/img/sponsors/nlnetDark.svg" ;
17+ import nlnetLight from "../../../../public/img/sponsors/nlnetLight.svg" ;
18+ import notePlanDark from "../../../../public/img/sponsors/notePlanDark.png" ;
19+ import notePlanLight from "../../../../public/img/sponsors/notePlanLight.png" ;
20+ import poggioDark from "../../../../public/img/sponsors/poggioDark.svg" ;
21+ import poggioLight from "../../../../public/img/sponsors/poggioLight.svg" ;
22+ import twentyDark from "../../../../public/img/sponsors/twentyDark.png" ;
23+ import twentyLight from "../../../../public/img/sponsors/twentyLight.png" ;
24+ import typeCellDark from "../../../../public/img/sponsors/typeCellDark.svg" ;
25+ import typeCellLight from "../../../../public/img/sponsors/typeCellLight.svg" ;
26+ import zendis from "../../../../public/img/sponsors/zendis.svg" ;
2127
2228export const sponsorsCardData : SponsorCardProps [ ] = [
2329 {
2430 logo : {
25- light : deeporigin ,
26- dark : deeporigin ,
31+ light : atuin ,
32+ dark : atuin ,
33+ } ,
34+ name : "Atuin" ,
35+ link : "https://atuin.sh/" ,
36+ } ,
37+ {
38+ logo : {
39+ light : capitolLight ,
40+ dark : capitolDark ,
41+ } ,
42+ name : "Capitol" ,
43+ link : "https://www.capitol.ai/" ,
44+ } ,
45+ {
46+ logo : {
47+ light : deepOrigin ,
48+ dark : deepOrigin ,
2749 } ,
2850 name : "Deep Origin" ,
2951 link : "https://www.deeporigin.com/" ,
3052 } ,
53+ {
54+ logo : {
55+ light : dinumLight ,
56+ dark : dinumDark ,
57+ } ,
58+ name : "DINUM" ,
59+ link : "https://www.numerique.gouv.fr/dinum/" ,
60+ } ,
3161 {
3262 logo : {
3363 light : fermatLight ,
@@ -46,10 +76,10 @@ export const sponsorsCardData: SponsorCardProps[] = [
4676 } ,
4777 {
4878 logo : {
49- light : noteplanLight ,
50- dark : noteplanDark ,
79+ light : notePlanLight ,
80+ dark : notePlanDark ,
5181 } ,
52- name : "Noteplan " ,
82+ name : "NotePlan " ,
5383 link : "https://noteplan.co/" ,
5484 tagline : "Apple Top Notes Apps" ,
5585 } ,
@@ -72,12 +102,20 @@ export const sponsorsCardData: SponsorCardProps[] = [
72102 } ,
73103 {
74104 logo : {
75- light : typecellLight ,
76- dark : typecellDark ,
105+ light : typeCellLight ,
106+ dark : typeCellDark ,
77107 } ,
78108 name : "TypeCell" ,
79109 link : "https://www.typecell.org/" ,
80110 } ,
111+ {
112+ logo : {
113+ light : zendis ,
114+ dark : zendis ,
115+ } ,
116+ name : "ZenDiS" ,
117+ link : "https://zendis.de/" ,
118+ } ,
81119] ;
82120
83121export function Sponsors ( ) {
0 commit comments