From 6ca77c4d6551f86352a482a18b6b73f04d964340 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:49:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e77578..bbc6e6f 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="slide-up" + animationType="depth-3d" 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, -- 2.49.1