maj template page

This commit is contained in:
sebvtl728
2025-02-03 02:02:18 +01:00
parent f25b0fa6e4
commit 555a63b61d
12 changed files with 314 additions and 378 deletions
+9 -8
View File
@@ -1,4 +1,4 @@
import React, { useState } from "react";
import { useState } from "react";
import {
AppBar,
Toolbar,
@@ -179,7 +179,7 @@ const Header = () => {
</MenuItem>
<MenuItem
component={Link}
to="/services/formation-video"
to="/services/electricite"
onClick={handleMenuClose}
>
<WorkIcon sx={{ marginRight: 1}} />
@@ -350,25 +350,26 @@ const Header = () => {
<WorkIcon sx={{ marginRight: 0.5 }} />
<ListItemText primary="Prestation maitrise oeuvre" />
</ListItem>
<ListItem
button
component={Link}
to="/services/formation-ia"
selected={location.pathname.includes("/services/formation-ia")}
to="/services/structure-beton-charpente-metallique-bois"
selected={location.pathname.includes("/services/structure-beton-charpente-metallique-bois")}
>
<WorkIcon sx={{ marginRight: 0.5 }} />
<ListItemText primary="Formation IA" />
<ListItemText primary="Structure beton..." />
</ListItem>
<ListItem
button
component={Link}
to="/services/formation-video"
to="/services/electricite"
selected={location.pathname.includes(
"/services/formation-video"
"/services/electricite"
)}
>
<WorkIcon sx={{ marginRight: 0.5 }} />
<ListItemText primary="Formation Video" />
<ListItemText primary="Electricité..." />
</ListItem>
<ListItem
button