diff --git a/src/app/a-propos/page.tsx b/src/app/a-propos/page.tsx index 3597ead..a3c65e5 100644 --- a/src/app/a-propos/page.tsx +++ b/src/app/a-propos/page.tsx @@ -80,7 +80,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" @@ -97,7 +97,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 798acd9..2adeb62 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -81,7 +81,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 e01c870..99069d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,7 +93,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" @@ -110,7 +110,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" @@ -179,7 +179,7 @@ export default function HomePage() { rating: 5, reviewCount: "156", imageSrc: - "http://img.b2bpic.net/free-photo/vertical-closeup-small-stones-sunlight-nice-picture-backgrounds-wallpapers_181624-19640.jpg", + "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", }, { @@ -190,7 +190,7 @@ export default function HomePage() { rating: 5, reviewCount: "89", imageSrc: - "http://img.b2bpic.net/free-photo/white-pebbles-stone-texture-background_158595-6380.jpg", + "http://img.b2bpic.net/free-photo/white-pebbles-stone-texture-background_158595-6380.jpg?_wi=1", imageAlt: "Galets polis naturels", }, { @@ -201,7 +201,7 @@ export default function HomePage() { rating: 5, reviewCount: "124", imageSrc: - "http://img.b2bpic.net/free-photo/wooden-bow-with-stones_23-2148874518.jpg", + "http://img.b2bpic.net/free-photo/wooden-bow-with-stones_23-2148874518.jpg?_wi=1", imageAlt: "Pierres naturelles brutes", }, { @@ -212,7 +212,7 @@ export default function HomePage() { rating: 5, reviewCount: "78", imageSrc: - "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13311.jpg", + "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13311.jpg?_wi=1", imageAlt: "Stabilisateur de graviers", }, ]} diff --git a/src/app/produits/page.tsx b/src/app/produits/page.tsx index 60ba786..b9b6caf 100644 --- a/src/app/produits/page.tsx +++ b/src/app/produits/page.tsx @@ -80,7 +80,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" @@ -101,7 +101,7 @@ export default function ProductsPage() { rating: 5, reviewCount: "156", imageSrc: - "http://img.b2bpic.net/free-photo/vertical-closeup-small-stones-sunlight-nice-picture-backgrounds-wallpapers_181624-19640.jpg", + "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", }, { @@ -112,7 +112,7 @@ export default function ProductsPage() { rating: 5, reviewCount: "89", imageSrc: - "http://img.b2bpic.net/free-photo/white-pebbles-stone-texture-background_158595-6380.jpg", + "http://img.b2bpic.net/free-photo/white-pebbles-stone-texture-background_158595-6380.jpg?_wi=2", imageAlt: "Galets polis naturels", }, { @@ -123,7 +123,7 @@ export default function ProductsPage() { rating: 5, reviewCount: "124", imageSrc: - "http://img.b2bpic.net/free-photo/wooden-bow-with-stones_23-2148874518.jpg", + "http://img.b2bpic.net/free-photo/wooden-bow-with-stones_23-2148874518.jpg?_wi=2", imageAlt: "Pierres naturelles brutes", }, { @@ -134,7 +134,7 @@ export default function ProductsPage() { rating: 5, reviewCount: "78", imageSrc: - "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13311.jpg", + "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13311.jpg?_wi=2", imageAlt: "Stabilisateur de graviers", }, ]}