'use client'; import { BlocksRenderer } from '@strapi/blocks-react-renderer'; import Link from 'next/link'; export default function BlockRenderer({ content }) { return ( ( {children} ), }} /> ); }