From 08f4df32cf81d8e53e44c53e0fd01193b2499d6e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:26:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 363e904..201a3fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -184,9 +184,9 @@ export default function LandingPage() { useInvertedBackground={false} gridVariant="uniform-all-items-equal" metrics={[ - { id: "1", value: "100%", title: "Fresh Ingredients", icon: Leaf }, - { id: "2", value: "24/7", title: "Hot & Ready", icon: Flame }, - { id: "3", value: "5+", title: "Delivery Options", icon: Truck } + { id: "1", value: "100", title: "Fresh Ingredients", description: "All ingredients sourced fresh daily", icon: Leaf }, + { id: "2", value: "24", title: "Hot & Ready", description: "Available around the clock", icon: Flame }, + { id: "3", value: "5", title: "Delivery Options", description: "Multiple delivery partners", icon: Truck } ]} buttons={[ { text: "Order Now", href: "#" },