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() {