Merge version_3 into main #8
@@ -66,13 +66,13 @@ export default function LandingPage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Pure Vegetarian", values: ["100%", "100%", "100%"],
|
||||
title: "Pure Vegetarian", values: [100, 100, 100],
|
||||
valuePrefix: "", description: "Authentic recipes, no compromise."},
|
||||
{
|
||||
title: "Customer Rating", values: ["4.4", "4.5", "4.4"],
|
||||
title: "Customer Rating", values: [4.4, 4.5, 4.4],
|
||||
valuePrefix: "", valueSuffix: "★", description: "Rated by 279+ satisfied diners."},
|
||||
{
|
||||
title: "Hours", values: ["10:00 AM", "11:00 PM", "10:30 AM"],
|
||||
title: "Hours", values: [10, 23, 10.5],
|
||||
valuePrefix: "", description: "Open daily till late evening."},
|
||||
],
|
||||
chartTitle: "Customer Favorites", chartData: [
|
||||
|
||||
Reference in New Issue
Block a user