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() {