From c81aad44cf2398ee3f93d66423a72fb0fbab7884 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:47:26 +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 ae36379..18b35a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,7 +102,7 @@ export default function LandingPage() { useInvertedBackground={false} tag="Profesjonalizm" tagIcon={CheckCircle} - tagAnimation="entrance-slide" + tagAnimation="slide-up" /> @@ -136,7 +136,7 @@ export default function LandingPage() { useInvertedBackground={false} tag="Zaufane" tagIcon={Award} - tagAnimation="entrance-slide" + tagAnimation="slide-up" /> -- 2.49.1