From a9ed795012bfc5829699cde5d8f044f232e59980 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 15:36:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e8b1f67..f196870 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,10 +66,10 @@ export default function LandingPage() { ], stats: [ { - title: "Pure Vegetarian", values: ["100%", "100%", "100%"], + title: "Pure Vegetarian", values: [100, 100, 100], valuePrefix: "", description: "Authentic recipes, no compromise."}, { - title: "Customer Rating", values: ["4.4", "4.5", "4.4"], + title: "Customer Rating", values: [4.4, 4.5, 4.4], valuePrefix: "", valueSuffix: "★", description: "Rated by 279+ satisfied diners."}, { title: "Hours", values: ["10:00 AM", "11:00 PM", "10:30 AM"], @@ -106,6 +106,7 @@ export default function LandingPage() { imageAlt="Authentic Gujarati cooking preparation" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" />