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: "#" },