diff --git a/data/fr/banner.yml b/data/fr/banner.yml index 660eb01..9946970 100644 --- a/data/fr/banner.yml +++ b/data/fr/banner.yml @@ -1,8 +1,8 @@ ############################### Banner ################################ banner: enable : true - bg_image_webp : "images/backgrounds/image-home1.jpg" - bg_image : "images/backgrounds/image-home1.jpg" + bg_image_webp : "images/backgrounds/image-home.webp" + bg_image : "images/backgrounds/image-home.jpg" icon : "" # themify icon pack : https://themify.me/themify-icons title : "Entreprise de jardiniers à vélo à Bordeaux et alentours" content : "Entretien durable pour jardins vivants" diff --git a/static/images/backgrounds/image-home1.jpg b/static/images/backgrounds/image-home.jpg similarity index 100% rename from static/images/backgrounds/image-home1.jpg rename to static/images/backgrounds/image-home.jpg diff --git a/static/images/backgrounds/image-home.webp b/static/images/backgrounds/image-home.webp new file mode 100644 index 0000000..b1cbb09 Binary files /dev/null and b/static/images/backgrounds/image-home.webp differ