From 928d0a4ea04a4284fe9198c620d4586126d445e8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 22:45:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ef61587..e7ff952 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/ceramic-factory-is-producing-ceramic-sanitary-ware-ceramic-toilet-semi-finished-products-factory-ceramics-factory-industrial-environment_645730-206.jpg" + imageSrc="http://img.b2bpic.net/free-photo/ceramic-factory-is-producing-ceramic-sanitary-ware-ceramic-toilet-semi-finished-products-factory-ceramics-factory-industrial-environment_645730-206.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -137,19 +137,19 @@ export default function LandingPage() { id: "1", name: "Hall Industriel", price: "Projet A", - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-people-running-together_23-2149033524.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-people-running-together_23-2149033524.jpg?_wi=1", }, { id: "2", name: "EntrepĂ´t Logistique", price: "Projet B", - imageSrc: "http://img.b2bpic.net/free-photo/construction-building-seen-from_1203-1116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/construction-building-seen-from_1203-1116.jpg?_wi=1", }, { id: "3", name: "Passerelle Acier", price: "Projet C", - imageSrc: "http://img.b2bpic.net/free-photo/experienced-worker-is-working-metal-factory-using-special-machine-tool_613910-5210.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/experienced-worker-is-working-metal-factory-using-special-machine-tool_613910-5210.jpg?_wi=1", }, { id: "4", @@ -197,7 +197,7 @@ export default function LandingPage() { role: "Client", company: "Google Avis", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/ceramic-factory-is-producing-ceramic-sanitary-ware-ceramic-toilet-semi-finished-products-factory-ceramics-factory-industrial-environment_645730-206.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ceramic-factory-is-producing-ceramic-sanitary-ware-ceramic-toilet-semi-finished-products-factory-ceramics-factory-industrial-environment_645730-206.jpg?_wi=2", imageAlt: "industrial steel structural beam", }, { @@ -206,7 +206,7 @@ export default function LandingPage() { role: "Client", company: "Google Avis", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-people-running-together_23-2149033524.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-people-running-together_23-2149033524.jpg?_wi=2", imageAlt: "industrial steel structural beam", }, { @@ -215,7 +215,7 @@ export default function LandingPage() { role: "Client", company: "Google Avis", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/construction-building-seen-from_1203-1116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/construction-building-seen-from_1203-1116.jpg?_wi=2", imageAlt: "industrial steel structural beam", }, { @@ -224,7 +224,7 @@ export default function LandingPage() { role: "Partenaire", company: "Google Avis", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/experienced-worker-is-working-metal-factory-using-special-machine-tool_613910-5210.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/experienced-worker-is-working-metal-factory-using-special-machine-tool_613910-5210.jpg?_wi=2", imageAlt: "industrial steel structural beam", }, ]} -- 2.49.1