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

This commit is contained in:
ArraysID
2025-05-11 05:28:20 +07:00
parent da11ba5894
commit 744d39ea75
6 changed files with 250 additions and 123 deletions
@@ -0,0 +1,7 @@
import { payload } from '../lib/payload';
export async function getGlobalsTestimonialsSection() {
return await payload.findGlobal({
slug: 'testimonials-section',
});
}