feat: add moviebox

This commit is contained in:
himanshu8443
2025-07-16 16:44:04 +05:30
parent bd060abce3
commit e49bd6a171
11 changed files with 260 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
export const catalog = [
{
title: "Trending",
filter: "2",
},
{
title: "Cinema",
filter: "5",
},
];
export const genres = [];