ecomlab-components-next 0.1.238 → 0.1.239
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Buttons/ButtonBasicV2/ButtonBasicV2.js +85 -0
- package/dist/components/Buttons/ButtonBasicV2/ButtonBasicV2.scss +55 -0
- package/dist/components/Buttons/ButtonBasicV2/ButtonBasicV2stories.js +43 -0
- package/dist/components/ConstructorComponents/ArticlesBlockV2/ArticlesBlockV2.js +153 -0
- package/dist/components/ConstructorComponents/ArticlesBlockV2/ArticlesBlockV2.module.scss +214 -0
- package/dist/components/ConstructorComponents/BlocksInfo/BlocksInfo.scss +0 -1
- package/dist/components/ConstructorComponents/BlocksInfoV2/BlocksInfoV2.js +210 -0
- package/dist/components/ConstructorComponents/BlocksInfoV2/BlocksInfoV2.scss +236 -0
- package/dist/components/ConstructorComponents/BlocksInfoV2/BlocksInfoV2.stories.js +57 -0
- package/dist/components/ConstructorComponents/BlocksInfoV2/img/develop.png +0 -0
- package/dist/components/ConstructorComponents/CardsInfo/CardsInfo.js +15 -29
- package/dist/components/ConstructorComponents/CardsServicesV2/CardsServicesV2.js +164 -0
- package/dist/components/ConstructorComponents/CardsServicesV2/CardsServicesV2.scss +333 -0
- package/dist/components/ConstructorComponents/CardsV2/CardsV2.js +51 -0
- package/dist/components/ConstructorComponents/CardsV2/CardsV2.scss +158 -0
- package/dist/components/ConstructorComponents/CardsV2/CardsV2.stories.js +16 -0
- package/dist/components/ConstructorComponents/ClientsAboutUsV2/ClientsAboutUsV2.js +83 -0
- package/dist/components/ConstructorComponents/ClientsAboutUsV2/ClientsAboutUsV2.scss +312 -0
- package/dist/components/ConstructorComponents/ClientsAboutUsV2/ClientsAboutUsV2.stories.js +25 -0
- package/dist/components/ConstructorComponents/FeaturesGridV2/FeaturesGridV2.js +102 -0
- package/dist/components/ConstructorComponents/FeaturesGridV2/FeaturesGridV2.scss +145 -0
- package/dist/components/ConstructorComponents/FeaturesGridV2/FeaturesGridV2.stories.js +36 -0
- package/dist/components/ConstructorComponents/FormV2/FormV2.js +139 -0
- package/dist/components/ConstructorComponents/FormV2/FormV2.scss +153 -0
- package/dist/components/ConstructorComponents/FormV2/FormWithBtn.stories.js +16 -0
- package/dist/components/ConstructorComponents/Header/Header.js +1 -1
- package/dist/components/ConstructorComponents/HeaderV2/HeaderV2.js +127 -0
- package/dist/components/ConstructorComponents/HeaderV2/HeaderV2.scss +227 -0
- package/dist/components/ConstructorComponents/HeaderV2/HeaderV2.stories.js +24 -0
- package/dist/components/ConstructorComponents/HeaderV2/img/Ozon.svg +20 -0
- package/dist/components/ConstructorComponents/HeaderV2/img/WB.svg +15 -0
- package/dist/components/ConstructorComponents/HeaderV2/img/Yandex Market.svg +14 -0
- package/dist/components/ConstructorComponents/MainContainer/MainContainer.js +4 -2
- package/dist/components/ConstructorComponents/MainContainer/MainContainer.scss +24 -0
- package/dist/components/ConstructorComponents/MainContainer/MainContainerV2.stories.js +199 -0
- package/dist/components/ConstructorComponents/MarqueImgsV2/MarqueImgsV2.js +48 -0
- package/dist/components/ConstructorComponents/MarqueImgsV2/MarqueImgsV2.scss +66 -0
- package/dist/components/ConstructorComponents/MarqueImgsV2/MarqueImgsV2.stories.js +16 -0
- package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_1.svg +4 -0
- package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_10.svg +9 -0
- package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_11.svg +10 -0
- package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_12.svg +11 -0
- package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_13.svg +9 -0
- package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_2.svg +10 -0
- package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_3.svg +10 -0
- package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_4.svg +28 -0
- package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_5.svg +9 -0
- package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_6.svg +26 -0
- package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_7.png +0 -0
- package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_7.svg +17 -0
- package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_8.svg +9 -0
- package/dist/components/ConstructorComponents/MarqueImgsV2/img/brand_9.svg +9 -0
- package/dist/components/ConstructorComponents/PhoneBlockV2/PhoneBlockV2.js +40 -0
- package/dist/components/ConstructorComponents/PhoneBlockV2/PhoneBlockV2.scss +302 -0
- package/dist/components/ConstructorComponents/PhoneBlockV2/PhoneBlockV2.stories.js +19 -0
- package/dist/components/ConstructorComponents/PhoneBlockV2/img/phone.png +0 -0
- package/dist/components/ConstructorComponents/PointsListV2/PointsListV2.js +45 -0
- package/dist/components/ConstructorComponents/PointsListV2/PointsListV2.scss +151 -0
- package/dist/components/ConstructorComponents/PointsListV2/PointsListV2.stories.js +43 -0
- package/dist/components/ConstructorComponents/PointsListV2/img/bx-right-arrow-alt.svg +5 -0
- package/dist/components/ConstructorComponents/QuestionsV2/QuestionsV2.js +72 -0
- package/dist/components/ConstructorComponents/QuestionsV2/QuestionsV2.scss +179 -0
- package/dist/components/ConstructorComponents/QuestionsV2/QuestionsV2.stories.js +57 -0
- package/dist/components/ConstructorComponents/QuestionsV2/img/ar_down.svg +5 -0
- package/dist/components/ConstructorComponents/QuestionsV2/img/ar_up.svg +5 -0
- package/dist/components/ConstructorComponents/ServicesSectionV2/ServicesSectionV2.js +161 -0
- package/dist/components/ConstructorComponents/ServicesSectionV2/ServicesSectionV2.scss +245 -0
- package/dist/components/ConstructorComponents/StatisticCardV2/StatisticCardV2.js +44 -0
- package/dist/components/ConstructorComponents/StatisticCardV2/StatisticCardV2.module.scss +156 -0
- package/dist/components/ConstructorComponents/StatisticCardV2/StatisticCardV2.stories.js +32 -0
- package/dist/components/ConstructorComponents/StepsV2/StepsV2.js +86 -0
- package/dist/components/ConstructorComponents/StepsV2/StepsV2.module.scss +226 -0
- package/dist/components/ConstructorComponents/StepsV2/StepsV2.stories.js +30 -0
- package/dist/components/ConstructorComponents/variables.scss +50 -0
- package/dist/components/Slider/SliderCarousel/SliderCarousel.js +4 -6
- package/dist/index.js +84 -0
- package/package.json +1 -1
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
|
|
2
|
+
@import '../variables.scss';
|
|
3
|
+
|
|
4
|
+
.phone-block2 {
|
|
5
|
+
max-width: 1280px;
|
|
6
|
+
margin: 0 auto;
|
|
7
|
+
background: #FFFFFF;
|
|
8
|
+
border-radius: 24px;
|
|
9
|
+
display: flex;
|
|
10
|
+
align-items: center;
|
|
11
|
+
justify-content: space-between;
|
|
12
|
+
overflow: hidden;
|
|
13
|
+
border: 1px solid #E5E7EB;
|
|
14
|
+
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
|
|
15
|
+
transition: transform 0.2s ease, box-shadow 0.2s ease;
|
|
16
|
+
|
|
17
|
+
* {
|
|
18
|
+
font-family: 'Manrope', 'Golos Text', sans-serif !important;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
// Отступы как в референсе (как у .how, .pricing, .reviews, .faq)
|
|
22
|
+
margin-top: 96px;
|
|
23
|
+
margin-bottom: 96px;
|
|
24
|
+
|
|
25
|
+
&:hover {
|
|
26
|
+
transform: translateY(-4px);
|
|
27
|
+
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
&__content {
|
|
31
|
+
flex: 1;
|
|
32
|
+
padding: 48px 40px 48px 48px;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
&__badge {
|
|
36
|
+
display: inline-flex;
|
|
37
|
+
align-items: center;
|
|
38
|
+
gap: 8px;
|
|
39
|
+
background: $green-light-bg;
|
|
40
|
+
color: $green;
|
|
41
|
+
padding: 6px 14px;
|
|
42
|
+
border-radius: 20px;
|
|
43
|
+
font-size: 13px;
|
|
44
|
+
font-weight: 600;
|
|
45
|
+
margin-bottom: 20px;
|
|
46
|
+
font-family: 'Manrope', sans-serif;
|
|
47
|
+
|
|
48
|
+
svg {
|
|
49
|
+
width: 16px;
|
|
50
|
+
height: 16px;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
&__title {
|
|
55
|
+
font-size: 32px;
|
|
56
|
+
font-weight: 800;
|
|
57
|
+
line-height: 1.2;
|
|
58
|
+
letter-spacing: -1px;
|
|
59
|
+
color: #1A1A2E;
|
|
60
|
+
margin-bottom: 16px;
|
|
61
|
+
font-family: 'Manrope', sans-serif;
|
|
62
|
+
|
|
63
|
+
span {
|
|
64
|
+
color: $green;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
&__description {
|
|
69
|
+
font-size: 15px;
|
|
70
|
+
line-height: 1.5;
|
|
71
|
+
color: #6B7280;
|
|
72
|
+
margin-bottom: 32px;
|
|
73
|
+
max-width: 500px;
|
|
74
|
+
font-family: 'Manrope', sans-serif;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
&__button {
|
|
78
|
+
background: $green;
|
|
79
|
+
color: #FFFFFF;
|
|
80
|
+
border: none;
|
|
81
|
+
border-radius: 10px;
|
|
82
|
+
padding: 12px 28px;
|
|
83
|
+
font-size: 15px;
|
|
84
|
+
font-weight: 600;
|
|
85
|
+
font-family: 'Manrope', sans-serif;
|
|
86
|
+
cursor: pointer;
|
|
87
|
+
transition: all 0.2s ease;
|
|
88
|
+
display: inline-flex;
|
|
89
|
+
align-items: center;
|
|
90
|
+
gap: 8px;
|
|
91
|
+
|
|
92
|
+
&:hover {
|
|
93
|
+
background: $green;
|
|
94
|
+
transform: translateY(-1px);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
&:active {
|
|
98
|
+
transform: translateY(0);
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
&__img-box {
|
|
103
|
+
flex-shrink: 0;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
&__img {
|
|
107
|
+
width: 220px;
|
|
108
|
+
height: auto;
|
|
109
|
+
display: block;
|
|
110
|
+
object-fit: contain;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
// ========== МОБИЛЬНАЯ АДАПТАЦИЯ (как в референсе) ==========
|
|
115
|
+
@media (max-width: 1024px) {
|
|
116
|
+
.phone-block2 {
|
|
117
|
+
margin-left: 32px;
|
|
118
|
+
margin-right: 32px;
|
|
119
|
+
|
|
120
|
+
&__title {
|
|
121
|
+
font-size: 28px;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
&__img {
|
|
125
|
+
width: 200px;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
&__img-box {
|
|
129
|
+
padding: 24px 40px 24px 32px;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
@media (max-width: 900px) {
|
|
135
|
+
.phone-block2 {
|
|
136
|
+
flex-direction: column;
|
|
137
|
+
margin-top: 60px;
|
|
138
|
+
margin-bottom: 60px;
|
|
139
|
+
margin-left: 24px;
|
|
140
|
+
margin-right: 24px;
|
|
141
|
+
|
|
142
|
+
&__content {
|
|
143
|
+
padding: 40px 32px 24px;
|
|
144
|
+
text-align: center;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
&__badge {
|
|
148
|
+
margin-left: auto;
|
|
149
|
+
margin-right: auto;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
&__title {
|
|
153
|
+
font-size: 28px;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
&__description {
|
|
157
|
+
font-size: 14px;
|
|
158
|
+
margin-left: auto;
|
|
159
|
+
margin-right: auto;
|
|
160
|
+
max-width: 100%;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
&__img-box {
|
|
164
|
+
margin: 0 24px 24px;
|
|
165
|
+
padding: 24px;
|
|
166
|
+
display: flex;
|
|
167
|
+
justify-content: center;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
&__img {
|
|
171
|
+
width: 180px;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
&__button {
|
|
175
|
+
display: inline-flex;
|
|
176
|
+
justify-content: center;
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
@media (max-width: 768px) {
|
|
182
|
+
.phone-block2 {
|
|
183
|
+
margin-top: 48px;
|
|
184
|
+
margin-bottom: 48px;
|
|
185
|
+
margin-left: 20px;
|
|
186
|
+
margin-right: 20px;
|
|
187
|
+
|
|
188
|
+
&__title {
|
|
189
|
+
font-size: 26px;
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
@media (max-width: 600px) {
|
|
195
|
+
.phone-block2 {
|
|
196
|
+
margin-top: 40px;
|
|
197
|
+
margin-bottom: 40px;
|
|
198
|
+
margin-left: 16px;
|
|
199
|
+
margin-right: 16px;
|
|
200
|
+
|
|
201
|
+
&__title {
|
|
202
|
+
font-size: 24px;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
&__description {
|
|
206
|
+
font-size: 13px;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
&__img-box {
|
|
210
|
+
margin: 0 20px 20px;
|
|
211
|
+
padding: 20px;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
&__img {
|
|
215
|
+
width: 160px;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
&__button {
|
|
219
|
+
padding: 10px 20px;
|
|
220
|
+
font-size: 14px;
|
|
221
|
+
width: 100%;
|
|
222
|
+
justify-content: center;
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
@media (max-width: 480px) {
|
|
228
|
+
.phone-block2 {
|
|
229
|
+
margin-top: 32px;
|
|
230
|
+
margin-bottom: 32px;
|
|
231
|
+
margin-left: 12px;
|
|
232
|
+
margin-right: 12px;
|
|
233
|
+
border-radius: 20px;
|
|
234
|
+
|
|
235
|
+
&__content {
|
|
236
|
+
padding: 28px 20px 20px;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
&__title {
|
|
240
|
+
font-size: 22px;
|
|
241
|
+
letter-spacing: -0.5px;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
&__description {
|
|
245
|
+
font-size: 13px;
|
|
246
|
+
line-height: 1.45;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
&__img-box {
|
|
250
|
+
margin: 0 16px 20px;
|
|
251
|
+
padding: 16px;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
&__img {
|
|
255
|
+
width: 140px;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
&__badge {
|
|
259
|
+
font-size: 12px;
|
|
260
|
+
padding: 4px 12px;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
&__button {
|
|
264
|
+
border-radius: 10px;
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
@media (max-width: 375px) {
|
|
270
|
+
.phone-block2 {
|
|
271
|
+
margin-top: 24px;
|
|
272
|
+
margin-bottom: 24px;
|
|
273
|
+
margin-left: 12px;
|
|
274
|
+
margin-right: 12px;
|
|
275
|
+
|
|
276
|
+
&__content {
|
|
277
|
+
padding: 24px 16px 16px;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
&__title {
|
|
281
|
+
font-size: 20px;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
&__description {
|
|
285
|
+
font-size: 12px;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
&__img-box {
|
|
289
|
+
margin: 0 12px 16px;
|
|
290
|
+
padding: 14px;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
&__img {
|
|
294
|
+
width: 120px;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
&__badge {
|
|
298
|
+
font-size: 11px;
|
|
299
|
+
padding: 3px 10px;
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = exports.PhoneBlockV2Test = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _PhoneBlockV = _interopRequireDefault(require("./PhoneBlockV2"));
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
10
|
+
var _default = exports["default"] = {
|
|
11
|
+
title: 'PhoneBlockV2',
|
|
12
|
+
component: _PhoneBlockV["default"]
|
|
13
|
+
};
|
|
14
|
+
var PhoneBlockV2Test = exports.PhoneBlockV2Test = function PhoneBlockV2Test() {
|
|
15
|
+
return /*#__PURE__*/_react["default"].createElement(_PhoneBlockV["default"], {
|
|
16
|
+
title: "\u0417\u0430\u0445\u043E\u0434\u0438\u0442\u0435 \u0432 \u043D\u0430\u0448 Telegram-\u043A\u0430\u043D\u0430\u043B, \u0442\u0430\u043C \u043C\u044B \u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u043E \u0434\u0435\u043B\u0438\u043C\u0441\u044F \u043F\u043E\u043B\u0435\u0437\u043D\u043E\u0439 \u0438\u043D\u0444\u043E\u0439 \u0438 \u043D\u0430\u0448\u0438\u043C\u0438 \u043A\u0435\u0439\u0441\u0430\u043C\u0438",
|
|
17
|
+
description: "\u0422\u0430\u043C \u0432\u044B \u043D\u0430\u0439\u0434\u0451\u0442\u0435 \u0435\u0434\u0438\u043D\u043E\u043C\u044B\u0448\u043B\u0435\u043D\u043D\u0438\u043A\u043E\u0432, \u043F\u043E\u0434\u0435\u043B\u0438\u0442\u0435\u0441\u044C \u043E\u043F\u044B\u0442\u043E\u043C \u0438 \n \u0437\u0430\u0434\u0430\u0434\u0438\u0442\u0435 \u0438\u043D\u0442\u0435\u0440\u0435\u0441\u0443\u044E\u0449\u0438\u0435 \u0432\u043E\u043F\u0440\u043E\u0441\u044B, \u043D\u0430 \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043C\u044B \u043E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u043E \u043E\u0442\u0432\u0435\u0442\u0438\u043C"
|
|
18
|
+
});
|
|
19
|
+
};
|
|
Binary file
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _image = _interopRequireDefault(require("next/image"));
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
require("./PointsListV2.scss");
|
|
10
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
11
|
+
var PointsListV2 = function PointsListV2(_ref) {
|
|
12
|
+
var title = _ref.title,
|
|
13
|
+
list = _ref.list,
|
|
14
|
+
_ref$className = _ref.className,
|
|
15
|
+
className = _ref$className === void 0 ? '' : _ref$className;
|
|
16
|
+
return /*#__PURE__*/_react["default"].createElement("section", {
|
|
17
|
+
className: "points-list-v2"
|
|
18
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
19
|
+
className: "points-list-v2__inner"
|
|
20
|
+
}, /*#__PURE__*/_react["default"].createElement("h2", {
|
|
21
|
+
className: "points-list-v2__title"
|
|
22
|
+
}, title), /*#__PURE__*/_react["default"].createElement("div", {
|
|
23
|
+
className: "points-list-v2__content"
|
|
24
|
+
}, list === null || list === void 0 ? void 0 : list.map(function (_ref2) {
|
|
25
|
+
var title = _ref2.title,
|
|
26
|
+
description = _ref2.description,
|
|
27
|
+
icon = _ref2.icon;
|
|
28
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
29
|
+
className: "points-list-v2__item ".concat(className),
|
|
30
|
+
key: title + description
|
|
31
|
+
}, icon && /*#__PURE__*/_react["default"].createElement("div", {
|
|
32
|
+
className: "points-list-v2__item-icon"
|
|
33
|
+
}, /*#__PURE__*/_react["default"].createElement(_image["default"], {
|
|
34
|
+
src: icon,
|
|
35
|
+
alt: "icon",
|
|
36
|
+
width: 44,
|
|
37
|
+
height: 44
|
|
38
|
+
})), /*#__PURE__*/_react["default"].createElement("h4", {
|
|
39
|
+
className: "points-list-v2__item-title"
|
|
40
|
+
}, title), /*#__PURE__*/_react["default"].createElement("p", {
|
|
41
|
+
className: "points-list-v2__item-text"
|
|
42
|
+
}, description));
|
|
43
|
+
}))));
|
|
44
|
+
};
|
|
45
|
+
var _default = exports["default"] = PointsListV2;
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
|
|
2
|
+
@import '../variables.scss';
|
|
3
|
+
|
|
4
|
+
$text: #1A1A2E;
|
|
5
|
+
$muted: #6B7280;
|
|
6
|
+
$border: #E5E7EB;
|
|
7
|
+
$bg: #F7F8FC;
|
|
8
|
+
$white: #FFFFFF;
|
|
9
|
+
|
|
10
|
+
.points-list-v2 {
|
|
11
|
+
font-family: 'Manrope', sans-serif;
|
|
12
|
+
background: $bg;
|
|
13
|
+
width: 100%;
|
|
14
|
+
padding: 80px 48px;
|
|
15
|
+
|
|
16
|
+
* {
|
|
17
|
+
font-family: 'Manrope', 'Golos Text', sans-serif;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
&__inner {
|
|
21
|
+
max-width: 1280px;
|
|
22
|
+
margin: 0 auto;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
&__title {
|
|
26
|
+
text-align: center;
|
|
27
|
+
font-size: 30px;
|
|
28
|
+
font-weight: 800;
|
|
29
|
+
letter-spacing: -0.5px;
|
|
30
|
+
color: $text;
|
|
31
|
+
margin: 0 0 48px 0;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
&__content {
|
|
35
|
+
display: grid;
|
|
36
|
+
grid-template-columns: repeat(3, 1fr);
|
|
37
|
+
gap: 20px;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
&__item {
|
|
41
|
+
background: $white;
|
|
42
|
+
border: 1px solid $border;
|
|
43
|
+
border-radius: 14px;
|
|
44
|
+
padding: 24px 20px 24px;
|
|
45
|
+
display: flex;
|
|
46
|
+
flex-direction: column;
|
|
47
|
+
transition: transform 0.2s ease, box-shadow 0.2s ease;
|
|
48
|
+
cursor: pointer;
|
|
49
|
+
|
|
50
|
+
&:hover {
|
|
51
|
+
transform: translateY(-4px);
|
|
52
|
+
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
&__item-icon {
|
|
57
|
+
width: 44px;
|
|
58
|
+
height: 44px;
|
|
59
|
+
background: $green-light-bg;
|
|
60
|
+
border-radius: 12px;
|
|
61
|
+
display: flex;
|
|
62
|
+
align-items: center;
|
|
63
|
+
justify-content: center;
|
|
64
|
+
margin-bottom: 16px;
|
|
65
|
+
|
|
66
|
+
img {
|
|
67
|
+
width: 24px;
|
|
68
|
+
height: 24px;
|
|
69
|
+
object-fit: contain;
|
|
70
|
+
filter: brightness(0) saturate(100%) invert(35%) sepia(91%) saturate(548%) hue-rotate(118deg) brightness(95%) contrast(96%);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
&__item-title {
|
|
75
|
+
font-size: 15px;
|
|
76
|
+
font-weight: 700;
|
|
77
|
+
color: $text;
|
|
78
|
+
margin: 0 0 6px 0;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
&__item-text {
|
|
82
|
+
font-size: 12px;
|
|
83
|
+
color: $muted;
|
|
84
|
+
line-height: 1.5;
|
|
85
|
+
margin: 0 0 16px 0;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
&__item-link {
|
|
89
|
+
color: $green;
|
|
90
|
+
font-size: 13px;
|
|
91
|
+
font-weight: 600;
|
|
92
|
+
text-decoration: none;
|
|
93
|
+
display: inline-flex;
|
|
94
|
+
align-items: center;
|
|
95
|
+
gap: 4px;
|
|
96
|
+
margin-top: auto;
|
|
97
|
+
|
|
98
|
+
&:hover {
|
|
99
|
+
gap: 6px;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// Адаптация как в референсе
|
|
104
|
+
@media (max-width: 1024px) {
|
|
105
|
+
padding: 72px 32px;
|
|
106
|
+
|
|
107
|
+
&__content {
|
|
108
|
+
gap: 16px;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
@media (max-width: 900px) {
|
|
113
|
+
&__content {
|
|
114
|
+
grid-template-columns: repeat(2, 1fr);
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
@media (max-width: 768px) {
|
|
119
|
+
padding: 60px 24px;
|
|
120
|
+
|
|
121
|
+
&__title {
|
|
122
|
+
font-size: 26px;
|
|
123
|
+
margin-bottom: 40px;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
@media (max-width: 600px) {
|
|
128
|
+
padding: 48px 20px;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
@media (max-width: 500px) {
|
|
132
|
+
padding: 48px 16px;
|
|
133
|
+
|
|
134
|
+
&__title {
|
|
135
|
+
font-size: 24px;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
&__content {
|
|
139
|
+
grid-template-columns: 1fr;
|
|
140
|
+
gap: 12px;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
@media (max-width: 375px) {
|
|
145
|
+
padding: 36px 12px;
|
|
146
|
+
|
|
147
|
+
&__title {
|
|
148
|
+
font-size: 22px;
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = exports.PointsListV2Test = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _PointsListV = _interopRequireDefault(require("./PointsListV2"));
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
10
|
+
var point_list = [{
|
|
11
|
+
title: 'Загружай свои файлы и документы',
|
|
12
|
+
description: "\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0439 \u0441\u0432\u043E\u0438 \u0444\u0430\u0439\u043B\u044B \u0438 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u044B \u043D\u0430 \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u0443 \u0432 \n \u0444\u043E\u0440\u043C\u0430\u0442\u0435 PDF, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0438, \u043F\u043E\u043B\u0438\u0442\u0438\u043A\u0443 \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438, \n \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u044F \u043F\u0440\u043E\u0434\u0443\u043A\u0442\u043E\u0432 \u0438 \u0443\u0441\u043B\u0443\u0433, \u043E\u0442\u0432\u0435\u0442\u044B \u043D\u0430 \u0432\u043E\u043F\u0440\u043E\u0441\u044B \n (FAQ), \u043F\u0440\u0435\u0437\u0435\u043D\u0442\u0430\u0446\u0438\u0438 \u0438 \u043F\u0440\u043E\u0447\u0438\u0435 \u0434\u0430\u043D\u043D\u044B\u0435."
|
|
13
|
+
}, {
|
|
14
|
+
title: 'Обработка до 90% запросов',
|
|
15
|
+
description: "\u041D\u0430 \u043E\u0441\u043D\u043E\u0432\u0435 \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u043D\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438, \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u0430 \n \u0441\u043E\u0437\u0434\u0430\u0441\u0442 \u0443\u043D\u0438\u043A\u0430\u043B\u044C\u043D\u0443\u044E \u0431\u0430\u0437\u0443 \u0434\u0430\u043D\u043D\u044B\u0445, \u043A\u043E\u0442\u043E\u0440\u0430\u044F \u043F\u043E\u043C\u043E\u0436\u0435\u0442 \n \u0441\u0434\u0435\u043B\u0430\u0442\u044C \u0442\u0432\u043E\u0435\u0433\u043E \u043B\u0438\u0447\u043D\u043E\u0433\u043E \u0431\u043E\u0442\u0430, \u0441\u043F\u043E\u0441\u043E\u0431\u043D\u043E\u0433\u043E \n \u043E\u0431\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u0442\u044C \u0434\u043E 90% \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439."
|
|
16
|
+
}, {
|
|
17
|
+
title: 'Повышаем известность магазина',
|
|
18
|
+
description: "\u041F\u043E\u0441\u043B\u0435 \u0437\u0430\u043F\u0440\u043E\u0441\u0430 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F \u0432 \u0447\u0430\u0442\u0435, \u0441\u0438\u0441\u0442\u0435\u043C\u0430 RAG \n \u043D\u0430\u0445\u043E\u0434\u0438\u0442 \u043D\u0443\u0436\u043D\u044B\u0439 \u044D\u043B\u0435\u043C\u0435\u043D\u0442 \u0432 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043D\u044B\u0445 \u0434\u0430\u043D\u043D\u044B\u0445, \u0430 \u0431\u043E\u0442 \n \u043F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u0443\u0435\u0442 \u0435\u0433\u043E \u0432 \u0447\u0438\u0442\u0430\u0431\u0435\u043B\u044C\u043D\u044B\u0439 \u0444\u043E\u0440\u043C\u0430\u0442 \u0438 \u043D\u0430\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u0442 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044E."
|
|
19
|
+
}, {
|
|
20
|
+
title: 'Создай свою базу внутри чат бота',
|
|
21
|
+
description: "\u0421\u043E\u0437\u0434\u0430\u0439\u0442\u0435 \u0431\u0430\u0437\u0443 \u0437\u043D\u0430\u043D\u0438\u0439 \u0432\u043D\u0443\u0442\u0440\u0438 \u0447\u0430\u0442 \u0431\u043E\u0442\u0430, \n \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0432 \u043D\u0430 \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u0443 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0435 \u0434\u0430\u043D\u043D\u044B\u0435 \u0432 PDF. \u041F\u043E\u0441\u043B\u0435 \n \u043E\u0431\u0440\u0430\u0449\u0435\u043D\u0438\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0430 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u0430\u0435\u0442 \u0437\u0430\u043F\u0440\u043E\u0441 \u0438 \n \u0432\u044B\u0434\u0430\u0441\u0442 \u043E\u0442\u0432\u0435\u0442 \u043D\u0430 \u043E\u0441\u043D\u043E\u0432\u0435 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043D\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438."
|
|
22
|
+
}, {
|
|
23
|
+
title: 'Время ответа от 3 до 10 секунд',
|
|
24
|
+
description: "\u0412\u0440\u0435\u043C\u044F \u043E\u0442\u0432\u0435\u0442\u0430 \u0431\u043E\u0442\u0430 \u0441\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442 \u043E\u0442 3 \u0434\u043E 10 \u0441\u0435\u043A\u0443\u043D\u0434, \n \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0441\u043F\u0435\u0446\u0438\u0444\u0438\u043A\u0438 \u0437\u0430\u043F\u0440\u043E\u0441\u0430 \u0438 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043D\u044B\u0445 \u0434\u0430\u043D\u043D\u044B\u0445."
|
|
25
|
+
}
|
|
26
|
+
// {
|
|
27
|
+
// title: 'Улучшаем ранжирование товаров',
|
|
28
|
+
// description: `Сформируем дополнительные рекламные
|
|
29
|
+
// ставки, за счёт которых твои товары окажутся
|
|
30
|
+
// выше в поисковой выдаче и попадут на специальные рекламные позиции.`,
|
|
31
|
+
// },
|
|
32
|
+
];
|
|
33
|
+
var _default = exports["default"] = {
|
|
34
|
+
title: 'PointsListV2',
|
|
35
|
+
component: _PointsListV["default"]
|
|
36
|
+
};
|
|
37
|
+
var PointsListV2Test = exports.PointsListV2Test = function PointsListV2Test() {
|
|
38
|
+
return /*#__PURE__*/_react["default"].createElement(_PointsListV["default"], {
|
|
39
|
+
list: point_list,
|
|
40
|
+
title: 'Возможности нашего сервиса',
|
|
41
|
+
className: 'max-items-3'
|
|
42
|
+
});
|
|
43
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="bx-right-arrow-alt.svg">
|
|
3
|
+
<path id="Vector" d="M15.0573 23.9561L16.9427 25.8414L25.8853 16.8987L16.9427 7.95605L15.0573 9.84139L20.7813 15.5654H8V18.2321H20.7813L15.0573 23.9561Z" fill="#2D42FF"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
'use client';
|
|
3
|
+
|
|
4
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
10
|
+
require("./QuestionsV2.scss");
|
|
11
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
12
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
|
|
13
|
+
function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
|
|
14
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
15
|
+
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
16
|
+
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
17
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
18
|
+
function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
|
|
19
|
+
var QuestionsV2 = function QuestionsV2(_ref) {
|
|
20
|
+
var title = _ref.title,
|
|
21
|
+
_ref$list = _ref.list,
|
|
22
|
+
list = _ref$list === void 0 ? [] : _ref$list;
|
|
23
|
+
var _useState = (0, _react.useState)(new Set()),
|
|
24
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
25
|
+
currentDrop = _useState2[0],
|
|
26
|
+
setCurrentDrop = _useState2[1];
|
|
27
|
+
var toggleItem = function toggleItem(question) {
|
|
28
|
+
var newState = new Set(currentDrop);
|
|
29
|
+
if (newState.has(question)) {
|
|
30
|
+
newState["delete"](question);
|
|
31
|
+
} else {
|
|
32
|
+
newState.add(question);
|
|
33
|
+
}
|
|
34
|
+
setCurrentDrop(newState);
|
|
35
|
+
};
|
|
36
|
+
return /*#__PURE__*/_react["default"].createElement("section", {
|
|
37
|
+
className: "questions-section",
|
|
38
|
+
itemScope: true,
|
|
39
|
+
itemType: "https://schema.org/FAQPage"
|
|
40
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
41
|
+
className: "questions-section__inner"
|
|
42
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
43
|
+
className: "questions-section__header"
|
|
44
|
+
}, /*#__PURE__*/_react["default"].createElement("h2", {
|
|
45
|
+
className: "questions-section__title"
|
|
46
|
+
}, title || 'Часто задаваемые вопросы'), /*#__PURE__*/_react["default"].createElement("p", {
|
|
47
|
+
className: "questions-section__subtitle"
|
|
48
|
+
}, "\u041E\u0442\u0432\u0435\u0442\u044B \u043D\u0430 \u0441\u0430\u043C\u044B\u0435 \u043F\u043E\u043F\u0443\u043B\u044F\u0440\u043D\u044B\u0435 \u0432\u043E\u043F\u0440\u043E\u0441\u044B \u043E \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u0435")), /*#__PURE__*/_react["default"].createElement("div", {
|
|
49
|
+
className: "questions-section__list"
|
|
50
|
+
}, list === null || list === void 0 ? void 0 : list.map(function (_ref2, index) {
|
|
51
|
+
var questions = _ref2.questions,
|
|
52
|
+
response = _ref2.response;
|
|
53
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
54
|
+
key: questions + index,
|
|
55
|
+
className: "questions-section__item ".concat(currentDrop.has(questions) ? 'open' : '')
|
|
56
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
57
|
+
className: "questions-section__question",
|
|
58
|
+
onClick: function onClick() {
|
|
59
|
+
return toggleItem(questions);
|
|
60
|
+
}
|
|
61
|
+
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
62
|
+
className: "questions-section__question-text"
|
|
63
|
+
}, questions), /*#__PURE__*/_react["default"].createElement("span", {
|
|
64
|
+
className: "questions-section__icon"
|
|
65
|
+
}, "+")), /*#__PURE__*/_react["default"].createElement("div", {
|
|
66
|
+
className: "questions-section__answer"
|
|
67
|
+
}, /*#__PURE__*/_react["default"].createElement("p", {
|
|
68
|
+
className: "questions-section__answer-text"
|
|
69
|
+
}, response)));
|
|
70
|
+
}))));
|
|
71
|
+
};
|
|
72
|
+
var _default = exports["default"] = QuestionsV2;
|