From 5a9bd0ae81bcf0a24008254809512042918da045 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 19:12:52 +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 f1e7d88..8f02995 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -203,6 +203,7 @@ export default function LandingPage() { imageAlt="Florist creating custom arrangement" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" metrics={[ { value: "100%", title: "Custom Orders Fulfilled" @@ -261,6 +262,7 @@ export default function LandingPage() { imageAlt="Florist preparing delivery arrangement" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" metrics={[ { value: "99.8%", title: "On-Time Delivery Rate" -- 2.49.1