diff --git a/Dockerfile.business b/Dockerfile.business
index a5a3d96..5656a81 100644
--- a/Dockerfile.business
+++ b/Dockerfile.business
@@ -106,21 +106,21 @@ const TeamPage = () => {
<>
Équipe & Technologies - Laplank
-
+ `}} />
{
);
};
-// Désactiver le layout par défaut pour cette page
-TeamPage.getLayout = function getLayout(page) {
- return page;
-};
-
export default TeamPage;
EOF
RUN echo "✅ Page team.tsx créée (redirige vers /team.html)"