3 Commits

Author SHA1 Message Date
82613db2f7 Merge version_3 into main
Merge version_3 into main
2026-04-24 15:01:01 +00:00
989b10d77b Update src/app/page.tsx 2026-04-24 15:00:58 +00:00
fb00b2006c Merge version_2 into main
Merge version_2 into main
2026-04-24 14:54:49 +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>
);
}
}