menu stiky, MAJ page Home add Testi...

This commit is contained in:
sebvtl728
2025-01-22 03:57:36 +01:00
parent cc641c5f5d
commit 1e4dd3b475
3 changed files with 32 additions and 27 deletions
+2 -1
View File
@@ -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>
+29 -25
View File
@@ -111,10 +111,38 @@ const Home = () => {
{/* Section Témoignages */}
<Typography variant="h2" sx={{ fontWeight: "bold", mb: 2, textAlign: "center", fontSize: { xs: "2rem", md: "2rem", lg: "3rem" } }}>
Ce que disent nos clients
</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 */} {/* Section Témoignages */}
<Box sx={{ py: 6, px: 4 }}> <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 Nos partenaires
</Typography> </Typography>
<Grid container spacing={4}> <Grid container spacing={4}>
<Grid item xs={12} md={6}> <Grid item xs={12} md={6}>
@@ -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>
); );
}; };
+1 -1
View File
@@ -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>