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