Update src/app/page.tsx

This commit is contained in:
2026-03-12 11:26:59 +00:00
parent 81fff38529
commit 08f4df32cf

View File

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