3 Commits

Author SHA1 Message Date
a0e0e7a8f9 Update src/app/page.tsx 2026-04-21 19:26:21 +00:00
48aaed037d Merge version_2 into main
Merge version_2 into main
2026-04-21 19:25:41 +00:00
f772a26fee Update src/app/page.tsx 2026-04-21 19:25:37 +00:00

View File

@@ -75,16 +75,16 @@ 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"
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}