@@ -115,7 +115,28 @@ export const footerTopSection: FooterTopSectionProps = {
115
115
} ;
116
116
117
117
export const footerBodySection : FooterBodySectionProps = {
118
- links,
118
+ links : [
119
+ {
120
+ title : "gouvernement.fr" ,
121
+ href : "https://www.gouvernement.fr/" ,
122
+ } ,
123
+ {
124
+ title : "service-public.fr" ,
125
+ href : "https://www.service-public.fr/" ,
126
+ } ,
127
+ {
128
+ title : "legifrance.gouv.fr" ,
129
+ href : "https://www.legifrance.gouv.fr/" ,
130
+ } ,
131
+ {
132
+ title : "data.gouv.fr" ,
133
+ href : "https://data.gouv.fr/" ,
134
+ } ,
135
+ {
136
+ title : "solidarites-sante.gouv.fr" ,
137
+ href : "https://solidarites-sante.gouv.fr/" ,
138
+ } ,
139
+ ] ,
119
140
image : {
120
141
alt : "" ,
121
142
src : "https://dummyimage.com/100x80/000/fff.png&text=logo+1" ,
@@ -147,7 +168,24 @@ export const footerPartnerSection: FooterPartnerSectionProps = {
147
168
} ;
148
169
149
170
export const footerBottomSection : FooterBottomSectionProps = {
150
- links,
171
+ links : [
172
+ {
173
+ title : "Accessibilité : non conforme" ,
174
+ href : "/mention-legales#accessibilite" ,
175
+ } ,
176
+ {
177
+ title : "Mentions légales" ,
178
+ href : "/mention-legales" ,
179
+ } ,
180
+ {
181
+ title : "Conditions générales d'utilisation" ,
182
+ href : "/cgu" ,
183
+ } ,
184
+ {
185
+ title : "Politique de confidentialité" ,
186
+ href : "/politique-confidentialite" ,
187
+ } ,
188
+ ] ,
151
189
version : process . env . NEXT_PUBLIC_APP_VERSION ?? "X.X.X" ,
152
190
repositoryUrl : process . env . NEXT_PUBLIC_APP_REPOSITORY_URL ?? "" ,
153
191
commitHash : process . env . NEXT_PUBLIC_APP_VERSION_COMMIT ?? "master" ,
0 commit comments