Update src/app/page.tsx
This commit is contained in:
@@ -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: "#" },
|
||||
|
||||
Reference in New Issue
Block a user