update services

This commit is contained in:
sebvtl728
2025-01-02 23:37:44 +01:00
parent cf640b0ae0
commit babf23ca10
@@ -105,9 +105,16 @@ const ServicePageTemplate = ({
{/* Section Interest */} {/* Section Interest */}
<Box sx={{ padding: "40px 20px", textAlign: "center" }}> <Box sx={{ padding: "40px 20px", textAlign: "center" }}>
<Typography variant="h2" sx={{ fontWeight: "bold", mb: 2 }}> <Typography variant="h2"
sx={{
fontWeight: "bold",
mb: 2,
fontSize: { xs: '2rem', md: '3rem', lg: '3rem' }, // Responsive
}}
>
Pourquoi choisir ce service ? Pourquoi choisir ce service ?
</Typography> </Typography>
<Typography <Typography
variant="body1" variant="body1"
sx={{ maxWidth: "800px", margin: "0 auto", mb: 4 }} sx={{ maxWidth: "800px", margin: "0 auto", mb: 4 }}
@@ -120,10 +127,17 @@ const ServicePageTemplate = ({
<Box sx={{ backgroundColor: "#ffffff", padding: "40px 20px" }}> <Box sx={{ backgroundColor: "#ffffff", padding: "40px 20px" }}>
<Typography <Typography
variant="h2" variant="h2"
sx={{ fontWeight: "bold", textAlign: "center", mb: 4 }} sx={{
fontWeight: "bold",
textAlign: "center",
mb: 4,
fontSize: { xs: '2rem', md: '3rem', lg: '3rem' }, // Responsive
}}
> >
Ce que nous offrons Ce que nous offrons
</Typography> </Typography>
<Grid container spacing={4} justifyContent="center"> <Grid container spacing={4} justifyContent="center">
{features.map((feature, index) => ( {features.map((feature, index) => (
<Grid item xs={12} md={4} key={index}> <Grid item xs={12} md={4} key={index}>
@@ -247,9 +261,16 @@ const ServicePageTemplate = ({
backgroundColor: "#f9f9f9", backgroundColor: "#f9f9f9",
}} }}
> >
<Typography variant="h2" sx={{ marginBottom: 4 }}> <Typography variant="h2"
sx={{
marginBottom: 4,
fontSize: { xs: '2rem', md: '3rem', lg: '3rem' }, // Responsive
}}
>
Découvrez nos réalisations Découvrez nos réalisations
</Typography> </Typography>
<Swiper <Swiper
modules={[Navigation, Pagination, Autoplay]} modules={[Navigation, Pagination, Autoplay]}
spaceBetween={20} spaceBetween={20}
@@ -302,9 +323,17 @@ const ServicePageTemplate = ({
padding: "40px 20px", padding: "40px 20px",
}} }}
> >
<Typography variant="h2" sx={{ fontWeight: "bold", mb: 2 }}> <Typography variant="h2"
sx={{
fontWeight: "bold",
mb: 2,
fontSize: { xs: '2rem', md: '3rem', lg: '3rem' }, // Responsive
}}
>
Prêt à démarrer ? Prêt à démarrer ?
</Typography> </Typography>
<Typography variant="body1" sx={{ mb: 4 }}> <Typography variant="body1" sx={{ mb: 4 }}>
Rejoignez-nous dès aujourdhui et profitez de nos services pour Rejoignez-nous dès aujourdhui et profitez de nos services pour
booster votre activité. booster votre activité.