From a8d27c7fd75459a8cf5cd025cdde9b543c1738da Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:31:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 059139e..87c1daf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,15 +66,15 @@ export default function LandingPage() { ], stats: [ { - title: "Valoración", values: [4.5], + title: "Valoración", values: [4.5, 4.5, 4.5], description: "488 reseñas verificadas" }, { - title: "Raciones", values: ["Grandes"], + title: "Raciones", values: ["Grandes", "Generosas", "Abundantes"], description: "Generosas porciones" }, { - title: "Precio Medio", values: ["20-30€"], + title: "Precio Medio", values: [20, 25, 30], description: "Por persona" } ], @@ -294,4 +294,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1