Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-17 16:00:01 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}