```json
{
"component": "MegaMenu",
"type": "co

By admin, 18 September, 2025
角色
user
content

```json
{
"component": "MegaMenu",
"type": "container",
"style": {
"backgroundColor": "#FFFFFF",
"padding": "p-8 md:p-12 lg:p-16"
},
"children": [
{
"component": "MenuGrid",
"type": "container",
"layout": {
"display": "grid",
"gridTemplateColumns": "repeat(12, 1fr)",
"gap": "gap-x-8"
},
"children": [
{
"component": "MenuColumn",
"type": "container",
"style": {
"gridColumn": "col-span-12 md:col-span-4"
},
"layout": {
"display": "flex",
"flexDirection": "column",
"gap": "gap-y-8"
},
"children": [
{
"component": "Text",
"content": "USE CASES",
"style": {
"fontSize": "text-sm",
"fontWeight": "font-semibold",
"color": "text-gray-500",
"letterSpacing": "tracking-wider"
}
},
{
"component": "LinkItem",
"layout": {
"display": "flex",
"alignItems": "flex-start",
"gap": "gap-x-4"
},
"children": [
{
"component": "Icon",
"name": "heroicons:shopping-cart",
"style": {
"color": "#4F46E5",
"size": "w-6 h-6"
}
},
{
"component": "Box",
"layout": {
"display": "flex",
"flexDirection": "column"
},
"children": [
{
"component": "Text",
"content": "Ecommerce",
"style": {
"fontSize": "text-base",
"fontWeight": "font-semibold",
"color": "text-gray-900"
}
},
{
"component": "Text",
"content": "Level up your eCommerce experiences",
"style": {
"fontSize": "text-sm",
"color": "text-gray-600",
"margin": "mt-1"
}
}
]
}
]
},
{
"component": "LinkItem",
"layout": {
"display": "flex",
"alignItems": "flex-start",
"gap": "gap-x-4"
},
"children": [
{
"component": "Icon",
"name": "heroicons:device-phone-mobile",
"style": {
"color": "#4F46E5",
"size": "w-6 h-6"
}
},
{
"component": "Box",
"layout": {
"display": "flex",
"flexDirection": "column"
},
"children": [
{
"component": "Text",
"content": "Mobile applications",
"style": {
"fontSize": "text-base",
"fontWeight": "font-semibold",
"color": "text-gray-900"
}
},
{
"component": "Text",
"content": "One CMS, any devices.",
"style": {
"fontSize": "text-sm",
"color": "text-gray-600",
"margin": "mt-1"
}
}
]
}
]
},
{
"component": "LinkItem",
"layout": {
"display": "flex",
"alignItems": "flex-start",
"gap": "gap-x-4"
},
"children": [
{
"component": "Icon",
"name": "heroicons:building-office-2",
"style": {
"color": "#4F46E5",
"size": "w-6 h-6"
}
},
{
"component": "Box",
"layout": {
"display": "flex",
"flexDirection": "column"
},
"children": [
{
"component": "Text",
"content": "Corporate site",
"style": {
"fontSize": "text-base",
"fontWeight": "font-semibold",
"color": "text-gray-900"
}
},
{
"component": "Text",
"content": "Manage your brand narrative.",
"style": {
"fontSize": "text-sm",
"color": "text-gray-600",
"margin": "mt-1"
}
}
]
}
]
}
]
},
{
"component": "MenuColumn",
"type": "container",
"style": {
"gridColumn": "col-span-12 md:col-span-4"
},
"layout": {
"display": "flex",
"flexDirection": "column",
"gap": "gap-y-8"
},
"children": [
{
"component": "Text",
"content": "TEAMS",
"style": {
"fontSize": "text-sm",
"fontWeight": "font-semibold",
"color": "text-gray-500",
"letterSpacing": "tracking-wider"
}
},
{
"component": "LinkItem",
"layout": {
"display": "flex",
"alignItems": "flex-start",
"gap": "gap-x-4"
},
"children": [
{
"component": "Icon",
"name": "heroicons:code-bracket",
"style": {
"color": "#4F46E5",
"size": "w-6 h-6"
}
},
{
"component": "Box",
"layout": {
"display": "flex",
"flexDirection": "column"
},
"children": [
{
"component": "Text",
"content": "Developers",
"style": {
"fontSize": "text-base",
"fontWeight": "font-semibold",
"color": "text-gray-900"
}
},
{
"component": "Text",
"content": "Integrate Strapi with your favorite tools",
"style": {
"fontSize": "text-sm",
"color": "text-gray-600",
"margin": "mt-1"
}
}
]
}
]
},
{
"component": "LinkItem",
"layout": {
"display": "flex",
"alignItems": "flex-start",
"gap": "gap-x-4"
},
"children": [
{
"component": "Icon",
"name": "heroicons:users",
"style": {
"color": "#4F46E5",
"size": "w-6 h-6"
}
},
{
"component": "Box",
"layout": {
"display": "flex",
"flexDirection": "column"
},
"children": [
{
"component": "Text",
"content": "Content Managers",
"style": {
"fontSize": "text-base",
"fontWeight": "font-semibold",
"color": "text-gray-900"
}
},
{
"component": "Text",
"content": "Manage Content Autonomously",
"style": {
"fontSize": "text-sm",
"color": "text-gray-600",
"margin": "mt-1"
}
}
]
}
]
},
{
"component": "LinkItem",
"layout": {
"display": "flex",
"alignItems": "flex-start",
"gap": "gap-x-4"
},
"children": [
{
"component": "Icon",
"name": "heroicons:briefcase",
"style": {
"color": "#4F46E5",
"size": "w-6 h-6"
}
},
{
"component": "Box",
"layout": {
"display": "flex",
"flexDirection": "column"
},
"children": [
{
"component": "Text",
"content": "Website agencies",
"style": {
"fontSize": "text-base",
"fontWeight": "font-semibold",
"color": "text-gray-900"
}
},
{
"component": "Text",
"content": "Unlock the benefit of structured content",
"style": {
"fontSize": "text-sm",
"color": "text-gray-600",
"margin": "mt-1"
}
}
]
}
]
}
]
},
{
"component": "MenuColumn",
"type": "container",
"style": {
"gridColumn": "col-span-12 md:col-span-4"
},
"layout": {
"display": "flex",
"flexDirection": "column",
"gap": "gap-y-8"
},
"children": [
{
"component": "Text",
"content": "INDUSTRIES",
"style": {
"fontSize": "text-sm",
"fontWeight": "font-semibold",
"color": "text-gray-500",
"letterSpacing": "tracking-wider"
}
},
{
"component": "LinkItem",
"layout": {
"display": "flex",
"alignItems": "flex-start",
"gap": "gap-x-4"
},
"children": [
{
"component": "Icon",
"name": "heroicons:building-library",
"style": {
"color": "#4F46E5",
"size": "w-6 h-6"
}
},
{
"component": "Box",
"layout": {
"display": "flex",
"flexDirection": "column"
},
"children": [
{
"component": "Text",
"content": "Financial Services",
"style": {
"fontSize": "text-base",
"fontWeight": "font-semibold",
"color": "text-gray-900"
}
},
{
"component": "Text",
"content": "Build trustful relations with your customers",
"style": {
"fontSize": "text-sm",
"color": "text-gray-600",
"margin": "mt-1"
}
}
]
}
]
},
{
"component": "LinkItem",
"layout": {
"display": "flex",
"alignItems": "flex-start",
"gap": "gap-x-4"
},
"children": [
{
"component": "Icon",
"name": "heroicons:server-stack",
"style": {
"color": "#4F46E5",
"size": "w-6 h-6"
}
},
{
"component": "Box",
"layout": {
"display": "flex",
"flexDirection": "column"
},
"children": [
{
"component": "Text",
"content": "Tech and Business Services",
"style": {
"fontSize": "text-base",
"fontWeight": "font-semibold",
"color": "text-gray-900"
}
},
{
"component": "Text",
"content": "Stand out with exceptional B2B content.",
"style": {
"fontSize": "text-sm",
"color": "text-gray-600",
"margin": "mt-1"
}
}
]
}
]
},
{
"component": "LinkItem",
"layout": {
"display": "flex",
"alignItems": "flex-start",
"gap": "gap-x-4"
},
"children": [
{
"component": "Icon",
"name": "heroicons:speaker-wave",
"style": {
"color": "#4F46E5",
"size": "w-6 h-6"
}
},
{
"component": "Box",
"layout": {
"display": "flex",
"flexDirection": "column"
},
"children": [
{
"component": "Text",
"content": "Telco, Media, and Gaming",
"style": {
"fontSize": "text-base",
"fontWeight": "font-semibold",
"color": "text-gray-900"
}
},
{
"component": "Text",
"content": "Create and manage content on any platform",
"style": {
"fontSize": "text-sm",
"color": "text-gray-600",
"margin": "mt-1"
}
}
]
}
]
}
]
}
]
},
{
"component": "FooterBar",
"type": "container",
"style": {
"width": "w-full",
"border": "border-t border-solid border-gray-200",
"margin": "mt-8",
"padding": "pt-8"
},
"layout": {
"display": "flex",
"flexDirection": "row",
"justifyContent": "flex-start",
"alignItems": "center",
"gap": "gap-x-8"
},
"children": [
{
"component": "FooterLink",
"layout": {
"display": "flex",
"alignItems": "center",
"gap": "gap-x-3"
},
"children": [
{
"component": "Icon",
"name": "heroicons:chat-bubble-left-right",
"style": {
"color": "text-gray-600",
"size": "w-5 h-5"
}
},
{
"component": "Text",
"content": "Contact Sales",
"style": {
"fontSize": "text-base",
"fontWeight": "font-medium",
"color": "text-gray-800"
}
}
]
},
{
"component": "FooterLink",
"layout": {
"display": "flex",
"alignItems": "center",
"gap": "gap-x-3"
},
"children": [
{
"component": "Icon",
"name": "heroicons:sparkles",
"style": {
"color": "text-gray-600",
"size": "w-5 h-5"
}
},
{
"component": "Text",
"content": "Interactive Demo",
"style": {
"fontSize": "text-base",
"fontWeight": "font-medium",
"color": "text-gray-800"
}
}
]
},
{
"component": "FooterLink",
"layout": {
"display": "flex",
"alignItems": "center",
"gap": "gap-x-3"
},
"children": [
{
"component": "Icon",
"name": "heroicons:cloud-arrow-up",
"style": {
"color": "text-gray-600",
"size": "w-5 h-5"
}
},
{
"component": "Text",
"content": "Host your Project",
"style": {
"fontSize": "text-base",
"fontWeight": "font-medium",
"color": "text-gray-800"
}
}
]
}
]
}
]
}
```

total_tokens
0