Merge version_1 into main #6
@@ -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"] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user