Update src/app/page.tsx

This commit is contained in:
2026-02-27 17:50:47 +00:00
parent 82be46940b
commit cee2bf44e5

View File

@@ -64,15 +64,15 @@ export default function PaletaMiaPage() {
],
stats: [
{
title: "100% Homemade", values: ["Paletas", "Crepes", "Bionicos"],
title: "100% Homemade", values: [85, 92, 88],
description: "Every item crafted fresh"
},
{
title: "Sparkling Clean", values: ["Daily", "Hourly", "Always"],
title: "Sparkling Clean", values: [92, 95, 90],
description: "Spotless environment always"
},
{
title: "Premium Quality", values: ["Real Fruit", "Pure Ingredients", "Artisan Made"],
title: "Premium Quality", values: [88, 95, 90],
description: "No artificial flavors"
}
],