menu stiky, MAJ page Home add Testi...
This commit is contained in:
@@ -84,13 +84,14 @@ const Header = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<AppBar
|
<AppBar
|
||||||
position="static"
|
position="fixed"
|
||||||
color="transparent"
|
color="transparent"
|
||||||
elevation={0}
|
elevation={0}
|
||||||
sx={{
|
sx={{
|
||||||
background: "linear-gradient(to right, #294A9A, #3158b3)",
|
background: "linear-gradient(to right, #294A9A, #3158b3)",
|
||||||
color: "white",
|
color: "white",
|
||||||
transition: "all 0.3s ease",
|
transition: "all 0.3s ease",
|
||||||
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Toolbar>
|
<Toolbar>
|
||||||
|
|||||||
@@ -112,10 +112,38 @@ const Home = () => {
|
|||||||
|
|
||||||
|
|
||||||
{/* Section Témoignages */}
|
{/* Section Témoignages */}
|
||||||
<Box sx={{ py: 6, px: 4 }}>
|
|
||||||
<Typography variant="h2" sx={{ fontWeight: "bold", mb: 2, textAlign: "center", fontSize: { xs: "2rem", md: "2rem", lg: "3rem" } }}>
|
<Typography variant="h2" sx={{ fontWeight: "bold", mb: 2, textAlign: "center", fontSize: { xs: "2rem", md: "2rem", lg: "3rem" } }}>
|
||||||
Ce que disent nos clients
|
Ce que disent nos clients
|
||||||
</Typography>
|
</Typography>
|
||||||
|
<Testi />
|
||||||
|
{/* Section Action */}
|
||||||
|
<Box sx={{ py: 6, px: 4, backgroundColor: "#0e467f", color: "#fff" }}>
|
||||||
|
<Typography variant="h2" align="center" gutterBottom sx={{ fontWeight: "bold", mb: 4 }}>
|
||||||
|
Prêt à Commencer ?
|
||||||
|
</Typography>
|
||||||
|
<Box textAlign="center">
|
||||||
|
<Button
|
||||||
|
variant="contained"
|
||||||
|
size="large"
|
||||||
|
sx={{
|
||||||
|
backgroundColor: "#fff",
|
||||||
|
color: "#0e467f",
|
||||||
|
fontWeight: "bold",
|
||||||
|
textTransform: "none",
|
||||||
|
"&:hover": { backgroundColor: "#e0e0e0" },
|
||||||
|
}}
|
||||||
|
href="/contact"
|
||||||
|
>
|
||||||
|
Contactez-nous dès aujourd'hui
|
||||||
|
</Button>
|
||||||
|
</Box>
|
||||||
|
</Box>
|
||||||
|
|
||||||
|
{/* Section Témoignages */}
|
||||||
|
<Box sx={{ py: 6, px: 4 }}>
|
||||||
|
<Typography variant="h2" sx={{ fontWeight: "bold", mb: 2, textAlign: "center", fontSize: { xs: "2rem", md: "2rem", lg: "3rem" } }}>
|
||||||
|
Nos partenaires
|
||||||
|
</Typography>
|
||||||
<Grid container spacing={4}>
|
<Grid container spacing={4}>
|
||||||
<Grid item xs={12} md={6}>
|
<Grid item xs={12} md={6}>
|
||||||
<Card sx={{ boxShadow: 3, padding: 2, backgroundColor: "#f9f9f9" }}>
|
<Card sx={{ boxShadow: 3, padding: 2, backgroundColor: "#f9f9f9" }}>
|
||||||
@@ -143,30 +171,6 @@ const Home = () => {
|
|||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
{/* Section Action */}
|
|
||||||
<Box sx={{ py: 6, px: 4, backgroundColor: "#0e467f", color: "#fff" }}>
|
|
||||||
<Typography variant="h2" align="center" gutterBottom sx={{ fontWeight: "bold", mb: 4 }}>
|
|
||||||
Prêt à Commencer ?
|
|
||||||
</Typography>
|
|
||||||
<Box textAlign="center">
|
|
||||||
<Button
|
|
||||||
variant="contained"
|
|
||||||
size="large"
|
|
||||||
sx={{
|
|
||||||
backgroundColor: "#fff",
|
|
||||||
color: "#0e467f",
|
|
||||||
fontWeight: "bold",
|
|
||||||
textTransform: "none",
|
|
||||||
"&:hover": { backgroundColor: "#e0e0e0" },
|
|
||||||
}}
|
|
||||||
href="/contact"
|
|
||||||
>
|
|
||||||
Contactez-nous dès aujourd'hui
|
|
||||||
</Button>
|
|
||||||
</Box>
|
|
||||||
</Box>
|
|
||||||
<Testi />
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ const TestimonialSection = () => {
|
|||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Innovatech a transformé notre vision en réalité avec une approche
|
In3 a transformé notre vision en réalité avec une approche
|
||||||
passionnée et professionnelle.
|
passionnée et professionnelle.
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user