From 7b3f8ac3736781cacfd9ca1fb35968c6e0f42b79 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 22:02:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] } ]} /> -- 2.49.1