feat: add Learning Resources section with dynamic data fetching and UI integration

This commit is contained in:
ArraysID
2025-05-11 05:24:31 +07:00
parent 33d750b221
commit 4a7135dd17
6 changed files with 231 additions and 84 deletions
@@ -0,0 +1,7 @@
import { payload } from '../lib/payload';
export async function getGlobalsLearningResourcesSection() {
return await payload.findGlobal({
slug: 'learning-resources-section',
});
}