Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-07 12:02:51 +00:00

View File

@@ -41,15 +41,15 @@ const dashboardData = {
],
stats: [
{
title: "Rating", values: ["4.0", "4.0", "4.0"],
title: "Rating", values: [4.0, 4.0, 4.0],
description: "⭐ Google Rating"
},
{
title: "Reviews", values: ["4,800", "4,800", "4,800"],
title: "Reviews", values: [4800, 4800, 4800],
description: "Happy Customers"
},
{
title: "Price Range", values: ["₹200", "₹300", "₹400"],
title: "Price Range", values: [200, 300, 400],
valueSuffix: "per person", description: "Budget Friendly"
},
] as const,
@@ -239,15 +239,15 @@ export default function LandingPage() {
],
stats: [
{
title: "Rating", values: ["4.0", "4.0", "4.0"],
title: "Rating", values: [4.0, 4.0, 4.0],
description: "⭐ Google Rating"
},
{
title: "Reviews", values: ["4,800", "4,800", "4,800"],
title: "Reviews", values: [4800, 4800, 4800],
description: "Happy Customers"
},
{
title: "Price Range", values: ["₹200", "₹300", "₹400"],
title: "Price Range", values: [200, 300, 400],
valueSuffix: "per person", description: "Budget Friendly"
},
],