7 Commits

Author SHA1 Message Date
db0833c000 Update src/app/page.tsx 2026-03-12 05:07:14 +00:00
00b3c864bb Update src/app/page.tsx 2026-03-12 05:06:25 +00:00
84eccc78a7 Merge version_2 into main
Merge version_2 into main
2026-03-12 05:03:11 +00:00
9d268a38ea Update src/app/page.tsx 2026-03-12 05:03:07 +00:00
4a514c6868 Merge version_1 into main
Merge version_1 into main
2026-03-12 05:01:43 +00:00
74f8c5c967 Merge version_1 into main
Merge version_1 into main
2026-03-12 05:01:18 +00:00
9a5ade7dde Merge version_1 into main
Merge version_1 into main
2026-03-12 05:00:31 +00:00

View File

@@ -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
}