From e859d1397477623f79dbbe9fdbacb04cc90be111 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 00:55:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 114 ++++++++++++++--------------------------------- 1 file changed, 33 insertions(+), 81 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f163352..aef6e91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,14 +28,10 @@ export default function LandingPage() { @@ -148,10 +117,10 @@ export default function LandingPage() { testimonial="Absolutely wonderful service and taste!" rating={5} author="Alex Rivera" - avatars={[ - { src: "http://img.b2bpic.net/free-photo/young-adult-enjoying-beverage_23-2149304428.jpg", alt: "Author" } - ]} + avatars={[{ src: "http://img.b2bpic.net/free-photo/young-adult-enjoying-beverage_23-2149304428.jpg", alt: "Author" }]} useInvertedBackground={false} + ratingAnimation="opacity" + avatarsAnimation="opacity" /> @@ -159,26 +128,9 @@ export default function LandingPage() { -- 2.49.1