From 4a8ca4f534bf3b122f917fd9fc9e4ed5d4a6e1d0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 02:14:02 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 36c935f..a5670ce 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "c1", brand: "Drink ", name: "Bubble Tea ", price: "$6.95 - $11.25", rating: 5, + id: "c1", brand: "Drink ", 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, -- 2.49.1