Include ItemGrid component on Content widget
This commit is contained in:
@@ -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={{
|
||||
|
Reference in New Issue
Block a user