| 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 |
{ |
| 12 |
icon: support, |
| 13 |
title: "Support", |
| 14 |
description: "You directly come upon to our support guys with your valuable queries.", |
| 15 |
link_title: "Contact Us", |
| 16 |
link_url: "https://afthemes.com/supports/" |
| 17 |
}, |
| 18 |
{ |
| 19 |
icon: demos, |
| 20 |
title: "All Themes & Plugins", |
| 21 |
description: "Unlock Your Potential with Our All (22 + Future) Premium Themes and Plugins Plan", |
| 22 |
link_title: "Unlock Now", |
| 23 |
link_url: "https://afthemes.com/all-themes-plan/" |
| 24 |
} |
| 25 |
] |