update octopus
This commit is contained in:
parent
53ae6365f4
commit
04aa793815
@ -114,7 +114,7 @@ function EditPageEtude() {
|
||||
</Button>
|
||||
|
||||
<Typography variant="h4" sx={{ fontWeight: "bold", mb: 3, textAlign: "center" }}>
|
||||
Modifier la Page Bureau d'Étude
|
||||
Modifier la Page Formations
|
||||
</Typography>
|
||||
|
||||
{error && <Typography color="error" sx={{ mb: 2 }}>{error}</Typography>}
|
||||
|
||||
@ -221,7 +221,7 @@ const Header = () => {
|
||||
>
|
||||
Actualités
|
||||
</Button>
|
||||
<Button
|
||||
{/* <Button
|
||||
component={Link}
|
||||
to="/about"
|
||||
color="inherit"
|
||||
@ -233,10 +233,10 @@ const Header = () => {
|
||||
}}
|
||||
>
|
||||
À Propos
|
||||
</Button>
|
||||
</Button> */}
|
||||
<Button
|
||||
component={Link}
|
||||
to="/bureauEtude"
|
||||
to="/nosFormations"
|
||||
color="inherit"
|
||||
sx={{
|
||||
fontWeight: location.pathname === "/bureauEtude" ? "bold" : "normal",
|
||||
@ -409,9 +409,9 @@ const Header = () => {
|
||||
<ListItem
|
||||
button
|
||||
component={Link}
|
||||
to="/services/expertises-tce"
|
||||
to="/nosFormations"
|
||||
selected={location.pathname.includes(
|
||||
"/services/expertises-tce"
|
||||
"/nosFormations"
|
||||
)}
|
||||
>
|
||||
<WorkIcon sx={{ marginRight: 0.5 }} />
|
||||
@ -428,7 +428,7 @@ const Header = () => {
|
||||
<ListItemText primary="Actualités..." />
|
||||
</ListItem>
|
||||
|
||||
<ListItem
|
||||
{/* <ListItem
|
||||
button
|
||||
component={Link}
|
||||
to="/about"
|
||||
@ -436,7 +436,7 @@ const Header = () => {
|
||||
>
|
||||
<InfoIcon sx={{ marginRight: 0.5 }} />
|
||||
<ListItemText primary="À propos" />
|
||||
</ListItem>
|
||||
</ListItem> */}
|
||||
|
||||
<ListItem
|
||||
button
|
||||
|
||||
@ -65,7 +65,7 @@ const BureauEtudes = () => {
|
||||
mb: 2,
|
||||
}}
|
||||
>
|
||||
Notre Bureau d'Études
|
||||
Nos Formations
|
||||
</Typography>
|
||||
<Typography
|
||||
variant="body2"
|
||||
@ -81,7 +81,7 @@ const BureauEtudes = () => {
|
||||
variant="h2"
|
||||
sx={{ fontSize: "2.5rem", fontWeight: "bold", textAlign: "center", mb: 3 }}
|
||||
>
|
||||
Nos Domaines d'Intervention
|
||||
Nos formations sur mesure
|
||||
</Typography>
|
||||
<Grid container spacing={4} justifyContent="center">
|
||||
{pageData.liste_des_competences?.map((competence, index) => (
|
||||
|
||||
@ -216,14 +216,14 @@ const Contact = () => {
|
||||
</Typography>
|
||||
|
||||
<Typography variant="body1">
|
||||
<strong>Adresse :</strong>67 Bd Winston Churchill, Le Mans,
|
||||
<strong>Adresse :</strong>Route du Perrier, Saint HIlaire de Riez,
|
||||
France
|
||||
</Typography>
|
||||
<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 variant="body1">
|
||||
<strong>Email :</strong> contact@be-in3.com
|
||||
<strong>Email :</strong> contact@octopusdesign.fr
|
||||
</Typography>
|
||||
</Box>
|
||||
|
||||
@ -332,7 +332,7 @@ const Contact = () => {
|
||||
}}
|
||||
>
|
||||
<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'%C3%A9tudes%20Ing%C3%A9nieries%20Ma%C3%AEtrise%20d'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%"
|
||||
height="400"
|
||||
title="Carte interactive"
|
||||
|
||||
@ -51,7 +51,7 @@ function YourApp() {
|
||||
<Route path="/" element={<Home />} />
|
||||
<Route path="/posts" element={<Post />} />
|
||||
<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="/contact" element={<Contact />} />
|
||||
<Route path="/search" element={<Search />} />{" "}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user