@@ -5,29 +5,59 @@ import {
5
5
import { FadeIn } from "@/components/pages/landing/shared/FadeIn" ;
6
6
import { SectionSubHeader } from "@/components/pages/landing/shared/Headings" ;
7
7
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" ;
21
27
22
28
export const sponsorsCardData : SponsorCardProps [ ] = [
23
29
{
24
30
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 ,
27
49
} ,
28
50
name : "Deep Origin" ,
29
51
link : "https://www.deeporigin.com/" ,
30
52
} ,
53
+ {
54
+ logo : {
55
+ light : dinumLight ,
56
+ dark : dinumDark ,
57
+ } ,
58
+ name : "DINUM" ,
59
+ link : "https://www.numerique.gouv.fr/dinum/" ,
60
+ } ,
31
61
{
32
62
logo : {
33
63
light : fermatLight ,
@@ -46,10 +76,10 @@ export const sponsorsCardData: SponsorCardProps[] = [
46
76
} ,
47
77
{
48
78
logo : {
49
- light : noteplanLight ,
50
- dark : noteplanDark ,
79
+ light : notePlanLight ,
80
+ dark : notePlanDark ,
51
81
} ,
52
- name : "Noteplan " ,
82
+ name : "NotePlan " ,
53
83
link : "https://noteplan.co/" ,
54
84
tagline : "Apple Top Notes Apps" ,
55
85
} ,
@@ -72,12 +102,20 @@ export const sponsorsCardData: SponsorCardProps[] = [
72
102
} ,
73
103
{
74
104
logo : {
75
- light : typecellLight ,
76
- dark : typecellDark ,
105
+ light : typeCellLight ,
106
+ dark : typeCellDark ,
77
107
} ,
78
108
name : "TypeCell" ,
79
109
link : "https://www.typecell.org/" ,
80
110
} ,
111
+ {
112
+ logo : {
113
+ light : zendis ,
114
+ dark : zendis ,
115
+ } ,
116
+ name : "ZenDiS" ,
117
+ link : "https://zendis.de/" ,
118
+ } ,
81
119
] ;
82
120
83
121
export function Sponsors ( ) {
0 commit comments