From e58cece75c6f4748243fc8d380f630f8adcc6be6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 05:01:30 +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 38d3ed8..791935a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,7 +152,7 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - animationType="depth-3d" + animationType="slide-up" metrics={[ { id: "metric-1", icon: Users, title: "Active Anglers", value: "50K+" }, { id: "metric-2", icon: Fish, title: "Lures Sold", value: "500K+" }, -- 2.49.1