mirror of
https://github.com/complexcaresolutions/frontend.zweitmeinu.ng.git
synced 2026-03-17 15:03:48 +00:00
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>
8 lines
362 B
TypeScript
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"
|