diff --git a/src/app/page.tsx b/src/app/page.tsx index a32b253..7408577 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,19 +92,19 @@ export default function HomePage() { { id: "01", title: "Création de Jardins", description: "Design paysager personnalisé adapté à votre style et à votre espace.", imageSrc: - "http://img.b2bpic.net/free-vector/naive-gardening-stickers-collection_23-2150254200.jpg", imageAlt: "Création de jardins"}, + "http://img.b2bpic.net/free-vector/naive-gardening-stickers-collection_23-2150254200.jpg?_wi=1", imageAlt: "Création de jardins"}, { id: "02", title: "Plantation et Paysagement", description: "Sélection de fleurs, arbustes et arbres adaptés au climat normand.", imageSrc: - "http://img.b2bpic.net/free-vector/collection-pretty-colorful-pots_23-2147599678.jpg", imageAlt: "Plantation et paysagement"}, + "http://img.b2bpic.net/free-vector/collection-pretty-colorful-pots_23-2147599678.jpg?_wi=1", imageAlt: "Plantation et paysagement"}, { id: "03", title: "Entretien de Jardin", description: "Tondeuse, élagage, taille et maintenance saisonnière de votre jardin.", imageSrc: - "http://img.b2bpic.net/free-vector/set-labour-day-badges-flat-style_23-2147795938.jpg", imageAlt: "Entretien de jardin"}, + "http://img.b2bpic.net/free-vector/set-labour-day-badges-flat-style_23-2147795938.jpg?_wi=1", imageAlt: "Entretien de jardin"}, { id: "04", title: "Améliorations Extérieures", description: "Création de plates-bandes, bordures et autres améliorations paysagères.", imageSrc: - "http://img.b2bpic.net/free-vector/flat-gardening-labels-collection_23-2149377662.jpg", imageAlt: "Améliorations extérieures"}, + "http://img.b2bpic.net/free-vector/flat-gardening-labels-collection_23-2149377662.jpg?_wi=1", imageAlt: "Améliorations extérieures"}, ]} textboxLayout="default" animationType="slide-up" diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 47c9fcc..e4b7bc8 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -78,19 +78,19 @@ export default function ServicesPage() { { id: "01", title: "Création de Jardins", description: "Design paysager personnalisé adapté à votre style, votre budget et votre espace. Nous créons des jardins qui reflètent votre personnalité et améliorent votre qualité de vie.", imageSrc: - "http://img.b2bpic.net/free-vector/naive-gardening-stickers-collection_23-2150254200.jpg", imageAlt: "Création de jardins"}, + "http://img.b2bpic.net/free-vector/naive-gardening-stickers-collection_23-2150254200.jpg?_wi=2", imageAlt: "Création de jardins"}, { id: "02", title: "Plantation et Paysagement", description: "Sélection experte de fleurs, arbustes et arbres adaptés au climat normand. Nous connaissons chaque espèce et ses besoins spécifiques pour garantir un jardin épanoui.", imageSrc: - "http://img.b2bpic.net/free-vector/collection-pretty-colorful-pots_23-2147599678.jpg", imageAlt: "Plantation et paysagement"}, + "http://img.b2bpic.net/free-vector/collection-pretty-colorful-pots_23-2147599678.jpg?_wi=2", imageAlt: "Plantation et paysagement"}, { id: "03", title: "Entretien de Jardin", description: "Tondeuse, élagage, taille et maintenance saisonnière de votre jardin. Nous assurez que votre espace vert reste beau et sain toute l'année.", imageSrc: - "http://img.b2bpic.net/free-vector/set-labour-day-badges-flat-style_23-2147795938.jpg", imageAlt: "Entretien de jardin"}, + "http://img.b2bpic.net/free-vector/set-labour-day-badges-flat-style_23-2147795938.jpg?_wi=2", imageAlt: "Entretien de jardin"}, { id: "04", title: "Améliorations Extérieures", description: "Création de plates-bandes, bordures, terrasses et autres améliorations paysagères pour transformer votre espace extérieur.", imageSrc: - "http://img.b2bpic.net/free-vector/flat-gardening-labels-collection_23-2149377662.jpg", imageAlt: "Améliorations extérieures"}, + "http://img.b2bpic.net/free-vector/flat-gardening-labels-collection_23-2149377662.jpg?_wi=2", imageAlt: "Améliorations extérieures"}, ]} textboxLayout="default" animationType="slide-up"