MAJ Référencement

This commit is contained in:
sebvtl728 2025-02-04 21:56:54 +01:00
parent 709221a0c1
commit 20c2e3500d
3 changed files with 5 additions and 5 deletions

View File

@ -72,8 +72,8 @@ const Home = () => {
{/* SEO */}
<SEO
postId={13} // ID WordPress valide
defaultTitle={rank_math_title || "Accueil - Mon Site"}
defaultDescription={rank_math_description || "Bienvenue sur notre site !"}
defaultTitle={rank_math_title || "Bureau d'études & Maîtrise d'oeuvre"}
defaultDescription={rank_math_description || "L'acteur indispensable pour vos projets de constructions"}
defaultCanonicalUrl={acf?.canonical_url || window.location.href}
defaultOgImage={heroImage || "https://preprod.octopusdesign.fr/api-octopus/server/wp-content/uploads/2025/01/Construction-logements-au-Mans-01.avif"}
/>

View File

@ -16,7 +16,7 @@ const TestimonialSection = () => {
<Box
component="img"
src="https://picsum.photos/600/600.webp"
alt="Illustration"
alt="Bureau d'études & Maîtrise d'oeuvre"
sx={{
width: "100%",
height: "100%",
@ -64,7 +64,7 @@ const TestimonialSection = () => {
<Box sx={{ display: "flex", alignItems: "center", mt: 3 }}>
<Avatar
alt="Marie Dupont"
alt="client bureau d'étude be-in3 le Mans(72)"
src="https://picsum.photos/100.webp"
sx={{ width: 56, height: 56, marginRight: 2 }}
/>

File diff suppressed because one or more lines are too long