reindexation serviceDeux

This commit is contained in:
sebvtl728
2025-01-21 11:55:01 +01:00
parent 9eca9041fb
commit ba6603fc6f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ const Header = () => {
</MenuItem>
<MenuItem
component={Link}
to="/services/formation-ia"
to="/services/structure-beton-charpente-metallique-bois"
onClick={handleMenuClose}
>
<WorkIcon sx={{ marginRight: 1 }} />
@@ -3,7 +3,7 @@ import ServicePageTemplate from '../ServicePageTemplate';
const ServiceDeux = () => {
const serviceDetails = {
title: 'Formation IA',
title: 'Structure béton charpente métallique & bois',
subtitle: 'Dominez lintelligence artificielle.',
description:
'Plongez dans le futur! Notre formation IA vous prépare aux outils modernes dintelligence artificielle comme Python, TensorFlow et OpenAI API. Apprenez à créer des modèles IA performants.',
+1 -1
View File
@@ -36,7 +36,7 @@ function YourApp() {
<Route path="/search" element={<Search />} /> {/* Route pour les recherches */}
{/* Routes pour les services */}
<Route path="/services/prestation-maitrise-oeuvre" element={<ServiceUn />} />
<Route path="/services/formation-ia" element={<ServiceDeux />} />
<Route path="/services/structure-beton-charpente-metallique-bois" element={<ServiceDeux />} />
<Route path="/services/formation-video" element={<ServiceTrois />} />
<Route path="*" element={<NotFound />} />
</Routes>