From 60654f27931c39d2a205803b913e6ed2492ccdfb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:30:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 30ab499..e03d5ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,11 +121,11 @@ export default function LandingPage() { }, { id: 2, - title: "Façonnage", description: "Les artisans travaillent le cuivre brut à l'aide de techniques traditionnelles : martelage, pliage et soudure. C'est un dialogue entre matière et maîtrise.", imageSrc: "http://img.b2bpic.net/free-photo/experienced-pensive-person-is-making-custom-made-shoes-his-personal-workshop_613910-17401.jpg" + title: "Façonnage", description: "Les artisans travaillent le cuivre brut à l'aide de techniques traditionnelles : martelage, pliage et soudure. C'est un dialogue entre matière et maîtrise.", imageSrc: "http://img.b2bpic.net/free-photo/experienced-pensive-person-is-making-custom-made-shoes-his-personal-workshop_613910-17401.jpg?_wi=1" }, { id: 3, - title: "Finition", description: "Polissage, patinage et traitement protecteur sont appliqués avec précision. Chaque détail est vérifié avant de quitter l'atelier.", imageSrc: "http://img.b2bpic.net/free-photo/experienced-pensive-person-is-making-custom-made-shoes-his-personal-workshop_613910-17401.jpg" + title: "Finition", description: "Polissage, patinage et traitement protecteur sont appliqués avec précision. Chaque détail est vérifié avant de quitter l'atelier.", imageSrc: "http://img.b2bpic.net/free-photo/experienced-pensive-person-is-making-custom-made-shoes-his-personal-workshop_613910-17401.jpg?_wi=2" } ]} buttonAnimation="slide-up" @@ -167,7 +167,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Marie Dubois", role: "Architecte d'intérieur", company: "Studio Design Paris", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1" }, { id: "2", name: "Jean-Pierre Leclerc", role: "Propriétaire", company: "Galerie d'Art", rating: 5, @@ -175,11 +175,11 @@ export default function LandingPage() { }, { id: "3", name: "Sophie Marchand", role: "Décorateur", company: "Maison & Décoration", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2" }, { id: "4", name: "Thomas Beaumont", role: "Collectionneur", company: "Brocante Vintage", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3" } ]} kpiItems={[ -- 2.49.1