diff --git a/src/app/a-propos/page.tsx b/src/app/a-propos/page.tsx index fb64a01..00a6b11 100644 --- a/src/app/a-propos/page.tsx +++ b/src/app/a-propos/page.tsx @@ -75,7 +75,7 @@ export default function AboutPage() { { text: "Notre histoire", href: "#about" }, { text: "Nous contacter", href: "/contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/men-taking-break-from-work_23-2148976284.jpg" + imageSrc="http://img.b2bpic.net/free-photo/men-taking-break-from-work_23-2148976284.jpg?_wi=2" imageAlt="Équipe ATI Négoce" showDimOverlay={true} buttonAnimation="slide-up" @@ -92,7 +92,7 @@ export default function AboutPage() { { value: "20+", title: "Années d'expertise" }, { value: "10 000+", title: "Clients satisfaits" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/men-taking-break-from-work_23-2148976284.jpg" + imageSrc="http://img.b2bpic.net/free-photo/men-taking-break-from-work_23-2148976284.jpg?_wi=3" imageAlt="Équipe professionnelle ATI Négoce" useInvertedBackground={false} mediaAnimation="slide-up" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index dcaaf88..22149c6 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -76,7 +76,7 @@ export default function ContactPage() { { text: "Demander un devis", href: "#contact" }, { text: "Retour à l'accueil", href: "/" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/cement-crossed-by-diagonal-line-pebbles-stone_158595-6388.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cement-crossed-by-diagonal-line-pebbles-stone_158595-6388.jpg?_wi=3" imageAlt="Contact ATI Négoce" showDimOverlay={true} buttonAnimation="slide-up" diff --git a/src/app/page.tsx b/src/app/page.tsx index e1cd43f..8319a54 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,7 +88,7 @@ export default function HomePage() { { text: "Demander un devis", href: "/contact" }, { text: "Découvrir nos produits", href: "/produits" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/cement-crossed-by-diagonal-line-pebbles-stone_158595-6388.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cement-crossed-by-diagonal-line-pebbles-stone_158595-6388.jpg?_wi=1" imageAlt="Matériaux de construction et graviers" showDimOverlay={true} buttonAnimation="slide-up" @@ -105,7 +105,7 @@ export default function HomePage() { { value: "20+", title: "Années d'expertise" }, { value: "10 000+", title: "Clients satisfaits" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/men-taking-break-from-work_23-2148976284.jpg" + imageSrc="http://img.b2bpic.net/free-photo/men-taking-break-from-work_23-2148976284.jpg?_wi=1" imageAlt="Équipe ATI Négoce" useInvertedBackground={false} mediaAnimation="slide-up" @@ -158,19 +158,19 @@ export default function HomePage() { { id: "1", brand: "ATI Négoce", name: "Graviers Premium 10/20mm", price: "À partir de 45€", rating: 5, reviewCount: "156", imageSrc: - "http://img.b2bpic.net/free-photo/vertical-closeup-small-stones-sunlight-nice-picture-backgrounds-wallpapers_181624-19640.jpg", imageAlt: "Graviers premium 10/20mm"}, + "http://img.b2bpic.net/free-photo/vertical-closeup-small-stones-sunlight-nice-picture-backgrounds-wallpapers_181624-19640.jpg?_wi=1", imageAlt: "Graviers premium 10/20mm"}, { id: "2", brand: "ATI Négoce", name: "Galets Polis Naturels", price: "À partir de 55€", rating: 5, reviewCount: "89", imageSrc: - "http://img.b2bpic.net/free-photo/white-pebbles-stone-texture-background_158595-6380.jpg", imageAlt: "Galets polis naturels"}, + "http://img.b2bpic.net/free-photo/white-pebbles-stone-texture-background_158595-6380.jpg?_wi=1", imageAlt: "Galets polis naturels"}, { id: "3", brand: "ATI Négoce", name: "Pierres Naturelles Brutes", price: "À partir de 75€", rating: 5, reviewCount: "124", imageSrc: - "http://img.b2bpic.net/free-photo/wooden-bow-with-stones_23-2148874518.jpg", imageAlt: "Pierres naturelles brutes"}, + "http://img.b2bpic.net/free-photo/wooden-bow-with-stones_23-2148874518.jpg?_wi=1", imageAlt: "Pierres naturelles brutes"}, { id: "4", brand: "ATI Négoce", name: "Stabilisateur de Graviers", price: "À partir de 35€", rating: 5, reviewCount: "78", imageSrc: - "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13311.jpg", imageAlt: "Stabilisateur de graviers"}, + "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13311.jpg?_wi=1", imageAlt: "Stabilisateur de graviers"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" diff --git a/src/app/produits/page.tsx b/src/app/produits/page.tsx index 86d9b18..297493e 100644 --- a/src/app/produits/page.tsx +++ b/src/app/produits/page.tsx @@ -75,7 +75,7 @@ export default function ProductsPage() { { text: "Voir le catalogue", href: "#products" }, { text: "Demander un devis", href: "/contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/cement-crossed-by-diagonal-line-pebbles-stone_158595-6388.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cement-crossed-by-diagonal-line-pebbles-stone_158595-6388.jpg?_wi=2" imageAlt="Catalogue de produits ATI Négoce" showDimOverlay={true} buttonAnimation="slide-up" @@ -91,19 +91,19 @@ export default function ProductsPage() { { id: "1", brand: "ATI Négoce", name: "Graviers Premium 10/20mm", price: "À partir de 45€", rating: 5, reviewCount: "156", imageSrc: - "http://img.b2bpic.net/free-photo/vertical-closeup-small-stones-sunlight-nice-picture-backgrounds-wallpapers_181624-19640.jpg", imageAlt: "Graviers premium 10/20mm"}, + "http://img.b2bpic.net/free-photo/vertical-closeup-small-stones-sunlight-nice-picture-backgrounds-wallpapers_181624-19640.jpg?_wi=2", imageAlt: "Graviers premium 10/20mm"}, { id: "2", brand: "ATI Négoce", name: "Galets Polis Naturels", price: "À partir de 55€", rating: 5, reviewCount: "89", imageSrc: - "http://img.b2bpic.net/free-photo/white-pebbles-stone-texture-background_158595-6380.jpg", imageAlt: "Galets polis naturels"}, + "http://img.b2bpic.net/free-photo/white-pebbles-stone-texture-background_158595-6380.jpg?_wi=2", imageAlt: "Galets polis naturels"}, { id: "3", brand: "ATI Négoce", name: "Pierres Naturelles Brutes", price: "À partir de 75€", rating: 5, reviewCount: "124", imageSrc: - "http://img.b2bpic.net/free-photo/wooden-bow-with-stones_23-2148874518.jpg", imageAlt: "Pierres naturelles brutes"}, + "http://img.b2bpic.net/free-photo/wooden-bow-with-stones_23-2148874518.jpg?_wi=2", imageAlt: "Pierres naturelles brutes"}, { id: "4", brand: "ATI Négoce", name: "Stabilisateur de Graviers", price: "À partir de 35€", rating: 5, reviewCount: "78", imageSrc: - "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13311.jpg", imageAlt: "Stabilisateur de graviers"}, + "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13311.jpg?_wi=2", imageAlt: "Stabilisateur de graviers"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up"