Add cards, products, services, and trust blocks.
Understand item arrays inside service, product, and trust sections.
Items are repeated content blocks inside a section.
A services section can use items for service cards.
A products section can use items for product or package cards.
Each item can include title, label, description, price, icon, and features.
"items": [
{
"title": "Service Name",
"label": "Optional label",
"description": "Short explanation",
"price": "Optional price",
"features": ["Feature one", "Feature two"]
}
]Items make sections reusable.
The same renderer can handle services, products, and trust blocks.
Putting items outside a section.
Writing features as plain text instead of an array.
INITIALIZING DAIZLAB
Add cards, products, services, and trust blocks.
Understand item arrays inside service, product, and trust sections.
Items are repeated content blocks inside a section.
A services section can use items for service cards.
A products section can use items for product or package cards.
Each item can include title, label, description, price, icon, and features.
"items": [
{
"title": "Service Name",
"label": "Optional label",
"description": "Short explanation",
"price": "Optional price",
"features": ["Feature one", "Feature two"]
}
]Items make sections reusable.
The same renderer can handle services, products, and trust blocks.
Putting items outside a section.
Writing features as plain text instead of an array.