Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-04-24 15:01:02 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}