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"