Update src/app/page.tsx

This commit is contained in:
2026-03-04 17:30:42 +00:00
parent 1d3d0b4ee9
commit 349b2c1d01

View File

@@ -66,15 +66,15 @@ export default function LandingPage() {
],
stats: [
{
title: "Valoración", values: [4.5, 4.5, 4.5],
title: "Valoración", values: [4.5],
description: "488 reseñas verificadas"
},
{
title: "Raciones", values: ["Grandes", "Grandes", "Grandes"],
title: "Raciones", values: ["Grandes"],
description: "Generosas porciones"
},
{
title: "Precio Medio", values: [20, 25, 30],
title: "Precio Medio", values: ["20-30€"],
description: "Por persona"
}
],