From e56622ec86f97785f25415c38c2bc1ab88023b5c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 22:05:07 +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 d094432..4d6e6a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,8 +90,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"] } + { id: "plan1", badge: "Popular", price: "99 DH", subtitle: "Lunch Set", features: ["Starter", "Main", "Drink"] }, + { id: "plan2", badge: "Best Value", price: "250 DH", subtitle: "Family Pizza", features: ["3 Pizzas", "Soda Pitcher", "Salad"] } ]} />