Advantage Card
Description: Shows comparative advantages or benefits of products, services, or options.
API Response Structure:
{
"advantages": {
"title": "Key Benefits",
"items": [
{
"title": "Advantage Title",
"description": "Detailed explanation",
"icon": "https://example.com/icon.png",
"metrics": {
"impact": "High",
"uniqueness": "Exclusive"
},
"comparison": {
"competitors": [
{
"name": "Competitor",
"hasFeature": false
}
]
}
}
],
"summary": {
"totalAdvantages": 5,
"uniqueFeatures": 3
}
},
"categories": [
{
"name": "Category",
"advantages": ["advantage1", "advantage2"]
}
],
"type": "advantageCard"
}
Fields:
-
advantages
(object): Benefits information-
title
(string): Section title -
items
(array): List of advantages -
summary
(object): Overview stats
-
-
categories
(array): Categorized benefits -
type
(string): Always "advantageCard"