Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-26 11:10:27 +00:00

View File

@@ -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"
/>