From bcc85e4ac33fafab6fba4378844d60de51e61aa9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 23:25:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 196c8b4..fe3d26c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,10 +71,11 @@ export default function LandingPage() { products={[ { id: "1", brand: "Signature", name: "Shayandima Platter", price: "$38", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-arrangement_23-2148510958.jpg?_wi=1" }, { id: "2", brand: "Special", name: "Vhulelu Roast", price: "$42", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89988.jpg?_wi=1" }, - { id: "3", brand: "Starter", name: "Local Herb Soup", price: "$16", rating: 4, reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/seared-scallops-with-pea-puree_23-2151942414.jpg?_wi=1" }, + { id: "3", brand: "Local", name: "Traditional Kota", price: "$12", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-with-ingredients_23-2148943615.jpg?_wi=1" }, + { id: "4", brand: "Starter", name: "Local Herb Soup", price: "$16", rating: 4, reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/seared-scallops-with-pea-puree_23-2151942414.jpg?_wi=1" }, ]} title="The Joint Menu" - description="Our collective favorites, prepared to perfection." + description="Our collective favorites, including our new signature Kota, prepared to perfection." /> -- 2.49.1