From 6e319e5529af60c53780e3cdf8190fb5cfe6a907 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:11:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a71cd0b..142d3de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { { text: "See Our Process", href: "services" } ]} useInvertedBackground={false} - tagAnimation="entrance-slide" + tagAnimation="slide-up" /> @@ -112,7 +112,7 @@ export default function LandingPage() { title="Our Web Design Process" description="We follow a proven three-step process to deliver websites that drive results for your business." tag="How We Work" - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" animationType="slide-up" useInvertedBackground={false} @@ -123,21 +123,18 @@ export default function LandingPage() {