diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 49e5b0c..9795605 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -56,6 +56,7 @@ export default function AboutPage() { mediaAnimation="slide-up" useInvertedBackground={false} tagAnimation="slide-up" + metricsAnimation="slide-up" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b00a7a..a512dc3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,6 +80,7 @@ export default function HomePage() { mediaAnimation="slide-up" useInvertedBackground={false} tagAnimation="slide-up" + metricsAnimation="slide-up" />