Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #7.
This commit is contained in:
2026-04-08 22:05:13 +00:00

View File

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