diff --git a/src/app/page.tsx b/src/app/page.tsx index c79feed..91a7263 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 }