From 563ef19284a330d20411d080a7b20cd7f86e6cf0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 23:19:51 +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 2f8c2e0..8d7c813 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -142,6 +142,9 @@ export default function LandingPage() { testimonial="The craftsmanship at Zellwears is extraordinary. My bag is exactly what I was looking for!" rating={5} author="Sarah J., Loyal Customer" + avatars={[ + { src: "https://img.b2bpic.net/free-photo/portrait-attractive-afroamerican-man_23-2148508906.jpg", alt: "Sarah J." } + ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" /> -- 2.49.1