diff --git a/lib/menu-data.ts b/lib/menu-data.ts index 86e45bc..3cadebf 100644 --- a/lib/menu-data.ts +++ b/lib/menu-data.ts @@ -102,7 +102,7 @@ export const menuCategories: MenuCategory[] = [ { id: "shahi-paneer", name: "Shahi Paneer", description: "Soft cottage cheese in a rich, creamy cashew and tomato gravy with Indian spices.", price: 139, image: "shahi-paneer.jpg", video: "shahi-paneer.mp4", isVegetarian: true }, { id: "malai-kofta", name: "Malai Kofta", description: "Soft vegetable koftas simmered in a rich and creamy onion-tomato gravy with mild spices.", price: 139, image: "malai-kofta.jpg", video: "malai-kofta.mp4", isVegetarian: true }, { id: "daal-makhani", name: "Daal Makhani", description: "Slow-cooked black lentils in a buttery, creamy tomato gravy with aromatic spices.", price: 139, image: "daal-makhani.jpg", video: "daal-makhani.mp4", isVegetarian: true }, - { id: "lahore-chana", name: "Lahore Chana", description: "Spiced chickpeas cooked in a tangy onion-tomato gravy with traditional Punjabi spices.", price: 139, image: "lahore-chana.jpg", isVegetarian: true }, + { id: "lahore-chana", name: "Lahore Chana", description: "Spiced chickpeas cooked in a tangy onion-tomato gravy with traditional Punjabi spices.", price: 139, image: "lahore-chana.jpg", video: "lahore-chana.mp4", isVegetarian: true }, ], }, { diff --git a/public/images/dishes/lahore-chana-poster.jpg b/public/images/dishes/lahore-chana-poster.jpg index 7d26f7b..7f72aff 100644 Binary files a/public/images/dishes/lahore-chana-poster.jpg and b/public/images/dishes/lahore-chana-poster.jpg differ diff --git a/public/videos/lahore-chana-optimized.mp4 b/public/videos/lahore-chana-optimized.mp4 index ec7f780..4544615 100644 Binary files a/public/videos/lahore-chana-optimized.mp4 and b/public/videos/lahore-chana-optimized.mp4 differ diff --git a/public/videos/lahore-chana-optimized.webm b/public/videos/lahore-chana-optimized.webm index 1cabce8..d988d4f 100644 Binary files a/public/videos/lahore-chana-optimized.webm and b/public/videos/lahore-chana-optimized.webm differ diff --git a/public/videos/lahore-chana.mp4 b/public/videos/lahore-chana.mp4 index 1afba17..6e0fd37 100644 Binary files a/public/videos/lahore-chana.mp4 and b/public/videos/lahore-chana.mp4 differ