Include ItemGrid component on Content widget

This commit is contained in:
widgeter
2023-08-24 22:49:05 +02:00
parent a9a4298eec
commit b775a11473
4 changed files with 77 additions and 97 deletions

View File

@@ -52,18 +52,31 @@ const metadata = {
<Content
id="about"
columns={3}
items={[
{
title: 'Dribbble',
icon: 'tabler:brand-dribbble',
callToAction: {
targetBlank: true,
text: 'Dribbble',
href: '#',
},
},
{
title: 'Behance',
icon: 'tabler:brand-behance',
callToAction: {
targetBlank: true,
text: 'Behance',
href: '#',
},
},
{
title: 'Pinterest',
icon: 'tabler:brand-pinterest',
callToAction: {
targetBlank: true,
text: 'Pinterest',
href: '#',
},
},
]}
image={{