From 5a7e37f1b47198b171d077fb28c542698dcaa818 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 02:15:03 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index a5670ce..3057525 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -47,10 +47,10 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "c1", brand: "Drink ", name: "Bubble Tea ", price: "$6 - $7", rating: 5, + id: "c1", brand: "Toast ", name: "Bubble Tea ", price: "$6 - $7", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BoVnf2RAOeDoHMswG5SpadeRHr/uploaded-1775501251342-0zntpynz.png"}, { - id: "c2", brand: "Drink ", name: "Hot Savory Crepe", price: "$12.50", rating: 5, + id: "c2", brand: "Toast ", name: "Beet and Pickled Onion Toast ", price: "$12.50", rating: 5, reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BoVnf2RAOeDoHMswG5SpadeRHr/uploaded-1775446159736-6ddgpu4s.png"}, { id: "c3", brand: "Toast", name: "Smoked Salmon Avocado", price: "$13.95", rating: 5, -- 2.49.1