Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 82613db2f7 | |||
| 989b10d77b | |||
| fb00b2006c |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user