update octopus

This commit is contained in:
sebvtl728
2025-07-31 23:06:48 +02:00
parent 53ae6365f4
commit 04aa793815
6 changed files with 16 additions and 16 deletions
@@ -114,7 +114,7 @@ function EditPageEtude() {
</Button> </Button>
<Typography variant="h4" sx={{ fontWeight: "bold", mb: 3, textAlign: "center" }}> <Typography variant="h4" sx={{ fontWeight: "bold", mb: 3, textAlign: "center" }}>
Modifier la Page Bureau d'Étude Modifier la Page Formations
</Typography> </Typography>
{error && <Typography color="error" sx={{ mb: 2 }}>{error}</Typography>} {error && <Typography color="error" sx={{ mb: 2 }}>{error}</Typography>}
+7 -7
View File
@@ -221,7 +221,7 @@ const Header = () => {
> >
Actualités Actualités
</Button> </Button>
<Button {/* <Button
component={Link} component={Link}
to="/about" to="/about"
color="inherit" color="inherit"
@@ -233,10 +233,10 @@ const Header = () => {
}} }}
> >
À Propos À Propos
</Button> </Button> */}
<Button <Button
component={Link} component={Link}
to="/bureauEtude" to="/nosFormations"
color="inherit" color="inherit"
sx={{ sx={{
fontWeight: location.pathname === "/bureauEtude" ? "bold" : "normal", fontWeight: location.pathname === "/bureauEtude" ? "bold" : "normal",
@@ -409,9 +409,9 @@ const Header = () => {
<ListItem <ListItem
button button
component={Link} component={Link}
to="/services/expertises-tce" to="/nosFormations"
selected={location.pathname.includes( selected={location.pathname.includes(
"/services/expertises-tce" "/nosFormations"
)} )}
> >
<WorkIcon sx={{ marginRight: 0.5 }} /> <WorkIcon sx={{ marginRight: 0.5 }} />
@@ -428,7 +428,7 @@ const Header = () => {
<ListItemText primary="Actualités..." /> <ListItemText primary="Actualités..." />
</ListItem> </ListItem>
<ListItem {/* <ListItem
button button
component={Link} component={Link}
to="/about" to="/about"
@@ -436,7 +436,7 @@ const Header = () => {
> >
<InfoIcon sx={{ marginRight: 0.5 }} /> <InfoIcon sx={{ marginRight: 0.5 }} />
<ListItemText primary="À propos" /> <ListItemText primary="À propos" />
</ListItem> </ListItem> */}
<ListItem <ListItem
button button
@@ -65,7 +65,7 @@ const BureauEtudes = () => {
mb: 2, mb: 2,
}} }}
> >
Notre Bureau d'Études Nos Formations
</Typography> </Typography>
<Typography <Typography
variant="body2" variant="body2"
@@ -81,7 +81,7 @@ const BureauEtudes = () => {
variant="h2" variant="h2"
sx={{ fontSize: "2.5rem", fontWeight: "bold", textAlign: "center", mb: 3 }} sx={{ fontSize: "2.5rem", fontWeight: "bold", textAlign: "center", mb: 3 }}
> >
Nos Domaines d'Intervention Nos formations sur mesure
</Typography> </Typography>
<Grid container spacing={4} justifyContent="center"> <Grid container spacing={4} justifyContent="center">
{pageData.liste_des_competences?.map((competence, index) => ( {pageData.liste_des_competences?.map((competence, index) => (
+4 -4
View File
@@ -216,14 +216,14 @@ const Contact = () => {
</Typography> </Typography>
<Typography variant="body1"> <Typography variant="body1">
<strong>Adresse :</strong>67 Bd Winston Churchill, Le Mans, <strong>Adresse :</strong>Route du Perrier, Saint HIlaire de Riez,
France France
</Typography> </Typography>
<Typography variant="body1"> <Typography variant="body1">
<strong>Téléphone :</strong> 02.43.85.09.01 <strong>Téléphone :</strong> 06.00.00.00.00
</Typography> </Typography>
<Typography variant="body1"> <Typography variant="body1">
<strong>Email :</strong> contact@be-in3.com <strong>Email :</strong> contact@octopusdesign.fr
</Typography> </Typography>
</Box> </Box>
@@ -332,7 +332,7 @@ const Contact = () => {
}} }}
> >
<iframe <iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2670.1862696285393!2d0.22040227623964043!3d47.990787261369235!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47e28ec5f984044d%3A0xa3a21789f4a4eaa6!2sIN3%20Int%C3%A9grale%20Ing%C3%A9nierie%20Internationale%20Bureau%20D&#39;%C3%A9tudes%20Ing%C3%A9nieries%20Ma%C3%AEtrise%20d&#39;oeuvre!5e0!3m2!1sfr!2sfr!4v1736328111099!5m2!1sfr!2sfr%22%20width=%22600%22%20height=%22450%22%20style=%22border:0;%22%20allowfullscreen=%22%22%20loading=%22lazy%22%20referrerpolicy=%22no-referrer-when-downgrade%22" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2732.7778475259584!2d-1.9653890876882651!3d46.769275171004885!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4804ffa63669919f%3A0x50e5fd73af1e7d87!2sOctopus%20Design!5e0!3m2!1sfr!2sfr!4v1753993974889!5m2!1sfr!2sfr"
width="100%" width="100%"
height="400" height="400"
title="Carte interactive" title="Carte interactive"
+1 -1
View File
@@ -51,7 +51,7 @@ function YourApp() {
<Route path="/" element={<Home />} /> <Route path="/" element={<Home />} />
<Route path="/posts" element={<Post />} /> <Route path="/posts" element={<Post />} />
<Route path="/admin/edit-post/:id" element={<EditPost />} /> <Route path="/admin/edit-post/:id" element={<EditPost />} />
<Route path="/bureauEtude" element={<BureauEtude />} /> <Route path="/nosFormations" element={<BureauEtude />} />
<Route path="/about" element={<About />} /> <Route path="/about" element={<About />} />
<Route path="/contact" element={<Contact />} /> <Route path="/contact" element={<Contact />} />
<Route path="/search" element={<Search />} />{" "} <Route path="/search" element={<Search />} />{" "}
+1 -1
View File
File diff suppressed because one or more lines are too long