From b28c0a695476054c81f06cbd73e5f8c97c45c5bb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 15:43:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4624952..fe49c25 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,6 +153,10 @@ export default function LandingPage() { useInvertedBackground={false} ratingAnimation="slide-up" avatarsAnimation="slide-up" + testimonial="In 32 anni di vita, il miglior barbiere a cui sia mai andato!" + rating={5} + author="Francesco B. - Google Review" + avatars={[{ src: "http://img.b2bpic.net/free-photo/business-man-enjoying-coffee_23-2148479578.jpg", alt: "portrait smiling italian man" }]} /> -- 2.49.1