From 83b0fa5b98ed1581660d7a7f35d5ac76e00a3a7c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 15:59:57 +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 a960343..47a0465 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,17 +101,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "m1", name: "Kuzhi Manthi", price: "170/330/620", imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-rice-pilaf-with-meat-colorful-spices-garlic-oil-cutting-board_140725-78795.jpg"}, + id: "m1", name: "Kuzhi Manthi", price: "Half: 170 / Full: 330 / Family: 620", imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-rice-pilaf-with-meat-colorful-spices-garlic-oil-cutting-board_140725-78795.jpg"}, { - id: "m2", name: "Barbeque Manthi", price: "190/370/720", imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182440.jpg"}, + id: "m2", name: "Barbeque Manthi", price: "Half: 190 / Full: 370 / Family: 720", imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182440.jpg"}, { - id: "m3", name: "Kanthari Manthi", price: "190/370/720", imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182553.jpg"}, + id: "m3", name: "Kanthari Manthi", price: "Half: 190 / Full: 370 / Family: 720", imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182553.jpg"}, { - id: "m4", name: "Peri Peri Manthi", price: "190/370/720", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-plov-with-different-raisins-inside-plate-dark-space_140725-97887.jpg"}, + id: "m4", name: "Peri Peri Manthi", price: "Half: 190 / Full: 370 / Family: 720", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-plov-with-different-raisins-inside-plate-dark-space_140725-97887.jpg"}, { - id: "m5", name: "Beef Manthi", price: "220/420/800", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-bowls-colorful-spices-pilaf-checkered-tablecloth_140725-78651.jpg"}, + id: "m5", name: "Beef Manthi", price: "Half: 220 / Full: 420 / Family: 800", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-bowls-colorful-spices-pilaf-checkered-tablecloth_140725-78651.jpg"}, { - id: "m6", name: "Kanthari Alfaham", price: "140/280/520", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-table-with-variety-foods-cheese-vegetables-omlettes-sausages-honey-olives_114579-1508.jpg"}, + id: "m6", name: "Kanthari Alfaham", price: "Half: 140 / Full: 280 / Family: 520", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-table-with-variety-foods-cheese-vegetables-omlettes-sausages-honey-olives_114579-1508.jpg"}, ]} title="Arabic Items" description="Traditional Mandhi and Alfaham options." @@ -208,4 +208,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1