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
+2 -2
View File
@@ -72,8 +72,8 @@ const Home = () => {
{/* SEO */} {/* SEO */}
<SEO <SEO
postId={13} // ID WordPress valide postId={13} // ID WordPress valide
defaultTitle={rank_math_title || "Accueil - Mon Site"} defaultTitle={rank_math_title || "Bureau d'études & Maîtrise d'oeuvre"}
defaultDescription={rank_math_description || "Bienvenue sur notre site !"} defaultDescription={rank_math_description || "L'acteur indispensable pour vos projets de constructions"}
defaultCanonicalUrl={acf?.canonical_url || window.location.href} 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"} defaultOgImage={heroImage || "https://preprod.octopusdesign.fr/api-octopus/server/wp-content/uploads/2025/01/Construction-logements-au-Mans-01.avif"}
/> />
+2 -2
View File
@@ -16,7 +16,7 @@ const TestimonialSection = () => {
<Box <Box
component="img" component="img"
src="https://picsum.photos/600/600.webp" src="https://picsum.photos/600/600.webp"
alt="Illustration" alt="Bureau d'études & Maîtrise d'oeuvre"
sx={{ sx={{
width: "100%", width: "100%",
height: "100%", height: "100%",
@@ -64,7 +64,7 @@ const TestimonialSection = () => {
<Box sx={{ display: "flex", alignItems: "center", mt: 3 }}> <Box sx={{ display: "flex", alignItems: "center", mt: 3 }}>
<Avatar <Avatar
alt="Marie Dupont" alt="client bureau d'étude be-in3 le Mans(72)"
src="https://picsum.photos/100.webp" src="https://picsum.photos/100.webp"
sx={{ width: 56, height: 56, marginRight: 2 }} sx={{ width: 56, height: 56, marginRight: 2 }}
/> />
+1 -1
View File
File diff suppressed because one or more lines are too long