Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-05 19:39:12 +00:00

View File

@@ -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}