diff --git a/src/app/page.tsx b/src/app/page.tsx index 91a7263..3de0c86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,10 +76,12 @@ export default function LandingPage() { 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: "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, + tag: "Best Seller" }, { - 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 + 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, + tag: "Most Popular" }, { id: "2", name: "Roasted Chicken Platter", price: "KSh 750", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-turkey-tray_23-2148664035.jpg?_wi=1", imageAlt: "Juicy roasted chicken meal", initialQuantity: 1