From 586cfc329a829620a459efba70a21b661f4002a6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:51:54 +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 bbc6e6f..0559368 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -175,7 +175,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} showRating={true} - animationType="depth-3d" + animationType="slide-up" testimonials={[ { id: "1", name: "Sarah Johnson", handle: "@sarahj_local", testimonial: "Best burger in the city and the fries are always fresh cut. I bring my family here every weekend!", rating: 5, @@ -253,4 +253,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1