| 1 |
|
| 2 |
|
| 3 |
import icons from './../../src/assets/icons/index' |
| 4 |
|
| 5 |
|
| 6 |
|
| 7 |
export const blocksData = { |
| 8 |
categories: [ |
| 9 |
{ |
| 10 |
slug: "post", |
| 11 |
name: "Custom Blocks for Posts (Blog, News, and Magazine)", |
| 12 |
}, |
| 13 |
{ |
| 14 |
slug: "image", |
| 15 |
name: "Custom Blocks for Image Gallary", |
| 16 |
}, |
| 17 |
{ |
| 18 |
slug: "general", |
| 19 |
name: "Agency Custom Blocks (General, Business, and Other)", |
| 20 |
}, |
| 21 |
|
| 22 |
|
| 23 |
], |
| 24 |
blocks: [ |
| 25 |
{ |
| 26 |
name: "Container", |
| 27 |
slug: "container", |
| 28 |
categoryId: "general", |
| 29 |
demo_link: "https://www.blockspare.com/layout/container-demo/", |
| 30 |
icon: icons.container, |
| 31 |
isEnabled: true, |
| 32 |
video_link: "https://www.youtube.com/watch?v=n-KCN_3iBeM" |
| 33 |
}, |
| 34 |
{ |
| 35 |
name: "Tabs", |
| 36 |
slug: "tabs", |
| 37 |
categoryId: "general", |
| 38 |
demo_link: "https://www.blockspare.com/layout/tabs-demos/", |
| 39 |
icon: icons.tabs, |
| 40 |
isEnabled: true, |
| 41 |
video_link: "https://www.youtube.com/watch?v=LVjb3QAHk34" |
| 42 |
}, |
| 43 |
{ |
| 44 |
name: "Date and Time", |
| 45 |
slug: "date-and-time", |
| 46 |
categoryId: "general", |
| 47 |
demo_link: "https://www.blockspare.com/layout/date-and-time-demo/", |
| 48 |
icon: icons.date_and_time, |
| 49 |
isEnabled: true, |
| 50 |
video_link: "https://www.youtube.com/watch?v=SSJ0JY9msVU" |
| 51 |
}, |
| 52 |
{ |
| 53 |
name: "Search", |
| 54 |
slug: "search", |
| 55 |
categoryId: "general", |
| 56 |
demo_link: "https://www.blockspare.com/layout/search-demo/", |
| 57 |
icon: icons.search, |
| 58 |
isEnabled: true, |
| 59 |
video_link: "https://www.youtube.com/watch?v=gO_twuTmmmc" |
| 60 |
}, |
| 61 |
{ |
| 62 |
name: "Popular Tag/Category", |
| 63 |
slug: "popular-tag-category", |
| 64 |
categoryId: "general", |
| 65 |
demo_link: "https://www.blockspare.com/layout/popular-tags-and-category/", |
| 66 |
icon: icons.tag_and_category, |
| 67 |
isEnabled: true, |
| 68 |
video_link: "https://www.youtube.com/watch?v=MsLGeKn6iEo" |
| 69 |
}, |
| 70 |
{ |
| 71 |
name: "Accordion", |
| 72 |
slug: "accordion", |
| 73 |
categoryId: "general", |
| 74 |
demo_link: "https://www.blockspare.com/layout/accordion-demo/", |
| 75 |
icon: icons.accordion, |
| 76 |
isEnabled: true, |
| 77 |
video_link: "https://www.youtube.com/watch?v=FovDAcBOZnE" |
| 78 |
}, |
| 79 |
{ |
| 80 |
name: "Button", |
| 81 |
slug: "button", |
| 82 |
categoryId: "general", |
| 83 |
demo_link: "https://www.blockspare.com/layout/button-demo/", |
| 84 |
icon: icons.button, |
| 85 |
isEnabled: true, |
| 86 |
video_link: "https://www.youtube.com/watch?v=I-U-1Gl7koA" |
| 87 |
}, |
| 88 |
{ |
| 89 |
name: "Call to Action", |
| 90 |
slug: "call-to-action", |
| 91 |
categoryId: "general", |
| 92 |
demo_link: "https://www.blockspare.com/layout/call-to-action-demo/", |
| 93 |
icon: icons.cta, |
| 94 |
isEnabled: true, |
| 95 |
video_link: "https://www.youtube.com/watch?v=mVrScWJEq6E" |
| 96 |
}, |
| 97 |
{ |
| 98 |
name: "Content Box", |
| 99 |
slug: "content-box", |
| 100 |
categoryId: "general", |
| 101 |
demo_link: "https://www.blockspare.com/layout/content-box/", |
| 102 |
icon: icons.contentbox, |
| 103 |
isEnabled: true, |
| 104 |
video_link: "https://www.youtube.com/watch?v=kP5umsqpWXc" |
| 105 |
}, |
| 106 |
{ |
| 107 |
name: "Counter", |
| 108 |
slug: "counter", |
| 109 |
categoryId: "general", |
| 110 |
demo_link: "https://www.blockspare.com/layout/counter-demo/", |
| 111 |
icon: icons.counter, |
| 112 |
isEnabled: true, |
| 113 |
video_link: "https://www.youtube.com/watch?v=vASI7UC8YVg" |
| 114 |
}, |
| 115 |
{ |
| 116 |
name: "Icon", |
| 117 |
slug: "icon", |
| 118 |
categoryId: "general", |
| 119 |
demo_link: "https://www.blockspare.com/layout/icon-demo/", |
| 120 |
icon: icons.iconblockspare, |
| 121 |
isEnabled: true, |
| 122 |
video_link: "https://www.youtube.com/watch?v=ox6hVvfCeX8" |
| 123 |
}, |
| 124 |
{ |
| 125 |
name: "Progressbar", |
| 126 |
slug: "progressbar", |
| 127 |
categoryId: "general", |
| 128 |
demo_link: "https://www.blockspare.com/layout/progress-bar-demos/", |
| 129 |
icon: icons.progressBar, |
| 130 |
isEnabled: true, |
| 131 |
video_link: "https://www.youtube.com/watch?v=Svu1jfiqpwE" |
| 132 |
}, |
| 133 |
{ |
| 134 |
name: "Icon List", |
| 135 |
slug: "icon-list", |
| 136 |
categoryId: "general", |
| 137 |
demo_link: "https://www.blockspare.com/layout/icon-with-list-demo/", |
| 138 |
icon: icons.iconlist, |
| 139 |
isEnabled: true, |
| 140 |
video_link: "https://www.youtube.com/watch?v=DYzkVg3ai6I" |
| 141 |
}, |
| 142 |
{ |
| 143 |
name: "Logo Grid", |
| 144 |
slug: "logo-grid", |
| 145 |
categoryId: "general", |
| 146 |
demo_link: "https://www.blockspare.com/layout/logo-grid-demo/", |
| 147 |
icon: icons.logobadge, |
| 148 |
isEnabled: true, |
| 149 |
video_link: "https://www.youtube.com/watch?v=dPzOd7l8BOc" |
| 150 |
}, |
| 151 |
{ |
| 152 |
name: "Notice Bar", |
| 153 |
slug: "notice-bar", |
| 154 |
categoryId: "general", |
| 155 |
demo_link: "https://www.blockspare.com/layout/notice-bar-demos/", |
| 156 |
icon: icons.notice, |
| 157 |
isEnabled: true, |
| 158 |
video_link: "https://www.youtube.com/watch?v=3iWHf0IrMN4" |
| 159 |
}, |
| 160 |
{ |
| 161 |
name: "Price-list", |
| 162 |
slug: "price-list", |
| 163 |
categoryId: "general", |
| 164 |
demo_link: "https://www.blockspare.com/layout/price-list-demo/", |
| 165 |
icon: icons.pricingList, |
| 166 |
isEnabled: true, |
| 167 |
video_link: "https://www.youtube.com/watch?v=eUjxDQprsSE" |
| 168 |
}, |
| 169 |
{ |
| 170 |
name: "Pricing Table", |
| 171 |
slug: "pricing-table", |
| 172 |
categoryId: "general", |
| 173 |
demo_link: "https://www.blockspare.com/layout/price-table-demo/", |
| 174 |
icon: icons.pricingTable, |
| 175 |
isEnabled: true, |
| 176 |
video_link: "https://www.youtube.com/watch?v=UJhzc6m1NR4" |
| 177 |
}, |
| 178 |
{ |
| 179 |
name: "Social Links", |
| 180 |
slug: "social-links", |
| 181 |
categoryId: "general", |
| 182 |
demo_link: "https://www.blockspare.com/layout/social-icon-demo/", |
| 183 |
icon: icons.sociallinks, |
| 184 |
isEnabled: true, |
| 185 |
video_link: "https://www.youtube.com/watch?v=DQphsusjdxk" |
| 186 |
}, |
| 187 |
{ |
| 188 |
name: "Social Sharing", |
| 189 |
slug: "social-sharing", |
| 190 |
categoryId: "general", |
| 191 |
demo_link: "https://www.blockspare.com/layout/social-sharing/", |
| 192 |
icon: icons.socialShare, |
| 193 |
isEnabled: true, |
| 194 |
video_link: "https://www.youtube.com/watch?v=X1ew95cuiwg" |
| 195 |
}, |
| 196 |
{ |
| 197 |
name: "Section Header", |
| 198 |
slug: "section-header", |
| 199 |
categoryId: "general", |
| 200 |
demo_link: "https://www.blockspare.com/layout/section-header-demo/", |
| 201 |
icon: icons.sectionHeader, |
| 202 |
isEnabled: true, |
| 203 |
video_link: "https://www.youtube.com/watch?v=FqcaBPWKWhI" |
| 204 |
}, |
| 205 |
{ |
| 206 |
name: "Services", |
| 207 |
slug: "services", |
| 208 |
categoryId: "general", |
| 209 |
demo_link: "https://www.blockspare.com/layout/testimonial/", |
| 210 |
icon: icons.services, |
| 211 |
isEnabled: true, |
| 212 |
video_link: "https://www.youtube.com/watch?v=wxrj3KgvQcU" |
| 213 |
}, |
| 214 |
{ |
| 215 |
name: "Star Ratings", |
| 216 |
slug: "star-ratings", |
| 217 |
categoryId: "general", |
| 218 |
demo_link: "https://www.blockspare.com/layout/star-rating/", |
| 219 |
icon: icons.starrating, |
| 220 |
isEnabled: true, |
| 221 |
video_link: "https://www.youtube.com/watch?v=PRiIe0zv2Aw" |
| 222 |
}, |
| 223 |
{ |
| 224 |
name: "Testimonial", |
| 225 |
slug: "testimonial", |
| 226 |
categoryId: "general", |
| 227 |
demo_link: "https://www.blockspare.com/layout/services-demos/", |
| 228 |
icon: icons.testimonial, |
| 229 |
isEnabled: true, |
| 230 |
video_link: "https://www.youtube.com/watch?v=-Om8JFW-dWg" |
| 231 |
}, |
| 232 |
{ |
| 233 |
name: "User Profile", |
| 234 |
slug: "user-profile", |
| 235 |
categoryId: "general", |
| 236 |
demo_link: "https://www.blockspare.com/layout/user-profile-demo/", |
| 237 |
icon: icons.userprofile, |
| 238 |
isEnabled: true, |
| 239 |
video_link: "https://www.youtube.com/watch?v=qor2nIVR2w4" |
| 240 |
}, |
| 241 |
{ |
| 242 |
name: "Shape Divider", |
| 243 |
slug: "shape-divider", |
| 244 |
categoryId: "general", |
| 245 |
demo_link: "https://www.blockspare.com/layout/shape-divider-demo/", |
| 246 |
icon: icons.shapediviver, |
| 247 |
isEnabled: true, |
| 248 |
video_link: "https://www.youtube.com/watch?v=5045q0lkhVw" |
| 249 |
}, |
| 250 |
{ |
| 251 |
name: "Spacer Section", |
| 252 |
slug: "spacer-section", |
| 253 |
categoryId: "general", |
| 254 |
demo_link: "https://www.blockspare.com/layout/spacer-demo/", |
| 255 |
icon: icons.emptySpaces, |
| 256 |
isEnabled: true, |
| 257 |
video_link: "https://www.youtube.com/watch?v=83nWpif-Qfw" |
| 258 |
}, |
| 259 |
{ |
| 260 |
name: "Image Carousel", |
| 261 |
slug: "image-carousel", |
| 262 |
categoryId: "image", |
| 263 |
demo_link: "https://www.blockspare.com/layout/image-carousel-demo/", |
| 264 |
icon: icons.imagecarousel, |
| 265 |
isEnabled: true, |
| 266 |
video_link: "https://www.youtube.com/watch?v=GzxH_HQIuWU" |
| 267 |
}, |
| 268 |
{ |
| 269 |
name: "Image Masonry", |
| 270 |
slug: "image-masonry", |
| 271 |
categoryId: "image", |
| 272 |
demo_link: "https://www.blockspare.com/layout/image-masonry-demos/", |
| 273 |
icon: icons.masonry, |
| 274 |
isEnabled: true, |
| 275 |
video_link: "https://www.youtube.com/watch?v=rRPTZVnHpSA" |
| 276 |
}, |
| 277 |
{ |
| 278 |
name: "Image Slider", |
| 279 |
slug: "image-slider", |
| 280 |
categoryId: "image", |
| 281 |
demo_link: "https://www.blockspare.com/layout/image-slider-demo/", |
| 282 |
icon: icons.imageslider, |
| 283 |
isEnabled: true, |
| 284 |
video_link: "https://www.youtube.com/watch?v=9OmZcsyuudw" |
| 285 |
}, |
| 286 |
{ |
| 287 |
name: "Ticker News (Flash)", |
| 288 |
slug: "latest-post-flash", |
| 289 |
categoryId: "post", |
| 290 |
demo_link: "https://www.blockspare.com/layout/post-flash/", |
| 291 |
icon: icons.post_flash, |
| 292 |
isEnabled: true, |
| 293 |
video_link: "https://www.youtube.com/watch?v=UGuSPWDJaOs" |
| 294 |
}, |
| 295 |
{ |
| 296 |
name: "Trending Posts", |
| 297 |
slug: "trending-posts", |
| 298 |
categoryId: "post", |
| 299 |
demo_link: "https://www.blockspare.com/layout/post-trending-demo/", |
| 300 |
icon: icons.post_trending, |
| 301 |
isEnabled: true, |
| 302 |
video_link: "https://www.youtube.com/watch?v=39XkEiJogtE" |
| 303 |
}, |
| 304 |
{ |
| 305 |
name: "Hero Posts Banner 1", |
| 306 |
slug: "hero-banner-1", |
| 307 |
categoryId: "post", |
| 308 |
demo_link: "https://www.blockspare.com/layout/hero-banner-1/", |
| 309 |
icon: icons.banner_1, |
| 310 |
isEnabled: true, |
| 311 |
video_link: "https://www.youtube.com/watch?v=WsUm3oSHheY" |
| 312 |
}, |
| 313 |
{ |
| 314 |
name: "Hero Posts Banner 2", |
| 315 |
slug: "hero-banner-2", |
| 316 |
categoryId: "post", |
| 317 |
demo_link: "https://www.blockspare.com/layout/hero-banner-2/", |
| 318 |
icon: icons.banner_2, |
| 319 |
isEnabled: true, |
| 320 |
video_link: "https://www.youtube.com/watch?v=FNETY3SLnqk" |
| 321 |
}, |
| 322 |
{ |
| 323 |
name: "Hero Posts Banner 3", |
| 324 |
slug: "hero-banner-3", |
| 325 |
categoryId: "post", |
| 326 |
demo_link: "https://www.blockspare.com/layout/hero-banner-3/", |
| 327 |
icon: icons.banner_3, |
| 328 |
isEnabled: true, |
| 329 |
video_link: "https://www.youtube.com/watch?v=nZWlJvoLFfQ" |
| 330 |
}, |
| 331 |
{ |
| 332 |
name: "Hero Posts Banner 4", |
| 333 |
slug: "hero-banner-4", |
| 334 |
categoryId: "post", |
| 335 |
demo_link: "https://www.blockspare.com/layout/hero-banner-4-demo/", |
| 336 |
icon: icons.banner_4, |
| 337 |
isEnabled: true, |
| 338 |
video_link: "https://www.youtube.com/watch?v=prjdXv95mVY" |
| 339 |
}, |
| 340 |
{ |
| 341 |
name: "Hero Posts Banner 5", |
| 342 |
slug: "hero-banner-5", |
| 343 |
categoryId: "post", |
| 344 |
demo_link: "https://www.blockspare.com/layout/hero-banner-5/", |
| 345 |
icon: icons.banner_5, |
| 346 |
isEnabled: true, |
| 347 |
video_link: "https://www.youtube.com/watch?v=s3kPXJHUsYk" |
| 348 |
}, |
| 349 |
{ |
| 350 |
name: "Hero Posts Banner 6", |
| 351 |
slug: "hero-banner-6", |
| 352 |
categoryId: "post", |
| 353 |
demo_link: "https://www.blockspare.com/layout/hero-banner-6-demo/", |
| 354 |
icon: icons.banner_6, |
| 355 |
isEnabled: true, |
| 356 |
video_link: "https://www.youtube.com/watch?v=ypc1gijr7M8" |
| 357 |
}, |
| 358 |
{ |
| 359 |
name: "Hero Posts Banner 7", |
| 360 |
slug: "hero-banner-7", |
| 361 |
categoryId: "post", |
| 362 |
demo_link: "https://www.blockspare.com/layout/hero-banner-7-demo/", |
| 363 |
icon: icons.banner_7, |
| 364 |
isEnabled: true, |
| 365 |
video_link: "https://www.youtube.com/watch?v=TdHrGLk_mo4" |
| 366 |
}, |
| 367 |
{ |
| 368 |
name: "Hero Posts Banner 8", |
| 369 |
slug: "hero-banner-8", |
| 370 |
categoryId: "post", |
| 371 |
demo_link: "https://www.blockspare.com/layout/hero-banner-8-demo/", |
| 372 |
icon: icons.banner_8, |
| 373 |
isEnabled: true, |
| 374 |
video_link: "https://www.youtube.com/watch?v=B1h2J5cef64" |
| 375 |
}, |
| 376 |
{ |
| 377 |
name: "Hero Posts Banner 9", |
| 378 |
slug: "hero-banner-9", |
| 379 |
categoryId: "post", |
| 380 |
demo_link: "https://www.blockspare.com/layout/hero-banner-9/", |
| 381 |
icon: icons.banner_9, |
| 382 |
isEnabled: true, |
| 383 |
video_link: "https://www.youtube.com/watch?v=yt3OOtCwh3Q" |
| 384 |
}, |
| 385 |
{ |
| 386 |
name: "Hero Posts Banner 10", |
| 387 |
slug: "hero-banner-10", |
| 388 |
categoryId: "post", |
| 389 |
demo_link: "https://www.blockspare.com/layout/hero-banner-10-demo/", |
| 390 |
icon: icons.banner_10, |
| 391 |
isEnabled: true, |
| 392 |
video_link: "https://www.youtube.com/watch?v=f3z3UbSORTU" |
| 393 |
}, |
| 394 |
{ |
| 395 |
name: "Hero Posts Banner 11", |
| 396 |
slug: "hero-banner-11", |
| 397 |
categoryId: "post", |
| 398 |
demo_link: "https://www.blockspare.com/layout/hero-banner-11-demo/", |
| 399 |
icon: icons.banner_11, |
| 400 |
isEnabled: true, |
| 401 |
video_link: "https://www.youtube.com/watch?v=lIBWG8ClYck" |
| 402 |
}, |
| 403 |
{ |
| 404 |
name: "Hero Posts Banner 12", |
| 405 |
slug: "hero-banner-12", |
| 406 |
categoryId: "post", |
| 407 |
demo_link: "https://www.blockspare.com/layout/hero-banner-12-demo/", |
| 408 |
icon: icons.banner_12, |
| 409 |
isEnabled: true, |
| 410 |
video_link: "https://www.youtube.com/watch?v=jmuK1o6U9mQ" |
| 411 |
}, |
| 412 |
{ |
| 413 |
name: "Posts Grid", |
| 414 |
slug: "posts-grid", |
| 415 |
categoryId: "post", |
| 416 |
demo_link: "https://www.blockspare.com/layout/post-grid-demo/", |
| 417 |
icon: icons.post_grid, |
| 418 |
isEnabled: true, |
| 419 |
video_link: "https://www.youtube.com/watch?v=lw3cmYIvLYQ" |
| 420 |
}, |
| 421 |
|
| 422 |
{ |
| 423 |
name: "Posts List", |
| 424 |
slug: "posts-list", |
| 425 |
categoryId: "post", |
| 426 |
demo_link: "https://www.blockspare.com/layout/post-list-demo/", |
| 427 |
icon: icons.postlist, |
| 428 |
isEnabled: true, |
| 429 |
video_link: "https://www.youtube.com/watch?v=JFT63SzfF44" |
| 430 |
}, |
| 431 |
{ |
| 432 |
name: "Posts Tile", |
| 433 |
slug: "posts-tile", |
| 434 |
categoryId: "post", |
| 435 |
demo_link: "https://www.blockspare.com/layout/post-tile/", |
| 436 |
icon: icons.post_tile, |
| 437 |
isEnabled: true, |
| 438 |
video_link: "https://www.youtube.com/watch?v=0Y0_p4ATLJI" |
| 439 |
}, |
| 440 |
{ |
| 441 |
name: "Posts Carousel", |
| 442 |
slug: "posts-carousel", |
| 443 |
categoryId: "post", |
| 444 |
demo_link: "https://www.blockspare.com/layout/post-carousel-demo/", |
| 445 |
icon: icons.post_carousel, |
| 446 |
isEnabled: true, |
| 447 |
video_link: "https://www.youtube.com/watch?v=UYwW8sDHw6o" |
| 448 |
}, |
| 449 |
{ |
| 450 |
name: "Posts Slider", |
| 451 |
slug: "posts-slider", |
| 452 |
categoryId: "post", |
| 453 |
demo_link: "https://www.blockspare.com/layout/post-slider-demo/", |
| 454 |
icon: icons.post_slider, |
| 455 |
isEnabled: true, |
| 456 |
video_link: "https://www.youtube.com/watch?v=IkoaZrXXMPE" |
| 457 |
}, |
| 458 |
{ |
| 459 |
name: "Posts Express Grid", |
| 460 |
slug: "posts-express-grid", |
| 461 |
categoryId: "post", |
| 462 |
demo_link: "https://www.blockspare.com/layout/post-express-grid/", |
| 463 |
icon: icons.post_express_grid, |
| 464 |
isEnabled: true, |
| 465 |
video_link: "https://www.youtube.com/watch?v=56oZqQ1csm0" |
| 466 |
}, |
| 467 |
{ |
| 468 |
name: "Posts Express List", |
| 469 |
slug: "posts-express-list", |
| 470 |
categoryId: "post", |
| 471 |
demo_link: "https://www.blockspare.com/layout/post-express-list/", |
| 472 |
icon: icons.post_express_list, |
| 473 |
isEnabled: true, |
| 474 |
video_link: "https://www.youtube.com/watch?v=7DZuUBKLnUA" |
| 475 |
}, |
| 476 |
{ |
| 477 |
name: "Large Posts List", |
| 478 |
slug: "posts-large", |
| 479 |
categoryId: "post", |
| 480 |
demo_link: "https://www.blockspare.com/layout/post-large/", |
| 481 |
icon: icons.post_large, |
| 482 |
isEnabled: true, |
| 483 |
video_link: "https://www.youtube.com/watch?v=194pJcuHMQY" |
| 484 |
}, |
| 485 |
{ |
| 486 |
name: "Posts Tile Masonry", |
| 487 |
slug: "posts-tile-masonry", |
| 488 |
categoryId: "post", |
| 489 |
demo_link: "https://www.blockspare.com/layout/post-tile-masonry/", |
| 490 |
icon: icons.post_tile_masonry, |
| 491 |
isEnabled: true, |
| 492 |
video_link: "https://www.youtube.com/watch?v=52iWv-MSugE" |
| 493 |
}, |
| 494 |
{ |
| 495 |
name: "Posts Grid Masonry", |
| 496 |
slug: "posts-grid-masonry", |
| 497 |
categoryId: "post", |
| 498 |
demo_link: "https://www.blockspare.com/layout/post-grid-masonry/", |
| 499 |
icon: icons.post_grid_masonry, |
| 500 |
isEnabled: true, |
| 501 |
video_link: "https://www.youtube.com/watch?v=ZI6qD2Nz9AA" |
| 502 |
}, |
| 503 |
|
| 504 |
|
| 505 |
] |
| 506 |
} |
| 507 |
|
| 508 |
|