diff --git a/src/app/page.tsx b/src/app/page.tsx index 46c222d..7d11204 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Découvrir nos réalisations", href: "#about" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/close-up-man-working-with-wood_23-2148898040.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-man-working-with-wood_23-2148898040.jpg?_wi=1" imageAlt="Atelier de menuiserie artisanale Asseline" mediaAnimation="slide-up" background={{ variant: "gradient-bars" }} @@ -86,17 +86,17 @@ export default function LandingPage() { { id: 1, title: "Menuiserie Intérieure", description: "Portes, fenêtres, placards et mobilier sur mesure. Tous nos travaux sont réalisés avec précision pour un rendu impeccable.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-tools-carpentry-table_23-2148643196.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/artisan-doing-woodcutting_23-2150600745.jpg" } + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/artisan-doing-woodcutting_23-2150600745.jpg?_wi=1" } }, { id: 2, title: "Charpente & Structure", description: "Conception et réalisation de charpentes traditionnelles et modernes. Nous garantissons la stabilité et la durabilité de vos ouvrages.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/low-view-construction-house_23-2148748812.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-working-with-wood_23-2148898040.jpg" } + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-working-with-wood_23-2148898040.jpg?_wi=2" } }, { id: 3, title: "Rénovation & Restauration", description: "Transformation de vos espaces existants avec respect du patrimoine. Du diagnostic à la mise en œuvre, nous vous accompagnons.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/wood-elements_23-2147773356.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/artisan-doing-woodcutting_23-2150600745.jpg" } + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/artisan-doing-woodcutting_23-2150600745.jpg?_wi=2" } } ]} animationType="slide-up" @@ -145,7 +145,7 @@ export default function LandingPage() {