Merge version_1 into main #3
@@ -69,13 +69,13 @@ export default function LandingPage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Premium Espresso", values: ["Single Origin", "Specialty Blend", "Seasonal Selection"],
|
||||
title: "Premium Espresso", values: [1, 2, 3],
|
||||
description: "Expertly crafted daily"},
|
||||
{
|
||||
title: "Curated Wines", values: ["Burgundy Selection", "Mediterranean", "Natural Wines"],
|
||||
title: "Curated Wines", values: [85, 92, 88],
|
||||
description: "Hand-selected by sommeliers"},
|
||||
{
|
||||
title: "Open Hours", values: ["7:00 AM", "3:00 PM", "10:00 PM"],
|
||||
title: "Open Hours", values: [7, 15, 22],
|
||||
description: "Morning to evening service"},
|
||||
],
|
||||
chartTitle: "Visitor Mood", chartData: [
|
||||
|
||||
Reference in New Issue
Block a user