| 1 |
import { documentations, demos, support, supportForum, blog, video } from '../data/icons' |
| 2 |
export const supportPanel = [ |
| 3 |
{ |
| 4 |
icon: documentations, |
| 5 |
title: "Documentations", |
| 6 |
description: "Do you have any difficulties regarding plugin setup and uses? Please visit Documentations page.", |
| 7 |
link_title: "Check Now", |
| 8 |
link_url: "https://www.blockspare.com/docs/" |
| 9 |
}, |
| 10 |
{ |
| 11 |
icon: demos, |
| 12 |
title: "Demos", |
| 13 |
description: "We have also designed and displayed multiple type of layouts with Blockspare. For more details please visit our site.", |
| 14 |
link_title: "Check Now", |
| 15 |
link_url: "https://www.blockspare.com/starter-templates/" |
| 16 |
}, |
| 17 |
{ |
| 18 |
icon: video, |
| 19 |
title: "Videos", |
| 20 |
description: "You'll find a collection of videos that provide in-depth tutorials, step-by-step guides, and visual demonstrations of Blockspare's features and capabilities.", |
| 21 |
link_title: "Check Now", |
| 22 |
link_url: "https://www.youtube.com/@blockspare" |
| 23 |
}, |
| 24 |
{ |
| 25 |
icon: support, |
| 26 |
title: "Support", |
| 27 |
description: "You directly come upon to our support guys with your valuable queries.", |
| 28 |
link_title: "Contact Us", |
| 29 |
link_url: "https://afthemes.com/supports/" |
| 30 |
}, |
| 31 |
{ |
| 32 |
icon: supportForum, |
| 33 |
title: "WordPress Support Forum", |
| 34 |
description: "You can also go to our .org forum for any kind of support enquiries.", |
| 35 |
link_title: "Check Now", |
| 36 |
link_url: "https://wordpress.org/support/plugin/blockspare/" |
| 37 |
}, |
| 38 |
{ |
| 39 |
icon: blog, |
| 40 |
title: "Latest Blog", |
| 41 |
description: "Get latest articles about WordPress.", |
| 42 |
link_title: "Check Now", |
| 43 |
link_url: "https://afthemes.com/blog/" |
| 44 |
} |
| 45 |
] |