From 28a28ac44e90a84509caaa7c8175d6e95a5443df Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 07:21:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e80a623..fa516dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "Peintre critique", testimonial: "D'Humières vit, jusqu'à l'angoisse, l'inquiétude sans laquelle il ne saurait y avoir de création.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-painting-canvas-outside-nature_23-2148740722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-painting-canvas-outside-nature_23-2148740722.jpg?_wi=1", imageAlt: "artist painting studio light", }, { @@ -74,7 +74,7 @@ export default function LandingPage() { handle: "Commissaire d'exposition", testimonial: "Une maîtrise technique rare au service d'une sensibilité vibrante.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/artificial-white-roses-vase-blue-background_114579-82141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/artificial-white-roses-vase-blue-background_114579-82141.jpg?_wi=1", imageAlt: "still life painting oil", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "Collectionneur", testimonial: "Ses natures mortes transcendent l'objet pour révéler une âme silencieuse.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-with-white-hair-stands-large-chair_8353-397.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-with-white-hair-stands-large-chair_8353-397.jpg?_wi=1", imageAlt: "academic portrait painting", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { handle: "Critique d'art", testimonial: "La lumière chez Thérèse n'est jamais gratuite, elle est structurelle.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-watercolor-abstract-art-cover-collection_52683-64044.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-watercolor-abstract-art-cover-collection_52683-64044.jpg?_wi=1", imageAlt: "pastel sketch art canvas", }, { @@ -98,11 +98,11 @@ export default function LandingPage() { handle: "Historienne de l'art", testimonial: "Un dialogue permanent entre la tradition académique et la modernité.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-painting-canvas-outside-nature_23-2148740722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-painting-canvas-outside-nature_23-2148740722.jpg?_wi=2", imageAlt: "artist painting studio light", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-painting-canvas-outside-nature_23-2148740722.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-painting-canvas-outside-nature_23-2148740722.jpg?_wi=3" imageAlt="Thérèse d'Humières at work" mediaAnimation="blur-reveal" avatars={[ @@ -163,19 +163,19 @@ export default function LandingPage() { id: "nm1", name: "Composition I", price: "Sur demande", - imageSrc: "http://img.b2bpic.net/free-photo/artificial-white-roses-vase-blue-background_114579-82141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/artificial-white-roses-vase-blue-background_114579-82141.jpg?_wi=2", }, { id: "nm2", name: "Composition II", price: "Sur demande", - imageSrc: "http://img.b2bpic.net/free-photo/artificial-white-roses-vase-blue-background_114579-82141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/artificial-white-roses-vase-blue-background_114579-82141.jpg?_wi=3", }, { id: "nm3", name: "Composition III", price: "Sur demande", - imageSrc: "http://img.b2bpic.net/free-photo/artificial-white-roses-vase-blue-background_114579-82141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/artificial-white-roses-vase-blue-background_114579-82141.jpg?_wi=4", }, ]} title="Natures Mortes" @@ -194,21 +194,21 @@ export default function LandingPage() { title: "Portrait d'époque", description: "Étude à l'huile", tag: "Portrait", - imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-with-white-hair-stands-large-chair_8353-397.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-with-white-hair-stands-large-chair_8353-397.jpg?_wi=2", }, { id: "p2", title: "Croquis d'atelier", description: "Technique pastel", tag: "Pastel", - imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-watercolor-abstract-art-cover-collection_52683-64044.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-watercolor-abstract-art-cover-collection_52683-64044.jpg?_wi=2", }, { id: "p3", title: "Étude de visage", description: "Charbon et craie", tag: "Dessin", - imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-with-white-hair-stands-large-chair_8353-397.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-with-white-hair-stands-large-chair_8353-397.jpg?_wi=3", }, ]} title="Portraits & Pastels" -- 2.49.1