From 76cbd44b21db3313e5a22008d65804331071bfda Mon Sep 17 00:00:00 2001 From: FEARmeR Date: Wed, 17 May 2023 19:32:23 +0100 Subject: [PATCH] 111 --- .../Sections/Data/designBlocksData.js | 217 +++++++++--------- 1 file changed, 112 insertions(+), 105 deletions(-) diff --git a/src/views/Presentation/Sections/Data/designBlocksData.js b/src/views/Presentation/Sections/Data/designBlocksData.js index b4f3eb6..393ea1c 100644 --- a/src/views/Presentation/Sections/Data/designBlocksData.js +++ b/src/views/Presentation/Sections/Data/designBlocksData.js @@ -70,116 +70,123 @@ export default [ description: "Проекты наших пользователей", items: [ + { + image: `${imagesPrefix}/headers.jpg`, + title: "Проект", + subtitle: "Nope", + route: "page-headers", + pro: false + }, ], }, - // { - // heading: "Design Blocks", - // description: - // "A selection of 45 page sections that fit perfectly in any combination", - // items: [ - // { - // image: `${imagesPrefix}/headers.jpg`, - // title: "Page Headers", - // subtitle: "10 Examples", - // route: "page-headers", - // pro: false - // }, - // { - // image: imgFeatures, - // title: "Features", - // subtitle: "14 Examples", - // route: "page-features", - // pro: false - // }, - // { - // image: imgPricing, - // title: "Pricing", - // subtitle: "8 Examples", - // route: "presentation", - // pro: true - // }, - // { - // image: `${imagesPrefix}/faq.jpg`, - // title: "FAQ", - // subtitle: "1 Example", - // route: "presentation", - // pro: true - // }, - // { - // image: imgBlogPosts, - // title: "Blog Posts", - // subtitle: "11 Examples", - // route: "presentation", - // pro: true - // }, - // { - // image: imgTestimonials, - // title: "Testimonials", - // subtitle: "11 Examples", - // route: "presentation", - // pro: true - // }, - // { - // image: imgTeam, - // title: "Teams", - // subtitle: "6 Examples", - // route: "presentation", - // pro: true - // }, - // { - // image: imgStat, - // title: "Stats", - // subtitle: "3 Examples", - // route: "presentation", - // pro: true - // }, - // { - // image: `${imagesPrefix}/call-to-action.jpg`, - // title: "Call to Actions", - // subtitle: "8 Examples", - // route: "presentation", - // pro: true - // }, - // { - // image: `${imagesPrefix}/projects.jpg`, - // title: "Applications", - // subtitle: "6 Examples", - // route: "presentation", - // pro: true - // }, - // { - // image: `${imagesPrefix}/logo-area.jpg`, - // title: "Logo Areas", - // subtitle: "4 Examples", - // route: "presentation", - // pro: true - // }, - // { - // image: `${imagesPrefix}/footers.jpg`, - // title: "Footers", - // subtitle: "10 Examples", - // route: "presentation", - // pro: true - // }, - // { - // image: `${imagesPrefix}/general-cards.jpg`, - // title: "General Cards", - // subtitle: "9 Examples", - // route: "presentation", - // pro: true - // }, - // { - // image: imgContent, - // title: "Content Sections", - // subtitle: "8 Examples", - // route: "presentation", - // pro: true - // } - // ] - // }, + { + heading: "Design Blocks", + description: + "A selection of 45 page sections that fit perfectly in any combination", + items: [ + { + image: `${imagesPrefix}/headers.jpg`, + title: "Page Headers", + subtitle: "10 Examples", + route: "page-headers", + pro: false + }, + { + image: imgFeatures, + title: "Features", + subtitle: "14 Examples", + route: "page-features", + pro: false + }, + { + image: imgPricing, + title: "Pricing", + subtitle: "8 Examples", + route: "presentation", + pro: true + }, + { + image: `${imagesPrefix}/faq.jpg`, + title: "FAQ", + subtitle: "1 Example", + route: "presentation", + pro: true + }, + { + image: imgBlogPosts, + title: "Blog Posts", + subtitle: "11 Examples", + route: "presentation", + pro: true + }, + { + image: imgTestimonials, + title: "Testimonials", + subtitle: "11 Examples", + route: "presentation", + pro: true + }, + { + image: imgTeam, + title: "Teams", + subtitle: "6 Examples", + route: "presentation", + pro: true + }, + { + image: imgStat, + title: "Stats", + subtitle: "3 Examples", + route: "presentation", + pro: true + }, + { + image: `${imagesPrefix}/call-to-action.jpg`, + title: "Call to Actions", + subtitle: "8 Examples", + route: "presentation", + pro: true + }, + { + image: `${imagesPrefix}/projects.jpg`, + title: "Applications", + subtitle: "6 Examples", + route: "presentation", + pro: true + }, + { + image: `${imagesPrefix}/logo-area.jpg`, + title: "Logo Areas", + subtitle: "4 Examples", + route: "presentation", + pro: true + }, + { + image: `${imagesPrefix}/footers.jpg`, + title: "Footers", + subtitle: "10 Examples", + route: "presentation", + pro: true + }, + { + image: `${imagesPrefix}/general-cards.jpg`, + title: "General Cards", + subtitle: "9 Examples", + route: "presentation", + pro: true + }, + { + image: imgContent, + title: "Content Sections", + subtitle: "8 Examples", + route: "presentation", + pro: true + } + ] + }, { heading: "Navigation", description: "30+ components that will help go through the pages",