Hmm, I don't know enough to give you a confident answer yet.
The error message you're encountering suggests a type mismatch between the props your Font component expects and the props it is receiving. However, the extracts provided do not contain information about TypeScript type definitions or error handling in the context of Next.js components.
For more information on how to properly type your components and troubleshoot TypeScript errors in Next.js, you might want to refer to the TypeScript documentation for Next.js (https://nextjs.org/docs/basic-features/typescript). This resource can provide guidance on defining types for your components and props, which may help resolve the error you're seeing.
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: