Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c938105aa | |||
| db0833c000 | |||
| 0988fee9c0 | |||
| 00b3c864bb | |||
| 84eccc78a7 | |||
| 9d268a38ea | |||
| 4a514c6868 | |||
| 74f8c5c967 | |||
| 9a5ade7dde |
@@ -75,6 +75,9 @@ export default function LandingPage() {
|
||||
title="Our Menu"
|
||||
description="Explore our most popular chicken dishes and meals"
|
||||
products={[
|
||||
{
|
||||
id: "5", name: "Family Chicken Feast", price: "KSh 1,200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-turkey-tray_23-2148664035.jpg?_wi=2", imageAlt: "Large family portion chicken meal", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "1", name: "Fried Chicken Combo", price: "KSh 650", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-seasonings-vegetables-dark-space_140725-75662.jpg?_wi=2", imageAlt: "Crispy fried chicken with sides", initialQuantity: 1
|
||||
},
|
||||
@@ -87,9 +90,6 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "4", name: "Chips & Spiced Chicken", price: "KSh 500", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-seasonings-vegetables-dark-space_140725-75662.jpg?_wi=3", imageAlt: "Spiced chicken with golden fries", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "5", name: "Family Chicken Feast", price: "KSh 1,200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-turkey-tray_23-2148664035.jpg?_wi=2", imageAlt: "Large family portion chicken meal", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "6", name: "Chicken Meal with Drink", price: "KSh 600", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwiches-fries-chicken-nuggets-black-cutting-board-fries-pepper-dark-mix-colored-blurred-surface_179666-42229.jpg?_wi=2", imageAlt: "Chicken meal with cold drink", initialQuantity: 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user