From 64cb7c13ba900e70b32272d5b2d7f5580331ccca Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 23:53:55 +0000 Subject: [PATCH 1/2] 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 915ace1..a22a026 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", 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" } + { 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?_wi=2" }, + { 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?_wi=2" }, + { 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?_wi=2" }, + { 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?_wi=2" }, + { 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?_wi=2" } ]} /> -- 2.49.1 From d5acb7667d7269cdf7e17351f4f006e49701cb2f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 23:53:56 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f6779fc..aa11ef0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,12 +100,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { id: "p1", brand: "Ebreeq", name: "Yemeni Spiced Coffee", price: "$6.50", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-rolls-coffee-beans-turkish-coffee-stone_114579-43500.jpg" }, - { id: "p2", brand: "Ebreeq", name: "Specialty Saffron Latte", price: "$7.00", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/texture-breakfast-art-caffeine-wooden_1150-1577.jpg" }, - { id: "p3", brand: "Ebreeq", name: "Fresh Spiced Pastries", price: "$4.50", rating: 5, reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/milky-cocktail-with-cream-cinnamon-powder-blue-table_114579-4258.jpg" }, + { id: "p1", brand: "Ebreeq", name: "Yemeni Spiced Coffee", price: "$6.50", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-rolls-coffee-beans-turkish-coffee-stone_114579-43500.jpg?_wi=1" }, + { id: "p2", brand: "Ebreeq", name: "Specialty Saffron Latte", price: "$7.00", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/texture-breakfast-art-caffeine-wooden_1150-1577.jpg?_wi=1" }, + { id: "p3", brand: "Ebreeq", name: "Fresh Spiced Pastries", price: "$4.50", rating: 5, reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/milky-cocktail-with-cream-cinnamon-powder-blue-table_114579-4258.jpg?_wi=1" }, { id: "p4", brand: "Ebreeq", name: "Signature Iced Cardamom", price: "$6.00", rating: 4, reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/caramel-macchiato-table_140725-7660.jpg" }, - { id: "p5", brand: "Ebreeq", name: "House Blend Beans", price: "$22.00", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/high-view-cold-coffee-with-cookies-blurred-grinder_23-2148441200.jpg" }, - { id: "p6", brand: "Ebreeq", name: "Honey Date Bites", price: "$5.00", rating: 5, reviewCount: "42", 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: "p5", brand: "Ebreeq", name: "House Blend Beans", price: "$22.00", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/high-view-cold-coffee-with-cookies-blurred-grinder_23-2148441200.jpg?_wi=1" }, + { id: "p6", brand: "Ebreeq", name: "Honey Date Bites", price: "$5.00", rating: 5, reviewCount: "42", 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?_wi=1" }, ]} title="Signature Offerings" description="A sensory journey of Yemeni flavors." -- 2.49.1