From eb5d1e975fda35f3d1c667c6eef7118a81fa74f7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Feb 2026 23:24:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 699d92b..7a25dfc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,6 +108,7 @@ export default function LandingPage() { imageAlt="Midnight Cafe interior with natural light and warm seating" useInvertedBackground={true} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -175,6 +176,7 @@ export default function LandingPage() { imageAlt="Community members gathering at Midnight Cafe" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> -- 2.49.1