From 42e9d74317851a531fd183572e5104b0fdae830e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:40:47 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0ed1f45..14c51be 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -43,6 +43,7 @@ export default function AboutPage() { Date: Tue, 3 Mar 2026 11:40:48 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 05c4948..8039864 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,6 +66,7 @@ export default function HomePage() { -- 2.49.1 From 1dd6f9b7a8ff262cdad25afb606463facb5cc8f2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:40:50 +0000 Subject: [PATCH 3/3] Update src/app/testimonials/page.tsx --- src/app/testimonials/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/testimonials/page.tsx b/src/app/testimonials/page.tsx index 49ca2c0..a7fca72 100644 --- a/src/app/testimonials/page.tsx +++ b/src/app/testimonials/page.tsx @@ -52,7 +52,7 @@ export default function TestimonialsPage() { src: "http://img.b2bpic.net/free-photo/indian-woman-posing-cute-stylish-outfit-camera-smiling_482257-122351.jpg", alt: "portrait woman smiling headshot avatar Indian"}, ]} ratingAnimation="slide-up" - avatarsAnimation="entrance-slide" + avatarsAnimation="slide-up" useInvertedBackground={false} /> -- 2.49.1