frontend.zweitmeinu.ng/src/components/blocks/index.ts
CCS Admin 728de20157 feat: convert 5 static pages to CMS-driven blocks
Replace hardcoded motivation, so-funktionierts, ueber-uns, impressum,
and datenschutz pages with CMS-driven content via BlockRenderer.
Add block components: HeroBlock, TextBlock, CardGridBlock, CTABlock,
ProcessStepsBlock, QuoteBlock, HtmlEmbedBlock.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 15:44:23 +00:00

8 lines
362 B
TypeScript

export { BlockRenderer } from "./BlockRenderer"
export { HeroBlock } from "./HeroBlock"
export { TextBlock } from "./TextBlock"
export { CardGridBlock } from "./CardGridBlock"
export { CTABlock } from "./CTABlock"
export { ProcessStepsBlock } from "./ProcessStepsBlock"
export { QuoteBlock } from "./QuoteBlock"
export { HtmlEmbedBlock } from "./HtmlEmbedBlock"