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" />