diff --git a/src/app/page.tsx b/src/app/page.tsx index 5cac583..2474bf4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file