From 77d75f6d58fb94280c1fe85a8045cbc490d31310 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 30 May 2026 05:22:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 81f5095..22a64ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,8 +123,8 @@ export default function LandingPage() { text: "Begin Your Journey", href: "#about" } ]} - tagAnimation="entrance-slide" - buttonAnimation="entrance-slide" + tagAnimation="slide-up" + buttonAnimation="slide-up" />
@@ -139,7 +139,7 @@ export default function LandingPage() { text: "Discover More", href: "#experiences" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" />