feat: implement CallToAction section with dynamic data fetching and UI integration

This commit is contained in:
ArraysID
2025-05-11 05:29:01 +07:00
parent d21adebf73
commit c9f7ce24ed
8 changed files with 119 additions and 12 deletions
@@ -0,0 +1,7 @@
import { payload } from '../lib/payload';
export async function getGlobalsCallToActionSection() {
return await payload.findGlobal({
slug: 'call-to-action-section',
});
}