From 0317d29f7d6621543d3ff81fe4930a3a811dd157 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 22:02:22 +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 ae61a0c..f14785f 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={[ - { title: "Lunch Set", price: "99 DH", features: ["Starter", "Main", "Drink"] }, - { title: "Family Pizza", price: "250 DH", features: ["3 Pizzas", "Soda Pitcher", "Salad"] } + { name: "Lunch Set", price: "99 DH", features: ["Starter", "Main", "Drink"] }, + { name: "Family Pizza", price: "250 DH", features: ["3 Pizzas", "Soda Pitcher", "Salad"] } ]} />