Update src/app/page.tsx

This commit is contained in:
2026-03-04 17:42:44 +00:00
parent a8d27c7fd7
commit 37a78e0b8b

View File

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