From f772a26fee2ae133b312913c1d4d306cc19f15c4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 19:25:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e911f2..abfd3f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,13 +75,13 @@ export default function MokhaCafePage() { description="Our seasonal menu features precision-roasted single-origin coffees and signature brunch plates tailored for the modern palate." products={[ { - id: "1", name: "Signature Mokha Latte", price: "$7", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-elements_23-2148173331.jpg", imageAlt: "Velvety latte with delicate micro-foam" + id: "1", name: "Signature Mokha Latte", price: "$7.00 USD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-elements_23-2148173331.jpg", imageAlt: "Velvety latte with delicate micro-foam" }, { - id: "2", name: "Avocado Sourdough Toast", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/top-view-nutritious-breakfast-meal-assortment_23-2148833904.jpg", imageAlt: "Handcrafted artisan avocado sourdough" + id: "2", name: "Avocado Sourdough Toast", price: "$16.00 USD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-nutritious-breakfast-meal-assortment_23-2148833904.jpg", imageAlt: "Handcrafted artisan avocado sourdough" }, { - id: "3", name: "Cold Brew Infusion", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648726.jpg", imageAlt: "Slow-steeped signature cold brew" + id: "3", name: "Cold Brew Infusion", price: "$8.00 USD", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648726.jpg", imageAlt: "Slow-steeped signature cold brew" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1