From ba74a892583c0a1271bf83efb400cc2a6569dcf8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 23:50:18 +0000 Subject: [PATCH] Update src/app/espresso-bar/page.tsx --- src/app/espresso-bar/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/espresso-bar/page.tsx b/src/app/espresso-bar/page.tsx index 87476c8..915ace1 100644 --- a/src/app/espresso-bar/page.tsx +++ b/src/app/espresso-bar/page.tsx @@ -41,11 +41,11 @@ export default function EspressoBarPage() { title="Espresso Bar" description="Our curated collection of specialty brews and bites." products={[ - { id: "e1", brand: "Espresso", name: "Yemeni Spiced Espresso", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-rolls-coffee-beans-turkish-coffee-stone_114579-43500.jpg" }, - { id: "e2", brand: "Matcha", name: "Ceremonial Matcha Latte", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/milky-cocktail-with-cream-cinnamon-powder-blue-table_114579-4258.jpg" }, - { id: "e3", brand: "Pastries", name: "Saffron Cardamom Roll", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-tarts-laeves-cinnamon-dried-oranges-dark-wooden-table-with-copy-space_140725-90858.jpg" }, - { id: "e4", brand: "Refreshers", name: "Iced Hibiscus Rose", price: "$5.25", imageSrc: "http://img.b2bpic.net/free-photo/texture-breakfast-art-caffeine-wooden_1150-1577.jpg" }, - { id: "e5", brand: "Traditional", name: "Yemeni Qishr (Spiced Tea)", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/high-view-cold-coffee-with-cookies-blurred-grinder_23-2148441200.jpg" } + { id: "e1", brand: "Espresso", name: "Yemeni Spiced Espresso", price: "$5.50", rating: 4.8, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-rolls-coffee-beans-turkish-coffee-stone_114579-43500.jpg" }, + { id: "e2", brand: "Matcha", name: "Ceremonial Matcha Latte", price: "$6.00", rating: 4.9, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/milky-cocktail-with-cream-cinnamon-powder-blue-table_114579-4258.jpg" }, + { id: "e3", brand: "Pastries", name: "Saffron Cardamom Roll", price: "$4.75", rating: 4.7, reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-tarts-laeves-cinnamon-dried-oranges-dark-wooden-table-with-copy-space_140725-90858.jpg" }, + { id: "e4", brand: "Refreshers", name: "Iced Hibiscus Rose", price: "$5.25", rating: 4.6, reviewCount: "82", imageSrc: "http://img.b2bpic.net/free-photo/texture-breakfast-art-caffeine-wooden_1150-1577.jpg" }, + { id: "e5", brand: "Traditional", name: "Yemeni Qishr (Spiced Tea)", price: "$4.50", rating: 4.9, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/high-view-cold-coffee-with-cookies-blurred-grinder_23-2148441200.jpg" } ]} /> -- 2.49.1