From f39f16f50528e3633b743241f26dde273d1522d4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:31:55 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8aec73c..49e5b0c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -55,7 +55,7 @@ export default function AboutPage() { imageAlt="Naturopathy Yoga team" mediaAnimation="slide-up" useInvertedBackground={false} - tagAnimation="entrance-slide" + tagAnimation="slide-up" /> -- 2.49.1 From d4f6c1a9f3f13299e420f0b2a104b4d18a1c76c5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:31:56 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 73cb692..0b00a7a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,7 +79,7 @@ export default function HomePage() { imageAlt="Naturopathy Yoga team" mediaAnimation="slide-up" useInvertedBackground={false} - tagAnimation="entrance-slide" + tagAnimation="slide-up" /> -- 2.49.1