feat(launchpad): embed M4 demonstration video and update links structure

This commit is contained in:
Achintha Isuru
2026-03-05 16:42:11 -05:00
parent 03f8793e31
commit 456ead3960
3 changed files with 23 additions and 2 deletions

View File

@@ -1,4 +1,21 @@
[
{
"title": "Demonstrations",
"iconColorClass": "bg-cyan-100",
"iconPath": "assets/images/icon-video.svg",
"links": [
{
"title": "KROW Platform - M4 Demonstration",
"url": "https://www.youtube.com/embed/hD-Ngt5xfSc",
"badge": "Demo",
"badgeColorClass": "bg-cyan-500",
"containerClass": "bg-gradient-to-r from-cyan-50 to-blue-100 hover:from-cyan-100 hover:to-blue-200",
"iconClass": "w-2 h-2 bg-cyan-500 rounded-full",
"textHoverClass": "group-hover:text-cyan-700",
"isVideo": true
}
]
},
{
"title": "Applications",
"iconColorClass": "bg-primary-100",