From 98ae5f7ed8db6fcea09b7a4c28df43b063e289e0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 11:10:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a081ee..9eb98b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,9 +60,9 @@ export default function LandingPage() { useInvertedBackground={true} title="A peaceful escape in Kuwait" metrics={[ - { id: "m1", icon: Coffee, label: "Signature Brews", value: "15+" }, - { id: "m2", icon: MapPin, label: "Locations", value: "1" }, - { id: "m3", icon: Clock, label: "Daily Hours", value: "16h" } + { icon: Coffee, label: "Signature Brews", value: "15+" }, + { icon: MapPin, label: "Locations", value: "1" }, + { icon: Clock, label: "Daily Hours", value: "16h" } ]} metricsAnimation="slide-up" /> -- 2.49.1