import type { BlockExample } from '@nextsparkjs/core/types/blocks' export const examples: BlockExample[] = [ { name: 'Default', description: 'Standard blog post content', props: { content: `
This is a sample blog post demonstrating the post content block. It supports rich text formatting including headings, paragraphs, lists, and more.
To use this block, simply add it to your page and start writing. The editor supports all standard formatting options and will automatically handle styling to match your theme.
"This platform has transformed how we create and manage content. The simplicity is unmatched." - Happy Customer
Learn more by exploring our documentation or reaching out to our support team.
`, backgroundColor: 'white', maxWidth: '4xl', }, }, ]