From 1b1feab02abe14b7fad351aac0b721bf1c970f4b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 21:30:39 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 63 ++++++++++++---------------------------- 1 file changed, 19 insertions(+), 44 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a2e1c94..f3b6892 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -11,7 +11,7 @@ export default function LandingPage() { return ( @@ -50,9 +42,9 @@ export default function LandingPage() { @@ -64,12 +56,10 @@ export default function LandingPage() { author="Mark Henderson" avatars={[ { - src: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1396.jpg", - alt: "Client", - }, + src: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1396.jpg", alt: "Client"}, ]} - ratingAnimation="reveal-blur" - avatarsAnimation="reveal-blur" + ratingAnimation="slide-up" + avatarsAnimation="slide-up" /> @@ -77,42 +67,27 @@ export default function LandingPage() {