From 88aa7b00544d88604c08b19a5bc3d091fee9a78f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:33:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8eb27bd..0e2de7b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,22 +120,22 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "espresso-classic", name: "Classic Espresso", price: "10 AED", imageSrc: "http://img.b2bpic.net/free-photo/steaming-espresso-cup-grey-background-closeup_1220-6682.jpg" + id: "espresso-classic", name: "Classic Espresso", price: "1.5 KD", imageSrc: "http://img.b2bpic.net/free-photo/steaming-espresso-cup-grey-background-closeup_1220-6682.jpg" }, { - id: "signature-latte", name: "Signature Latte Art", price: "18 AED", imageSrc: "http://img.b2bpic.net/free-photo/female-barista-with-apron-holding-decorated-coffee-glass_23-2148824459.jpg" + id: "signature-latte", name: "Signature Latte Art", price: "2.5 KD", imageSrc: "http://img.b2bpic.net/free-photo/female-barista-with-apron-holding-decorated-coffee-glass_23-2148824459.jpg" }, { - id: "cappuccino-premium", name: "Premium Cappuccino", price: "16 AED", imageSrc: "http://img.b2bpic.net/free-photo/2-latte-wooden-table_501050-1095.jpg" + id: "cappuccino-premium", name: "Premium Cappuccino", price: "2.25 KD", imageSrc: "http://img.b2bpic.net/free-photo/2-latte-wooden-table_501050-1095.jpg" }, { - id: "breakfast-combo", name: "Breakfast Combo", price: "35 AED", imageSrc: "http://img.b2bpic.net/free-photo/croissant-with-cup-coffee-empty-plate-flat-lay_176474-8157.jpg" + id: "breakfast-combo", name: "Breakfast Combo", price: "5 KD", imageSrc: "http://img.b2bpic.net/free-photo/croissant-with-cup-coffee-empty-plate-flat-lay_176474-8157.jpg" }, { - id: "pastry-selection", name: "Pastry Selection", price: "12-20 AED", imageSrc: "http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg" + id: "pastry-selection", name: "Pastry Selection", price: "1.75-3 KD", imageSrc: "http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg" }, { - id: "seasonal-dessert", name: "Seasonal Dessert", price: "22 AED", imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-carrot-cake-with-cream-cheese_661915-521.jpg" + id: "seasonal-dessert", name: "Seasonal Dessert", price: "3.25 KD", imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-carrot-cake-with-cream-cheese_661915-521.jpg" } ]} /> -- 2.49.1