E-commerce Blocks
The included CMS base components provide all the building blocks you need to create common e-commerce content patterns. You can compose flexible sections that adapt to your brand and merchandising needs.
Below you can find some practical examples.
Hero Banner
Combine a SectionComponent
with a background image (or video), a TextComponent
for the headline and description, and one or more ButtonComponents
for category entry points. You can use a DividerComponent
to define the necessary vertical spacing.
.png)
Category Teasers / Cards
Use a GridComponent
with four columns on desktop and 2 columns on mobile. Inside each column, add a SectionComponent
with a background image for the category visual, and a ButtonComponent
to link directly to the category page.
.png)
Promotional Slider
Implement a SliderComponent
containing multiple slides. Each slide can include a TextComponent
for the title and a ButtonComponent
to drive users to curated product listings or campaign landing pages.
.png)
Split Image & Text Section
Place two SectionComponent
instances side-by-side using the GridComponent
(configured for two columns on desktop and one on mobile).
- Add a
backgroundImage
to the firstSectionComponent
for the visual part. - In the second
SectionComponent
, add aTextComponent
for the headline and description, and aButtonComponent
to link to the category, promotion, or editorial content.
.png)
By combining these base primitives, you can build visually appealing, commerce-relevant sections without custom code.