Update src/app/page.tsx

This commit is contained in:
2026-03-10 00:33:57 +00:00
parent 82c4a8bafe
commit 1d0b69a448

View File

@@ -64,7 +64,7 @@ export default function LandingPage() {
],
stats: [
{
title: "Opinie", values: [4.9, 4.9, 4.9],
title: "Opinie", values: ["4.9", "4.9", "4.9"],
valuePrefix: "★ ", description: "365 opinii od klientów"
},
{
@@ -72,7 +72,7 @@ export default function LandingPage() {
description: "ul. 23 Lutego 29/33"
},
{
title: "Doświadczenie", values: [10, 1, 1],
title: "Doświadczenie", values: ["10", "1", "1"],
description: "Profesjonalni barberzy"
},
],