update services H1..
This commit is contained in:
@@ -66,11 +66,25 @@ const ServicePageTemplate = ({
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Box sx={{ maxWidth: "800px" }}>
|
<Box sx={{ maxWidth: "800px" }}>
|
||||||
<Typography variant="h1" sx={{ fontWeight: "bold", mb: 2 }}>
|
<Typography
|
||||||
|
variant="h1"
|
||||||
|
sx={{
|
||||||
|
fontWeight: "bold",
|
||||||
|
mb: 2,
|
||||||
|
fontSize: { xs: '2rem', md: '3rem', lg: '4rem' }, // Responsive
|
||||||
|
}}
|
||||||
|
>
|
||||||
{title}
|
{title}
|
||||||
|
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography variant="body1" sx={{ mb: 4 }}>
|
<Typography
|
||||||
|
variant="body1"
|
||||||
|
sx={{
|
||||||
|
mb: 4
|
||||||
|
}}
|
||||||
|
>
|
||||||
{subtitle}
|
{subtitle}
|
||||||
|
|
||||||
</Typography>
|
</Typography>
|
||||||
<Button
|
<Button
|
||||||
href={ctaLink}
|
href={ctaLink}
|
||||||
@@ -201,7 +215,7 @@ const ServicePageTemplate = ({
|
|||||||
marginBottom: "20px",
|
marginBottom: "20px",
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<Typography variant="h5" sx={{ fontWeight: "bold", mb: 2 }}>
|
<Typography variant="h3" sx={{ fontWeight: "bold", mb: 2 }}>
|
||||||
{modalContent.title}
|
{modalContent.title}
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography variant="body1" sx={{ mb: 4 }}>
|
<Typography variant="body1" sx={{ mb: 4 }}>
|
||||||
@@ -233,7 +247,7 @@ const ServicePageTemplate = ({
|
|||||||
backgroundColor: "#f9f9f9",
|
backgroundColor: "#f9f9f9",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Typography variant="h4" sx={{ marginBottom: 4 }}>
|
<Typography variant="h2" sx={{ marginBottom: 4 }}>
|
||||||
Découvrez nos réalisations
|
Découvrez nos réalisations
|
||||||
</Typography>
|
</Typography>
|
||||||
<Swiper
|
<Swiper
|
||||||
|
|||||||
Reference in New Issue
Block a user