Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user