From 242b24c6169e4737f4cd812456aa86527d1e0d79 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 02:13:30 +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 9c01130..36c935f 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: "Crepe", name: "Bubble Tea ", price: "$6.95 - $11.25", rating: 5, + id: "c1", brand: "Drink ", name: "Bubble Tea ", price: "$6.95 - $11.25", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BoVnf2RAOeDoHMswG5SpadeRHr/uploaded-1775501251342-0zntpynz.png"}, { - id: "c2", brand: "Crepe", name: "Hot Savory Crepe", price: "$12.50", rating: 5, + id: "c2", brand: "Drink ", name: "Hot Savory Crepe", 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