Service Layer low complexity Shared Component frontendbackend
0
Dependencies
2
Dependents
0
Entities
0
Integrations

Description

Utility that loads and parses MDX files or headless CMS content for all sales website pages. Provides typed content interfaces so page components stay decoupled from the content source and non-developers can update copy without deployments.

Feature: Feature Overview

sales-content-loader

Responsibilities

  • Load page content from MDX files or a configured headless CMS adapter
  • Parse and transform raw content into typed structures consumed by page components
  • Cache parsed content at build time for static generation

Interfaces

loadFeaturesContent(): FeatureAreaContent[]
loadSupportGuideContent(): SupportGuideContent
loadLandingPageContent(): LandingPageContent

Relationships

Dependents (2)

Components that depend on this component