From 3016f7e5ad98ee76cea34e109e89f72795709078 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:16:12 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0c1fc95..70886f8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -106,7 +106,7 @@ export default function ContactPage() { title: "Garantie Complète", status: "Assurée"}, ], imageSrc: - "http://img.b2bpic.net/free-photo/planes-runway-modern-airport_1359-349.jpg", imageAlt: "Voiture moderne à l'aéroport"}} + "http://img.b2bpic.net/free-photo/planes-runway-modern-airport_1359-349.jpg?_wi=2", imageAlt: "Voiture moderne à l'aéroport"}} /> -- 2.49.1 From 44b8ce9146554db76709c647d9ccdfd140bd9cca Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:16:12 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6737711..17d925f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,7 +149,7 @@ export default function HomePage() { icon: Shield, title: "Garantie Complète", status: "Assurée"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/planes-runway-modern-airport_1359-349.jpg", imageAlt: "Voiture moderne à l'aéroport", chartData: [ + imageSrc: "http://img.b2bpic.net/free-photo/planes-runway-modern-airport_1359-349.jpg?_wi=1", imageAlt: "Voiture moderne à l'aéroport", chartData: [ { value: 50 }, { value: 30 }, { value: 70 }, -- 2.49.1