From da5634e30ff759bde3676318d78ea1960452092f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:38:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d0a2bdb..87ad121 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,8 +99,8 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg", alt: "Patient testimonial" }, { src: "http://img.b2bpic.net/free-photo/signs-symbols-gestures-concept-cheerful-young-mixed-race-lady-with-long-straight-hair-smiling-broadly-showing-thumbs-up-gesture-as-sign-approval-respect-liking_344912-1033.jpg", alt: "Patient testimonial" } ]} - ratingAnimation="entrance-slide" - avatarsAnimation="entrance-slide" + ratingAnimation="slide-up" + avatarsAnimation="slide-up" useInvertedBackground={false} /> -- 2.49.1