From 1c781dd2ded4140d1a7bcf74efde3199becbd1c2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:39:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d5f5f2..99013dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,19 +96,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", handle: "@sarah_collector", testimonial: "Her paintings instantly transformed my living space. The colors and composition are absolutely stunning. I feel like I'm looking at a piece of her soul.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "portrait face profile avatar person" + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg?_wi=1", imageAlt: "portrait face profile avatar person" }, { id: "2", name: "James Chen", handle: "@james_art_lover", testimonial: "I've been following her work for years. Each piece tells a story and brings such emotion to any room. Truly talented artist.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "portrait face profile avatar person" + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg?_wi=2", imageAlt: "portrait face profile avatar person" }, { id: "3", name: "Emma Rodriguez", handle: "@emma_creative", testimonial: "When guests visit my home, the first thing they ask about is the painting on my wall. It's a conversation starter and a daily source of joy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "portrait face profile avatar person" + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg?_wi=3", imageAlt: "portrait face profile avatar person" }, { id: "4", name: "Michael Thompson", handle: "@michael_design", testimonial: "The attention to detail and technical skill is remarkable. Every brushstroke is deliberate and purposeful. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "portrait face profile avatar person" + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg?_wi=4", imageAlt: "portrait face profile avatar person" } ]} showRating={true} -- 2.49.1