From e3c33f4c890e50bdee3499e7f79e195302168a4a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 22:03:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 39814ad..d094432 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,6 +60,7 @@ export default function LandingPage() { { id: "s1", name: "Insalata Mista", price: "55 DH", variant: "Salads", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-ingredients-with-salad-plate_23-2148834744.jpg" }, { id: "s2", name: "Caesar Salad", price: "65 DH", variant: "Salads", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-ingredients-with-salad-plate_23-2148834744.jpg" }, { id: "pa1", name: "Penne Arrabbiata", price: "75 DH", variant: "Pasta", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235783.jpg" }, + { id: "pa2", name: "Spaghetti Carbonara", price: "85 DH", variant: "Pasta", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235783.jpg" }, ]} title="Our Menu" description="Explore our authentic dishes, categorized for your convenience." @@ -89,8 +90,8 @@ export default function LandingPage() { title="Exclusive Deals" description="Check our special menu packages." plans={[ - { label: "Lunch Set", price: "99 DH", features: ["Starter", "Main", "Drink"] }, - { label: "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"] } ]} /> -- 2.49.1