Skip to content

Commit 0f3b1ce

Browse files
authored
update (#602)
* update * fix * fix
1 parent 00ad5b3 commit 0f3b1ce

4 files changed

Lines changed: 500 additions & 0 deletions

File tree

src/app/agence-symfony-france/page.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,11 @@ const relatedLinks: RelatedLink[] = [
190190
description: "Conception d'API REST et GraphQL avec API Platform",
191191
href: "/api-sur-mesure-symfony",
192192
},
193+
{
194+
title: "Pourquoi choisir Efficience IT",
195+
description: "Agence vs freelance, ESN ou agence générique : notre comparatif",
196+
href: "/pourquoi-efficience-it",
197+
},
193198
];
194199

195200
export default function AgenceSymfonyFrance() {

src/app/developpement-web-sur-mesure/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ const devWebRelatedLinks: RelatedLink[] = [
115115
{ title: "Symfony, site officiel", description: "Le framework PHP pour les applications web", href: "https://symfony.com/", external: true },
116116
{ title: "Sylius, site officiel", description: "La plateforme e-commerce basée sur Symfony", href: "https://sylius.com/", external: true },
117117
{ title: "API Platform", description: "Créer des API modernes en PHP", href: "https://api-platform.com/", external: true },
118+
{ title: "Pourquoi choisir Efficience IT", description: "Agence vs freelance, ESN ou agence générique : notre comparatif", href: "/pourquoi-efficience-it" },
118119
];
119120

120121
export default function DeveloppementWeb() {

0 commit comments

Comments
 (0)