From fd71ad236b99de888bf63e2f4b271e82513d9d0c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 07:24:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index c8c170b..86a9fd2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,6 +44,9 @@ export default function LandingPage() { background={{ variant: "plain" }} title="Thérèse d'Humières" description="Artiste peintre explorant l'éternel actuel à travers natures mortes, portraits et croquis." + testimonials={[ + { name: "Critique d'art", handle: "@artreview", testimonial: "Une œuvre d'une grande sensibilité.", rating: 5 } + ]} 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" -- 2.49.1