diff --git a/src/app/page.tsx b/src/app/page.tsx index f14785f..39814ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,8 +89,8 @@ export default function LandingPage() { title="Exclusive Deals" description="Check our special menu packages." plans={[ - { name: "Lunch Set", price: "99 DH", features: ["Starter", "Main", "Drink"] }, - { name: "Family Pizza", price: "250 DH", features: ["3 Pizzas", "Soda Pitcher", "Salad"] } + { label: "Lunch Set", price: "99 DH", features: ["Starter", "Main", "Drink"] }, + { label: "Family Pizza", price: "250 DH", features: ["3 Pizzas", "Soda Pitcher", "Salad"] } ]} />