@@ -120,6 +120,7 @@ export const mainNav: NavItem[] = [
120120 } ,
121121 {
122122 label : "Secteurs" ,
123+ columns : 2 ,
123124 items : [
124125 {
125126 label : "E-commerce" ,
@@ -141,6 +142,36 @@ export const mainNav: NavItem[] = [
141142 href : "/secteur/saas" ,
142143 description : "Architecture multi-tenant et scalabilité" ,
143144 } ,
145+ {
146+ label : "Migration legacy" ,
147+ href : "/secteur/migration-legacy" ,
148+ description : "Modernisation progressive de vos applications PHP" ,
149+ } ,
150+ {
151+ label : "Application métier" ,
152+ href : "/secteur/application-metier" ,
153+ description : "Digitalisation de vos processus sur mesure" ,
154+ } ,
155+ {
156+ label : "Renfort d'équipe" ,
157+ href : "/secteur/renfort-equipe" ,
158+ description : "Développeurs Symfony seniors en régie" ,
159+ } ,
160+ {
161+ label : "Maintenance applicative" ,
162+ href : "/secteur/maintenance-applicative" ,
163+ description : "TMA, SLA et continuité de service" ,
164+ } ,
165+ {
166+ label : "API et intégration" ,
167+ href : "/secteur/api-integration" ,
168+ description : "API Platform, connecteurs et flux asynchrones" ,
169+ } ,
170+ {
171+ label : "Sécurité et conformité" ,
172+ href : "/secteur/securite-conformite" ,
173+ description : "Audit OWASP, RGPD et anonymisation" ,
174+ } ,
144175 ] ,
145176 } ,
146177 { label : "Blog" , href : "/blog" } ,
@@ -183,6 +214,12 @@ export const footerNav = {
183214 { label : "Finance" , href : "/secteur/finance" } ,
184215 { label : "Industrie" , href : "/secteur/industrie" } ,
185216 { label : "SaaS" , href : "/secteur/saas" } ,
217+ { label : "Migration legacy" , href : "/secteur/migration-legacy" } ,
218+ { label : "Application métier" , href : "/secteur/application-metier" } ,
219+ { label : "Renfort d'équipe" , href : "/secteur/renfort-equipe" } ,
220+ { label : "Maintenance" , href : "/secteur/maintenance-applicative" } ,
221+ { label : "API et intégration" , href : "/secteur/api-integration" } ,
222+ { label : "Sécurité" , href : "/secteur/securite-conformite" } ,
186223 ] ,
187224 } ,
188225 agence : {
0 commit comments