diff --git a/frontend/src/components/Footer.jsx b/frontend/src/components/Footer.jsx
new file mode 100644
index 0000000..43d2482
--- /dev/null
+++ b/frontend/src/components/Footer.jsx
@@ -0,0 +1,203 @@
+import React from "react";
+import {
+ Box,
+ Typography,
+ Grid,
+ Link,
+ IconButton,
+} from "@mui/material";
+import {
+ Facebook,
+ Twitter,
+ Instagram,
+ LinkedIn,
+} from "@mui/icons-material";
+
+const Footer = () => {
+ return (
+
+
+ {/* Section Informations */}
+
+
+ IN3 Intégrale Ingénierie Internationale
+
+
+ 67 Boulevard Winston Churchill,
+
+ 72100 Le Mans, France
+
+
+ Téléphone : 02.43.85.09.01
+
+
+ Email :{" "}
+
+ contact@be-in3.com
+
+
+
+
+ {/* Section Navigation */}
+
+
+ Liens Utiles
+
+
+
+ Nos Expertises
+
+
+ Contactez-nous
+
+
+ Mentions Légales
+
+
+
+
+ {/* Section Réseaux Sociaux */}
+
+
+ Suivez-nous
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {/* Copyright */}
+
+
+ © {new Date().getFullYear()} IN3 Intégrale Ingénierie Internationale.
+ Tous droits réservés.
+
+
+
+ );
+};
+
+export default Footer;
\ No newline at end of file
diff --git a/frontend/src/components/Header.jsx b/frontend/src/components/Header.jsx
index fae4874..11053a6 100644
--- a/frontend/src/components/Header.jsx
+++ b/frontend/src/components/Header.jsx
@@ -174,15 +174,15 @@ const Header = () => {
onClick={handleMenuClose}
>
- Formation IA
+ Structure béton | charpente métallique / bois
diff --git a/frontend/src/components/Pages/ServiceTrois.jsx b/frontend/src/components/Pages/ServiceTrois.jsx
index 1e3d845..43d67e8 100644
--- a/frontend/src/components/Pages/ServiceTrois.jsx
+++ b/frontend/src/components/Pages/ServiceTrois.jsx
@@ -3,15 +3,15 @@ import ServicePageTemplate from '../ServicePageTemplate';
const ServiceTrois = () => {
const serviceDetails = {
- title: 'Formation IA',
- subtitle: 'Dominez l’intelligence artificielle.',
+ title: 'Électricité',
+ subtitle: 'IN3 est un bureau d’études technique spécialisé dans l’ingénierie électrique du bâtiment.',
description:
'Plongez dans le futur ! Notre formation IA vous prépare aux outils modernes d’intelligence artificielle comme Python, TensorFlow et OpenAI API. Apprenez à créer des modèles IA performants.',
features: [
{
- title: 'Fondamentaux de l’IA',
- description: 'Concepts, algorithmes et applications.',
- modalText: 'Découvrez les bases de l’IA, des algorithmes aux applications concrètes dans divers domaines.',
+ title: 'Chantier électricité industriel',
+ description: 'Réalisation d’installations électriques.',
+ modalText: 'Réalisation d’installations électriques pour des sites industriels, incluant le câblage, la pose d’équipements, et la mise en conformité selon les normes en vigueur..',
modalImage: 'https://picsum.photos/id/200/800/400.webp',
},
{
@@ -28,7 +28,7 @@ const ServiceTrois = () => {
},
],
image: 'https://picsum.photos/id/239/1920/1080.webp',
- ctaText: 'Découvrir la formation IA',
+ ctaText: 'En savoir plus !',
ctaLink: '/contact',
carouselItems: [
{
diff --git a/frontend/src/components/ServicePageTemplate.jsx b/frontend/src/components/ServicePageTemplate.jsx
index 5c4251d..2cfba84 100644
--- a/frontend/src/components/ServicePageTemplate.jsx
+++ b/frontend/src/components/ServicePageTemplate.jsx
@@ -94,7 +94,7 @@ const ServicePageTemplate = ({
sx={{
textTransform: "none",
fontWeight: "bold",
- backgroundColor: "#0e467f",
+ backgroundColor: " #0e467f",
"&:hover": { backgroundColor: "#00bcd4" },
}}
>
@@ -212,12 +212,12 @@ const ServicePageTemplate = ({
flexDirection: "column",
alignItems: "center",
textAlign: "center",
- background: "rgba(10, 41, 79, 0.21)",
+ background: "rgb(255, 255, 255)",
boxShadow: "0 4px 30px rgba(0, 0, 0, 0.1)",
backdropFilter: "blur(10px)",
borderRadius: 2,
border: "1px solid rgba(255, 255, 255, 0.3)",
- color: " #ffffff",
+ color: "rgb(0, 0, 0)",
}}
>
} />
} />
+