From 7ae88369c50925c9a8670080fc616a4fdfe71f37 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 06:49:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5cf1df8..d307227 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,17 +108,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Signature Espresso", price: "$4.50", variant: "Espresso Base", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-coffee-cup_23-2151083729.jpg"}, + id: "p1", name: "Signature Espresso", price: "6,000 IQD", variant: "Espresso Base", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-coffee-cup_23-2151083729.jpg"}, { - id: "p2", name: "Cold Brew Reserve", price: "$6.00", variant: "Cold Refreshment", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-boozy-white-russian-cocktail-with-vodka-cream_123827-37414.jpg"}, + id: "p2", name: "Cold Brew Reserve", price: "8,000 IQD", variant: "Cold Refreshment", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-boozy-white-russian-cocktail-with-vodka-cream_123827-37414.jpg"}, { - id: "p3", name: "Butter Croissant", price: "$3.75", variant: "Fresh Pastry", imageSrc: "http://img.b2bpic.net/free-photo/rollcake-with-berries-platter-with-muffins_114579-16504.jpg"}, + id: "p3", name: "Butter Croissant", price: "5,000 IQD", variant: "Fresh Pastry", imageSrc: "http://img.b2bpic.net/free-photo/rollcake-with-berries-platter-with-muffins_114579-16504.jpg"}, { - id: "p4", name: "Specialty Latte", price: "$5.50", variant: "Signature Drink", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee_23-2148494608.jpg"}, + id: "p4", name: "Specialty Latte", price: "7,500 IQD", variant: "Signature Drink", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee_23-2148494608.jpg"}, { - id: "p5", name: "Craft Pourover", price: "$7.00", variant: "Artisan Brewing", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-making-kombucha_23-2149704030.jpg"}, + id: "p5", name: "Craft Pourover", price: "9,500 IQD", variant: "Artisan Brewing", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-making-kombucha_23-2149704030.jpg"}, { - id: "p6", name: "Coffee Tonic", price: "$6.50", variant: "Refreshment", imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-dessert-glass_140725-8124.jpg"}, + id: "p6", name: "Coffee Tonic", price: "8,500 IQD", variant: "Refreshment", imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-dessert-glass_140725-8124.jpg"}, ]} title="Our Menu" description="Carefully curated coffee, artisanal drinks, and house-made pastries." @@ -269,4 +269,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1