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"] } ]} />