From 989b10d77bff0f1c5e7bad5e67bb3215c5ff736d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 15:00:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 467431b..11dd57c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,9 +123,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} metrics={[ - { id: "m1", value: "150+", title: "Countries Covered", description: "Global map", icon: Globe }, - { id: "m2", value: "5k+", title: "Top Dishes", description: "Highest rated", icon: Award }, - { id: "m3", value: "1M+", title: "Food Enthusiasts", description: "Community", icon: Users }, + { id: "m1", value: "150+", title: "Countries Covered", description: "Mapping authentic global flavors to bring exotic culinary traditions directly to your kitchen.", icon: Globe }, + { id: "m2", value: "5k+", title: "Top Dishes", description: "Discover meticulously vetted, highest-rated dishes designed to elevate your personal recipe repertoire.", icon: Award }, + { id: "m3", value: "1M+", title: "Food Enthusiasts", description: "Join a vibrant community sharing the joy of discovering fresh, life-changing culinary experiences together.", icon: Users }, ]} title="Our Global Footprint" description="Culinary wonder brought to your table." @@ -155,4 +155,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1