Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bbcb717c01 |
@@ -114,12 +114,12 @@ export default function LandingPage() {
|
||||
title="Why Choose Our Marketplace?"
|
||||
description="We bridge the gap between local farms and your kitchen, ensuring freshness in every delivery."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", icon: Truck,
|
||||
title: "Daily Deliveries", value: "500+"},
|
||||
{
|
||||
id: "m2", icon: Users,
|
||||
title: "Happy Customers", value: "2k+"},
|
||||
{
|
||||
id: "m1", icon: Truck,
|
||||
title: "Daily Deliveries", value: "500+"},
|
||||
{
|
||||
id: "m3", icon: Leaf,
|
||||
title: "Local Farmers", value: "50+"},
|
||||
@@ -176,4 +176,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user