diff --git a/src/app/a-propos/page.tsx b/src/app/a-propos/page.tsx index 270efbe..50f64c5 100644 --- a/src/app/a-propos/page.tsx +++ b/src/app/a-propos/page.tsx @@ -74,7 +74,7 @@ export default function AboutPage() { name: "Camélia", price: "À partir de 15€", imageSrc: - "http://img.b2bpic.net/free-photo/bud-pink-flower_23-2147711033.jpg", + "http://img.b2bpic.net/free-photo/bud-pink-flower_23-2147711033.jpg?_wi=3", imageAlt: "Camélia rouge éclatant", }, { @@ -82,7 +82,7 @@ export default function AboutPage() { name: "Mimosa", price: "À partir de 12€", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-yellow-flowers-inside-footpath_1428-161.jpg", + "http://img.b2bpic.net/free-photo/close-up-yellow-flowers-inside-footpath_1428-161.jpg?_wi=3", imageAlt: "Fleurs de mimosa jaune vif", }, { @@ -90,7 +90,7 @@ export default function AboutPage() { name: "Plantes Vertes", price: "À partir de 10€", imageSrc: - "http://img.b2bpic.net/free-photo/woman-gardener-planting-succulent-plant-pot_53876-96631.jpg", + "http://img.b2bpic.net/free-photo/woman-gardener-planting-succulent-plant-pot_53876-96631.jpg?_wi=3", imageAlt: "Collection de plantes vertes", }, ]} @@ -122,7 +122,7 @@ export default function AboutPage() { company: "Jardin des Peupliers", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/attractive-young-woman-with-cutlery-restaurant_169016-21627.jpg", + "http://img.b2bpic.net/free-photo/attractive-young-woman-with-cutlery-restaurant_169016-21627.jpg?_wi=2", imageAlt: "Marie Durand", }, { @@ -132,7 +132,7 @@ export default function AboutPage() { company: "Paysages Méditerranée", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/attractive-blond-male-dressed-suit-dark-grey-background_613910-14130.jpg", + "http://img.b2bpic.net/free-photo/attractive-blond-male-dressed-suit-dark-grey-background_613910-14130.jpg?_wi=2", imageAlt: "Pierre Leclerc", }, { @@ -142,7 +142,7 @@ export default function AboutPage() { company: "Fleurs et Couleurs", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/attractive-caucasian-woman-with-dark-shining-eyes-bob-hairstyle-wearing-casual-t-shirt-grinning-demonstrating-her-white-even-teeth-posing-indoors-positive-emotions-feelings_273609-7344.jpg", + "http://img.b2bpic.net/free-photo/attractive-caucasian-woman-with-dark-shining-eyes-bob-hairstyle-wearing-casual-t-shirt-grinning-demonstrating-her-white-even-teeth-posing-indoors-positive-emotions-feelings_273609-7344.jpg?_wi=2", imageAlt: "Sophie Martin", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 13c5922..a646981 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -72,7 +72,7 @@ export default function ContactPage() { "Lundi 14h-18h, mardi à samedi 8h-12h et 14h-18h. Dimanche fermé. Fermeture annuelle du 2 août au 31 août. Venez nous visiter à 65 chemin Perrières, 30129 Manduel.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/blurred-group-plants_23-2147997170.jpg" + imageSrc="http://img.b2bpic.net/free-photo/blurred-group-plants_23-2147997170.jpg?_wi=4" imageAlt="Serre professionnelle avec plantes variées" title="Questions fréquentes" description="Trouvez les réponses à vos questions sur nos produits, services et conseils en horticulture." diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8c13d4c..d8fe2ce 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1427,6 +1427,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +