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