@levo-so/blocks 0.1.2 → 0.1.52
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/package.json +2 -2
- package/src/blocks/about-us/about-us-1.schema.ts +26 -12
- package/src/blocks/about-us/about-us-2.schema.ts +269 -0
- package/src/blocks/about-us/about-us-2.tsx +47 -0
- package/src/blocks/blogs/blog-listing-1.schema.ts +64 -10
- package/src/blocks/blogs/blog-listing-1.tsx +79 -56
- package/src/blocks/blogs/blog-listing-2.schema.ts +3141 -31
- package/src/blocks/blogs/blog-listing-2.tsx +16 -11
- package/src/blocks/blogs/blog-listing-3.schema.ts +2476 -0
- package/src/blocks/blogs/blog-listing-3.tsx +84 -0
- package/src/blocks/blogs/blog-post-1.schema.ts +17 -9
- package/src/blocks/blogs/blog-post-2.schema.ts +13 -56
- package/src/blocks/blogs/blog-post-3.schema.ts +284 -0
- package/src/blocks/blogs/blog-post-3.tsx +58 -0
- package/src/blocks/cards/cards-10.schema.ts +579 -0
- package/src/blocks/cards/cards-10.tsx +2 -0
- package/src/blocks/cards/cards-11.schema.ts +514 -36
- package/src/blocks/cards/cards-13.schema.ts +615 -0
- package/src/blocks/cards/cards-13.tsx +67 -0
- package/src/blocks/cards/cards-2.schema.ts +14 -17
- package/src/blocks/cards/cards-3.schema.ts +15 -25
- package/src/blocks/cards/cards-4.schema.ts +22 -44
- package/src/blocks/cards/cards-4.tsx +39 -39
- package/src/blocks/cards/cards-5.schema.ts +15 -34
- package/src/blocks/cards/cards-6.schema.ts +1500 -0
- package/src/blocks/cards/cards-6.tsx +11 -7
- package/src/blocks/cards/cards-7.schema.ts +1772 -27
- package/src/blocks/cards/cards-7.tsx +32 -0
- package/src/blocks/cards/cards-8.schema.ts +9 -9
- package/src/blocks/contact-us/contact-us-1.schema.ts +13 -6
- package/src/blocks/contact-us/contact-us-2.schema.ts +43 -43
- package/src/blocks/content/content-1.schema.ts +45 -67
- package/src/blocks/content/content-2.schema.ts +14 -11
- package/src/blocks/content/content-3.schema.ts +17 -115
- package/src/blocks/content/content-3.tsx +1 -0
- package/src/blocks/content/content-5.tsx +1 -0
- package/src/blocks/content/content-6.tsx +1 -0
- package/src/blocks/content/content-7.schema.ts +723 -0
- package/src/blocks/content/content-7.tsx +53 -0
- package/src/blocks/cta/cta-1.schema.ts +18 -26
- package/src/blocks/cta/cta-3.schema.ts +60 -0
- package/src/blocks/event/event-details.schema.ts +30 -35
- package/src/blocks/event/event-details.tsx +74 -79
- package/src/blocks/event/event-listing-2.schema.ts +85 -26
- package/src/blocks/event/event-listing-2.tsx +76 -52
- package/src/blocks/event/event-listing-3.schema.ts +58 -42
- package/src/blocks/event/event-listing-3.tsx +4 -9
- package/src/blocks/event/event-listing-4.schema.ts +3528 -0
- package/src/blocks/event/event-listing-4.tsx +97 -0
- package/src/blocks/event/event-listing.schema.ts +81 -86
- package/src/blocks/event/event-listing.tsx +1 -3
- package/src/blocks/faq/faq-1.schema.ts +13 -10
- package/src/blocks/faq/faq-2.schema.ts +12 -10
- package/src/blocks/features/features-1/variants/default.ts +12 -3
- package/src/blocks/features/features-2.schema.ts +192 -59
- package/src/blocks/features/features-3.schema.ts +11 -25
- package/src/blocks/features/features-4.schema.ts +20 -35
- package/src/blocks/features/features-5.schema.ts +18 -37
- package/src/blocks/footer/footer-1.schema.ts +28 -5
- package/src/blocks/footer/footer-2.schema.ts +18 -3
- package/src/blocks/footer/footer-3.schema.ts +85 -160
- package/src/blocks/footer/footer-3.tsx +1 -2
- package/src/blocks/footer/footer-4.schema.ts +10 -5
- package/src/blocks/footer/footer-4.tsx +1 -1
- package/src/blocks/footer/footer-5.schema.ts +10 -0
- package/src/blocks/footer/footer-5.tsx +11 -3
- package/src/blocks/footer/footer-6.schema.ts +730 -0
- package/src/blocks/footer/footer-6.tsx +100 -0
- package/src/blocks/hero/hero-1.schema.ts +165 -185
- package/src/blocks/hero/hero-10.schema.ts +175 -0
- package/src/blocks/hero/hero-10.tsx +35 -0
- package/src/blocks/hero/hero-2.schema.ts +60 -104
- package/src/blocks/hero/hero-2.tsx +11 -3
- package/src/blocks/hero/hero-3.schema.ts +68 -64
- package/src/blocks/hero/hero-4.schema.ts +148 -48
- package/src/blocks/hero/hero-5.schema.ts +29 -23
- package/src/blocks/hero/hero-6.schema.ts +28 -66
- package/src/blocks/hero/hero-7.schema.ts +34 -37
- package/src/blocks/hero/hero-8.schema.ts +5 -1
- package/src/blocks/index.ts +11 -0
- package/src/blocks/logos/logos-1.schema.ts +10 -4
- package/src/blocks/navbar/navbar-1.schema.ts +3 -5
- package/src/blocks/navbar/navbar-1.tsx +5 -19
- package/src/blocks/navbar/navbar-2.schema.ts +2 -4
- package/src/blocks/navbar/navbar-2.tsx +4 -18
- package/src/blocks/navbar/navbar-3.schema.ts +6834 -0
- package/src/blocks/navbar/navbar-3.tsx +551 -0
- package/src/blocks/pricing/pricing-1.schema.ts +23 -37
- package/src/blocks/products/products-listing-1.schema.ts +73 -76
- package/src/blocks/profile/profile-1.schema.ts +399 -0
- package/src/blocks/profile/profile-1.tsx +64 -0
- package/src/blocks/stats/stats-1.schema.ts +34 -3
- package/src/blocks/stats/variants/default.ts +0 -1
- package/src/blocks/stats/variants/hero.ts +2 -13
- package/src/blocks/team/team-1.schema.ts +50 -22
- package/src/blocks/team/team-1.tsx +9 -3
- package/src/blocks/team/team-2.schema.ts +96 -167
- package/src/blocks/team/team-3.schema.ts +32 -49
- package/src/blocks/team/team-4.schema.ts +551 -0
- package/src/blocks/team/team-4.tsx +59 -0
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +10 -20
- package/src/blocks/testimonial/testimonial-1.schema.ts +14 -8
- package/src/blocks/testimonial/testimonial-2.schema.ts +2 -2
- package/src/blocks/testimonial/testimonial-3.schema.ts +12 -18
- package/src/blocks/testimonial/testimonial-4.schema.ts +131 -126
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +510 -0
- package/src/blocks/testimonial/testimonial-5/variants/index.ts +4 -0
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +887 -0
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +923 -0
- package/src/blocks/testimonial/testimonial-5.schema.ts +62 -246
- package/src/blocks/testimonial/testimonial-5.tsx +32 -8
- package/src/blocks/testimonial/testimonial-6.schema.ts +986 -23
- package/src/blocks/testimonial/testimonial-6.tsx +107 -57
- package/src/schemas/blocks.ts +22 -0
- package/src/schemas/categories.ts +6 -0
|
@@ -0,0 +1,923 @@
|
|
|
1
|
+
import type { IBlockLayouts } from "@levo-so/studio";
|
|
2
|
+
|
|
3
|
+
const TESTIMONIAL_WITH_RATINGS_CONTENT = {
|
|
4
|
+
layout: null,
|
|
5
|
+
container: null,
|
|
6
|
+
header: null,
|
|
7
|
+
textWrapper: null,
|
|
8
|
+
title: "What Our Clients Say",
|
|
9
|
+
description:
|
|
10
|
+
"Hear from industry leaders about their experience with our innovative supply chain solutions.",
|
|
11
|
+
testimonials: [
|
|
12
|
+
{
|
|
13
|
+
card: null,
|
|
14
|
+
stars_wrapper: null,
|
|
15
|
+
stars: [
|
|
16
|
+
{
|
|
17
|
+
star: {
|
|
18
|
+
kind: "icon",
|
|
19
|
+
data: {
|
|
20
|
+
id: "star",
|
|
21
|
+
label: "Star",
|
|
22
|
+
tags: ["custom", "directional", "star", "support-like-question"],
|
|
23
|
+
svgCode:
|
|
24
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
star: {
|
|
30
|
+
kind: "icon",
|
|
31
|
+
data: {
|
|
32
|
+
id: "star",
|
|
33
|
+
label: "Star",
|
|
34
|
+
tags: ["custom", "directional", "star", "support-like-question"],
|
|
35
|
+
svgCode:
|
|
36
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
37
|
+
},
|
|
38
|
+
},
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
star: {
|
|
42
|
+
kind: "icon",
|
|
43
|
+
data: {
|
|
44
|
+
id: "star",
|
|
45
|
+
label: "Star",
|
|
46
|
+
tags: ["custom", "directional", "star", "support-like-question"],
|
|
47
|
+
svgCode:
|
|
48
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
49
|
+
},
|
|
50
|
+
},
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
star: {
|
|
54
|
+
kind: "icon",
|
|
55
|
+
data: {
|
|
56
|
+
id: "star",
|
|
57
|
+
label: "Star",
|
|
58
|
+
tags: ["custom", "directional", "star", "support-like-question"],
|
|
59
|
+
svgCode:
|
|
60
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
61
|
+
},
|
|
62
|
+
},
|
|
63
|
+
},
|
|
64
|
+
],
|
|
65
|
+
quote:
|
|
66
|
+
"I never thought healthy eating could be this simple. The plan was easy to follow and showed results within weeks.",
|
|
67
|
+
profileSection: null,
|
|
68
|
+
avatar: {
|
|
69
|
+
kind: "icon",
|
|
70
|
+
data: {
|
|
71
|
+
id: "user",
|
|
72
|
+
label: "User",
|
|
73
|
+
tags: ["custom", "user", "users"],
|
|
74
|
+
svgCode:
|
|
75
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 12.75C8.83 12.75 6.25 10.17 6.25 7C6.25 3.83 8.83 1.25 12 1.25C15.17 1.25 17.75 3.83 17.75 7C17.75 10.17 15.17 12.75 12 12.75ZM12 2.75C9.66 2.75 7.75 4.66 7.75 7C7.75 9.34 9.66 11.25 12 11.25C14.34 11.25 16.25 9.34 16.25 7C16.25 4.66 14.34 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M20.5901 22.75C20.1801 22.75 19.8401 22.41 19.8401 22C19.8401 18.55 16.3202 15.75 12.0002 15.75C7.68015 15.75 4.16016 18.55 4.16016 22C4.16016 22.41 3.82016 22.75 3.41016 22.75C3.00016 22.75 2.66016 22.41 2.66016 22C2.66016 17.73 6.85015 14.25 12.0002 14.25C17.1502 14.25 21.3401 17.73 21.3401 22C21.3401 22.41 21.0001 22.75 20.5901 22.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
76
|
+
},
|
|
77
|
+
},
|
|
78
|
+
clientInfo: null,
|
|
79
|
+
name: "John Smith",
|
|
80
|
+
position: "Freelance Designer",
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
card: null,
|
|
84
|
+
stars_wrapper: null,
|
|
85
|
+
stars: [
|
|
86
|
+
{
|
|
87
|
+
star: {
|
|
88
|
+
kind: "icon",
|
|
89
|
+
data: {
|
|
90
|
+
id: "star",
|
|
91
|
+
label: "Star",
|
|
92
|
+
tags: ["custom", "directional", "star", "support-like-question"],
|
|
93
|
+
svgCode:
|
|
94
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
95
|
+
},
|
|
96
|
+
},
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
star: {
|
|
100
|
+
kind: "icon",
|
|
101
|
+
data: {
|
|
102
|
+
id: "star",
|
|
103
|
+
label: "Star",
|
|
104
|
+
tags: ["custom", "directional", "star", "support-like-question"],
|
|
105
|
+
svgCode:
|
|
106
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
107
|
+
},
|
|
108
|
+
},
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
star: {
|
|
112
|
+
kind: "icon",
|
|
113
|
+
data: {
|
|
114
|
+
id: "star",
|
|
115
|
+
label: "Star",
|
|
116
|
+
tags: ["custom", "directional", "star", "support-like-question"],
|
|
117
|
+
svgCode:
|
|
118
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
119
|
+
},
|
|
120
|
+
},
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
star: {
|
|
124
|
+
kind: "icon",
|
|
125
|
+
data: {
|
|
126
|
+
id: "star",
|
|
127
|
+
label: "Star",
|
|
128
|
+
tags: ["custom", "directional", "star", "support-like-question"],
|
|
129
|
+
svgCode:
|
|
130
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
131
|
+
},
|
|
132
|
+
},
|
|
133
|
+
},
|
|
134
|
+
],
|
|
135
|
+
quote:
|
|
136
|
+
"I never thought healthy eating could be this simple. The plan was easy to follow and showed results within weeks.",
|
|
137
|
+
profileSection: null,
|
|
138
|
+
avatar: {
|
|
139
|
+
kind: "icon",
|
|
140
|
+
data: {
|
|
141
|
+
id: "user",
|
|
142
|
+
label: "User",
|
|
143
|
+
tags: ["custom", "user", "users"],
|
|
144
|
+
svgCode:
|
|
145
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 12.75C8.83 12.75 6.25 10.17 6.25 7C6.25 3.83 8.83 1.25 12 1.25C15.17 1.25 17.75 3.83 17.75 7C17.75 10.17 15.17 12.75 12 12.75ZM12 2.75C9.66 2.75 7.75 4.66 7.75 7C7.75 9.34 9.66 11.25 12 11.25C14.34 11.25 16.25 9.34 16.25 7C16.25 4.66 14.34 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M20.5901 22.75C20.1801 22.75 19.8401 22.41 19.8401 22C19.8401 18.55 16.3202 15.75 12.0002 15.75C7.68015 15.75 4.16016 18.55 4.16016 22C4.16016 22.41 3.82016 22.75 3.41016 22.75C3.00016 22.75 2.66016 22.41 2.66016 22C2.66016 17.73 6.85015 14.25 12.0002 14.25C17.1502 14.25 21.3401 17.73 21.3401 22C21.3401 22.41 21.0001 22.75 20.5901 22.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
146
|
+
},
|
|
147
|
+
},
|
|
148
|
+
clientInfo: null,
|
|
149
|
+
name: "John Smith",
|
|
150
|
+
position: "Freelance Designer",
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
card: null,
|
|
154
|
+
stars_wrapper: null,
|
|
155
|
+
stars: [
|
|
156
|
+
{
|
|
157
|
+
star: {
|
|
158
|
+
kind: "icon",
|
|
159
|
+
data: {
|
|
160
|
+
id: "star",
|
|
161
|
+
label: "Star",
|
|
162
|
+
tags: ["custom", "directional", "star", "support-like-question"],
|
|
163
|
+
svgCode:
|
|
164
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
165
|
+
},
|
|
166
|
+
},
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
star: {
|
|
170
|
+
kind: "icon",
|
|
171
|
+
data: {
|
|
172
|
+
id: "star",
|
|
173
|
+
label: "Star",
|
|
174
|
+
tags: ["custom", "directional", "star", "support-like-question"],
|
|
175
|
+
svgCode:
|
|
176
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
177
|
+
},
|
|
178
|
+
},
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
star: {
|
|
182
|
+
kind: "icon",
|
|
183
|
+
data: {
|
|
184
|
+
id: "star",
|
|
185
|
+
label: "Star",
|
|
186
|
+
tags: ["custom", "directional", "star", "support-like-question"],
|
|
187
|
+
svgCode:
|
|
188
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
189
|
+
},
|
|
190
|
+
},
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
star: {
|
|
194
|
+
kind: "icon",
|
|
195
|
+
data: {
|
|
196
|
+
id: "star",
|
|
197
|
+
label: "Star",
|
|
198
|
+
tags: ["custom", "directional", "star", "support-like-question"],
|
|
199
|
+
svgCode:
|
|
200
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
201
|
+
},
|
|
202
|
+
},
|
|
203
|
+
},
|
|
204
|
+
],
|
|
205
|
+
quote:
|
|
206
|
+
"I never thought healthy eating could be this simple. The plan was easy to follow and showed results within weeks.",
|
|
207
|
+
profileSection: null,
|
|
208
|
+
avatar: {
|
|
209
|
+
kind: "icon",
|
|
210
|
+
data: {
|
|
211
|
+
id: "user",
|
|
212
|
+
label: "User",
|
|
213
|
+
tags: ["custom", "user", "users"],
|
|
214
|
+
svgCode:
|
|
215
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 12.75C8.83 12.75 6.25 10.17 6.25 7C6.25 3.83 8.83 1.25 12 1.25C15.17 1.25 17.75 3.83 17.75 7C17.75 10.17 15.17 12.75 12 12.75ZM12 2.75C9.66 2.75 7.75 4.66 7.75 7C7.75 9.34 9.66 11.25 12 11.25C14.34 11.25 16.25 9.34 16.25 7C16.25 4.66 14.34 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M20.5901 22.75C20.1801 22.75 19.8401 22.41 19.8401 22C19.8401 18.55 16.3202 15.75 12.0002 15.75C7.68015 15.75 4.16016 18.55 4.16016 22C4.16016 22.41 3.82016 22.75 3.41016 22.75C3.00016 22.75 2.66016 22.41 2.66016 22C2.66016 17.73 6.85015 14.25 12.0002 14.25C17.1502 14.25 21.3401 17.73 21.3401 22C21.3401 22.41 21.0001 22.75 20.5901 22.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
216
|
+
},
|
|
217
|
+
},
|
|
218
|
+
clientInfo: null,
|
|
219
|
+
name: "John Smith",
|
|
220
|
+
position: "Freelance Designer",
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
card: null,
|
|
224
|
+
stars_wrapper: null,
|
|
225
|
+
stars: [
|
|
226
|
+
{
|
|
227
|
+
star: {
|
|
228
|
+
kind: "icon",
|
|
229
|
+
data: {
|
|
230
|
+
id: "star",
|
|
231
|
+
label: "Star",
|
|
232
|
+
tags: ["custom", "directional", "star", "support-like-question"],
|
|
233
|
+
svgCode:
|
|
234
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
235
|
+
},
|
|
236
|
+
},
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
star: {
|
|
240
|
+
kind: "icon",
|
|
241
|
+
data: {
|
|
242
|
+
id: "star",
|
|
243
|
+
label: "Star",
|
|
244
|
+
tags: ["custom", "directional", "star", "support-like-question"],
|
|
245
|
+
svgCode:
|
|
246
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
247
|
+
},
|
|
248
|
+
},
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
star: {
|
|
252
|
+
kind: "icon",
|
|
253
|
+
data: {
|
|
254
|
+
id: "star",
|
|
255
|
+
label: "Star",
|
|
256
|
+
tags: ["custom", "directional", "star", "support-like-question"],
|
|
257
|
+
svgCode:
|
|
258
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
259
|
+
},
|
|
260
|
+
},
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
star: {
|
|
264
|
+
kind: "icon",
|
|
265
|
+
data: {
|
|
266
|
+
id: "star",
|
|
267
|
+
label: "Star",
|
|
268
|
+
tags: ["custom", "directional", "star", "support-like-question"],
|
|
269
|
+
svgCode:
|
|
270
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
271
|
+
},
|
|
272
|
+
},
|
|
273
|
+
},
|
|
274
|
+
],
|
|
275
|
+
quote:
|
|
276
|
+
"I never thought healthy eating could be this simple. The plan was easy to follow and showed results within weeks.",
|
|
277
|
+
profileSection: null,
|
|
278
|
+
avatar: {
|
|
279
|
+
kind: "icon",
|
|
280
|
+
data: {
|
|
281
|
+
id: "user",
|
|
282
|
+
label: "User",
|
|
283
|
+
tags: ["custom", "user", "users"],
|
|
284
|
+
svgCode:
|
|
285
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 12.75C8.83 12.75 6.25 10.17 6.25 7C6.25 3.83 8.83 1.25 12 1.25C15.17 1.25 17.75 3.83 17.75 7C17.75 10.17 15.17 12.75 12 12.75ZM12 2.75C9.66 2.75 7.75 4.66 7.75 7C7.75 9.34 9.66 11.25 12 11.25C14.34 11.25 16.25 9.34 16.25 7C16.25 4.66 14.34 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M20.5901 22.75C20.1801 22.75 19.8401 22.41 19.8401 22C19.8401 18.55 16.3202 15.75 12.0002 15.75C7.68015 15.75 4.16016 18.55 4.16016 22C4.16016 22.41 3.82016 22.75 3.41016 22.75C3.00016 22.75 2.66016 22.41 2.66016 22C2.66016 17.73 6.85015 14.25 12.0002 14.25C17.1502 14.25 21.3401 17.73 21.3401 22C21.3401 22.41 21.0001 22.75 20.5901 22.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
286
|
+
},
|
|
287
|
+
},
|
|
288
|
+
clientInfo: null,
|
|
289
|
+
name: "John Smith",
|
|
290
|
+
position: "Freelance Designer",
|
|
291
|
+
},
|
|
292
|
+
],
|
|
293
|
+
"carousel-navigation-container": null,
|
|
294
|
+
"carousel-navigation": null,
|
|
295
|
+
"carousel-navigation-pill": null,
|
|
296
|
+
};
|
|
297
|
+
|
|
298
|
+
export const testimonialWithRatings: IBlockLayouts = {
|
|
299
|
+
key: "reversed",
|
|
300
|
+
title: "Reversed Layout with Stars",
|
|
301
|
+
styles: {
|
|
302
|
+
layout: {
|
|
303
|
+
width: "100%",
|
|
304
|
+
"padding-top": "8xl",
|
|
305
|
+
"padding-bottom": "8xl",
|
|
306
|
+
"padding-right": "6xl",
|
|
307
|
+
"padding-left": "6xl",
|
|
308
|
+
"media:max:768px": {
|
|
309
|
+
"padding-top": "4xl",
|
|
310
|
+
"padding-bottom": "4xl",
|
|
311
|
+
"padding-right": "4xl",
|
|
312
|
+
"padding-left": "4xl",
|
|
313
|
+
},
|
|
314
|
+
"media:max:480px": {
|
|
315
|
+
"padding-top": "2xl",
|
|
316
|
+
"padding-bottom": "2xl",
|
|
317
|
+
"padding-right": "xl",
|
|
318
|
+
"padding-left": "xl",
|
|
319
|
+
},
|
|
320
|
+
},
|
|
321
|
+
container: {
|
|
322
|
+
width: "100%",
|
|
323
|
+
display: "flex",
|
|
324
|
+
"flex-direction": "column",
|
|
325
|
+
"row-gap": "6xl",
|
|
326
|
+
"media:max:768px": {
|
|
327
|
+
"row-gap": "3xl",
|
|
328
|
+
},
|
|
329
|
+
"media:max:480px": {
|
|
330
|
+
"row-gap": "3xl",
|
|
331
|
+
},
|
|
332
|
+
},
|
|
333
|
+
header: {
|
|
334
|
+
display: "flex",
|
|
335
|
+
"justify-content": "center",
|
|
336
|
+
"margin-bottom": "2xl",
|
|
337
|
+
tablet: {
|
|
338
|
+
"margin-bottom": "xl",
|
|
339
|
+
},
|
|
340
|
+
},
|
|
341
|
+
textWrapper: {
|
|
342
|
+
display: "flex",
|
|
343
|
+
"flex-direction": "column",
|
|
344
|
+
"align-items": "center",
|
|
345
|
+
"text-align": "center",
|
|
346
|
+
"row-gap": "base",
|
|
347
|
+
"max-width": "600px",
|
|
348
|
+
},
|
|
349
|
+
title: {
|
|
350
|
+
"font-size": "2xl",
|
|
351
|
+
"font-weight": "700",
|
|
352
|
+
color: "var(--color-text-1)",
|
|
353
|
+
tablet: {
|
|
354
|
+
"font-size": "xl",
|
|
355
|
+
},
|
|
356
|
+
},
|
|
357
|
+
description: {
|
|
358
|
+
"font-size": "base",
|
|
359
|
+
color: "var(--color-text-2)",
|
|
360
|
+
tablet: {
|
|
361
|
+
"font-size": "sm",
|
|
362
|
+
},
|
|
363
|
+
},
|
|
364
|
+
testimonials_levoGroup: {
|
|
365
|
+
number_of_slides: 2,
|
|
366
|
+
tablet: {
|
|
367
|
+
number_of_slides: 1,
|
|
368
|
+
},
|
|
369
|
+
mobile: {
|
|
370
|
+
number_of_slides: 1,
|
|
371
|
+
},
|
|
372
|
+
},
|
|
373
|
+
testimonials: [
|
|
374
|
+
{
|
|
375
|
+
card: {
|
|
376
|
+
display: "flex",
|
|
377
|
+
"flex-direction": "column",
|
|
378
|
+
"background-color": "var(--color-background)",
|
|
379
|
+
"border-radius": "lg",
|
|
380
|
+
"box-shadow": "sm",
|
|
381
|
+
padding: "xl",
|
|
382
|
+
"row-gap": "lg",
|
|
383
|
+
border: "1px solid",
|
|
384
|
+
"border-color": "var(--color-border)",
|
|
385
|
+
height: "100%",
|
|
386
|
+
mobile: {
|
|
387
|
+
padding: "lg",
|
|
388
|
+
"row-gap": "base",
|
|
389
|
+
},
|
|
390
|
+
},
|
|
391
|
+
stars_wrapper: {
|
|
392
|
+
display: "flex",
|
|
393
|
+
"align-items": "center",
|
|
394
|
+
"column-gap": "xs",
|
|
395
|
+
"margin-bottom": "sm",
|
|
396
|
+
},
|
|
397
|
+
"stars.*.star": {
|
|
398
|
+
width: "16px",
|
|
399
|
+
height: "16px",
|
|
400
|
+
color: "#FFD700",
|
|
401
|
+
},
|
|
402
|
+
quote: {
|
|
403
|
+
color: "var(--color-text-1)",
|
|
404
|
+
"font-size": "lg",
|
|
405
|
+
"line-height": 1.6,
|
|
406
|
+
"font-style": "normal",
|
|
407
|
+
"font-weight": "500",
|
|
408
|
+
"margin-bottom": "lg",
|
|
409
|
+
mobile: {
|
|
410
|
+
"font-size": "base",
|
|
411
|
+
"margin-bottom": "base",
|
|
412
|
+
},
|
|
413
|
+
},
|
|
414
|
+
profileSection: {
|
|
415
|
+
display: "flex",
|
|
416
|
+
"align-items": "center",
|
|
417
|
+
"column-gap": "base",
|
|
418
|
+
mobile: {
|
|
419
|
+
"column-gap": "sm",
|
|
420
|
+
},
|
|
421
|
+
},
|
|
422
|
+
avatar: {
|
|
423
|
+
height: "42px",
|
|
424
|
+
width: "42px",
|
|
425
|
+
"border-radius": "50%",
|
|
426
|
+
"object-fit": "cover",
|
|
427
|
+
border: "2px solid",
|
|
428
|
+
"border-color": "var(--color-border)",
|
|
429
|
+
mobile: {
|
|
430
|
+
height: "40px",
|
|
431
|
+
width: "40px",
|
|
432
|
+
},
|
|
433
|
+
"font-size": "42px",
|
|
434
|
+
},
|
|
435
|
+
clientInfo: {
|
|
436
|
+
display: "flex",
|
|
437
|
+
"flex-direction": "column",
|
|
438
|
+
"row-gap": "2xs",
|
|
439
|
+
},
|
|
440
|
+
name: {
|
|
441
|
+
color: "var(--color-text-1)",
|
|
442
|
+
"font-size": "base",
|
|
443
|
+
"font-weight": "600",
|
|
444
|
+
mobile: {
|
|
445
|
+
"font-size": "sm",
|
|
446
|
+
},
|
|
447
|
+
},
|
|
448
|
+
position: {
|
|
449
|
+
color: "var(--color-text-2)",
|
|
450
|
+
"font-size": "sm",
|
|
451
|
+
"font-weight": "normal",
|
|
452
|
+
mobile: {
|
|
453
|
+
"font-size": "xs",
|
|
454
|
+
},
|
|
455
|
+
},
|
|
456
|
+
stars: [{}, {}, {}],
|
|
457
|
+
stars_levoGroup: {
|
|
458
|
+
display: "flex",
|
|
459
|
+
"column-gap": "2xs",
|
|
460
|
+
},
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
card: {
|
|
464
|
+
display: "flex",
|
|
465
|
+
"flex-direction": "column",
|
|
466
|
+
"background-color": "var(--color-background)",
|
|
467
|
+
"border-radius": "lg",
|
|
468
|
+
"box-shadow": "sm",
|
|
469
|
+
padding: "xl",
|
|
470
|
+
"row-gap": "lg",
|
|
471
|
+
border: "1px solid",
|
|
472
|
+
"border-color": "var(--color-border)",
|
|
473
|
+
height: "100%",
|
|
474
|
+
mobile: {
|
|
475
|
+
padding: "lg",
|
|
476
|
+
"row-gap": "base",
|
|
477
|
+
},
|
|
478
|
+
},
|
|
479
|
+
stars_wrapper: {
|
|
480
|
+
display: "flex",
|
|
481
|
+
"align-items": "center",
|
|
482
|
+
"column-gap": "xs",
|
|
483
|
+
"margin-bottom": "sm",
|
|
484
|
+
},
|
|
485
|
+
"stars.*.star": {
|
|
486
|
+
width: "16px",
|
|
487
|
+
height: "16px",
|
|
488
|
+
color: "#FFD700",
|
|
489
|
+
},
|
|
490
|
+
quote: {
|
|
491
|
+
color: "var(--color-text-1)",
|
|
492
|
+
"font-size": "lg",
|
|
493
|
+
"line-height": 1.6,
|
|
494
|
+
"font-style": "normal",
|
|
495
|
+
"font-weight": "500",
|
|
496
|
+
"margin-bottom": "lg",
|
|
497
|
+
mobile: {
|
|
498
|
+
"font-size": "base",
|
|
499
|
+
"margin-bottom": "base",
|
|
500
|
+
},
|
|
501
|
+
},
|
|
502
|
+
profileSection: {
|
|
503
|
+
display: "flex",
|
|
504
|
+
"align-items": "center",
|
|
505
|
+
"column-gap": "base",
|
|
506
|
+
mobile: {
|
|
507
|
+
"column-gap": "sm",
|
|
508
|
+
},
|
|
509
|
+
},
|
|
510
|
+
avatar: {
|
|
511
|
+
height: "42px",
|
|
512
|
+
width: "42px",
|
|
513
|
+
"border-radius": "50%",
|
|
514
|
+
"object-fit": "cover",
|
|
515
|
+
border: "2px solid",
|
|
516
|
+
"border-color": "var(--color-border)",
|
|
517
|
+
mobile: {
|
|
518
|
+
height: "40px",
|
|
519
|
+
width: "40px",
|
|
520
|
+
},
|
|
521
|
+
"font-size": "42px",
|
|
522
|
+
},
|
|
523
|
+
clientInfo: {
|
|
524
|
+
display: "flex",
|
|
525
|
+
"flex-direction": "column",
|
|
526
|
+
"row-gap": "2xs",
|
|
527
|
+
},
|
|
528
|
+
name: {
|
|
529
|
+
color: "var(--color-text-1)",
|
|
530
|
+
"font-size": "base",
|
|
531
|
+
"font-weight": "600",
|
|
532
|
+
mobile: {
|
|
533
|
+
"font-size": "sm",
|
|
534
|
+
},
|
|
535
|
+
},
|
|
536
|
+
position: {
|
|
537
|
+
color: "var(--color-text-2)",
|
|
538
|
+
"font-size": "sm",
|
|
539
|
+
"font-weight": "normal",
|
|
540
|
+
mobile: {
|
|
541
|
+
"font-size": "xs",
|
|
542
|
+
},
|
|
543
|
+
},
|
|
544
|
+
stars: [{}, {}, {}],
|
|
545
|
+
stars_levoGroup: {
|
|
546
|
+
display: "flex",
|
|
547
|
+
"column-gap": "2xs",
|
|
548
|
+
},
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
card: {
|
|
552
|
+
display: "flex",
|
|
553
|
+
"flex-direction": "column",
|
|
554
|
+
"background-color": "var(--color-background)",
|
|
555
|
+
"border-radius": "lg",
|
|
556
|
+
"box-shadow": "sm",
|
|
557
|
+
padding: "xl",
|
|
558
|
+
"row-gap": "lg",
|
|
559
|
+
border: "1px solid",
|
|
560
|
+
"border-color": "var(--color-border)",
|
|
561
|
+
height: "100%",
|
|
562
|
+
mobile: {
|
|
563
|
+
padding: "lg",
|
|
564
|
+
"row-gap": "base",
|
|
565
|
+
},
|
|
566
|
+
},
|
|
567
|
+
stars_wrapper: {
|
|
568
|
+
display: "flex",
|
|
569
|
+
"align-items": "center",
|
|
570
|
+
"column-gap": "xs",
|
|
571
|
+
"margin-bottom": "sm",
|
|
572
|
+
},
|
|
573
|
+
"stars.*.star": {
|
|
574
|
+
width: "16px",
|
|
575
|
+
height: "16px",
|
|
576
|
+
color: "#FFD700",
|
|
577
|
+
},
|
|
578
|
+
quote: {
|
|
579
|
+
color: "var(--color-text-1)",
|
|
580
|
+
"font-size": "lg",
|
|
581
|
+
"line-height": 1.6,
|
|
582
|
+
"font-style": "normal",
|
|
583
|
+
"font-weight": "500",
|
|
584
|
+
"margin-bottom": "lg",
|
|
585
|
+
mobile: {
|
|
586
|
+
"font-size": "base",
|
|
587
|
+
"margin-bottom": "base",
|
|
588
|
+
},
|
|
589
|
+
},
|
|
590
|
+
profileSection: {
|
|
591
|
+
display: "flex",
|
|
592
|
+
"align-items": "center",
|
|
593
|
+
"column-gap": "base",
|
|
594
|
+
mobile: {
|
|
595
|
+
"column-gap": "sm",
|
|
596
|
+
},
|
|
597
|
+
},
|
|
598
|
+
avatar: {
|
|
599
|
+
height: "42px",
|
|
600
|
+
width: "42px",
|
|
601
|
+
"border-radius": "50%",
|
|
602
|
+
"object-fit": "cover",
|
|
603
|
+
border: "2px solid",
|
|
604
|
+
"border-color": "var(--color-border)",
|
|
605
|
+
mobile: {
|
|
606
|
+
height: "40px",
|
|
607
|
+
width: "40px",
|
|
608
|
+
},
|
|
609
|
+
"font-size": "42px",
|
|
610
|
+
},
|
|
611
|
+
clientInfo: {
|
|
612
|
+
display: "flex",
|
|
613
|
+
"flex-direction": "column",
|
|
614
|
+
"row-gap": "2xs",
|
|
615
|
+
},
|
|
616
|
+
name: {
|
|
617
|
+
color: "var(--color-text-1)",
|
|
618
|
+
"font-size": "base",
|
|
619
|
+
"font-weight": "600",
|
|
620
|
+
mobile: {
|
|
621
|
+
"font-size": "sm",
|
|
622
|
+
},
|
|
623
|
+
},
|
|
624
|
+
position: {
|
|
625
|
+
color: "var(--color-text-2)",
|
|
626
|
+
"font-size": "sm",
|
|
627
|
+
"font-weight": "normal",
|
|
628
|
+
mobile: {
|
|
629
|
+
"font-size": "xs",
|
|
630
|
+
},
|
|
631
|
+
},
|
|
632
|
+
stars: [{}, {}, {}],
|
|
633
|
+
stars_levoGroup: {
|
|
634
|
+
display: "flex",
|
|
635
|
+
"column-gap": "2xs",
|
|
636
|
+
},
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
card: {
|
|
640
|
+
display: "flex",
|
|
641
|
+
"flex-direction": "column",
|
|
642
|
+
"background-color": "var(--color-background)",
|
|
643
|
+
"border-radius": "lg",
|
|
644
|
+
"box-shadow": "sm",
|
|
645
|
+
padding: "xl",
|
|
646
|
+
"row-gap": "lg",
|
|
647
|
+
border: "1px solid",
|
|
648
|
+
"border-color": "var(--color-border)",
|
|
649
|
+
height: "100%",
|
|
650
|
+
mobile: {
|
|
651
|
+
padding: "lg",
|
|
652
|
+
"row-gap": "base",
|
|
653
|
+
},
|
|
654
|
+
},
|
|
655
|
+
stars_wrapper: {
|
|
656
|
+
display: "flex",
|
|
657
|
+
"align-items": "center",
|
|
658
|
+
"column-gap": "xs",
|
|
659
|
+
"margin-bottom": "sm",
|
|
660
|
+
},
|
|
661
|
+
"stars.*.star": {
|
|
662
|
+
width: "16px",
|
|
663
|
+
height: "16px",
|
|
664
|
+
color: "#FFD700",
|
|
665
|
+
},
|
|
666
|
+
quote: {
|
|
667
|
+
color: "var(--color-text-1)",
|
|
668
|
+
"font-size": "lg",
|
|
669
|
+
"line-height": 1.6,
|
|
670
|
+
"font-style": "normal",
|
|
671
|
+
"font-weight": "500",
|
|
672
|
+
"margin-bottom": "lg",
|
|
673
|
+
mobile: {
|
|
674
|
+
"font-size": "base",
|
|
675
|
+
"margin-bottom": "base",
|
|
676
|
+
},
|
|
677
|
+
},
|
|
678
|
+
profileSection: {
|
|
679
|
+
display: "flex",
|
|
680
|
+
"align-items": "center",
|
|
681
|
+
"column-gap": "base",
|
|
682
|
+
mobile: {
|
|
683
|
+
"column-gap": "sm",
|
|
684
|
+
},
|
|
685
|
+
},
|
|
686
|
+
avatar: {
|
|
687
|
+
height: "42px",
|
|
688
|
+
width: "42px",
|
|
689
|
+
"border-radius": "50%",
|
|
690
|
+
"object-fit": "cover",
|
|
691
|
+
border: "2px solid",
|
|
692
|
+
"border-color": "var(--color-border)",
|
|
693
|
+
mobile: {
|
|
694
|
+
height: "40px",
|
|
695
|
+
width: "40px",
|
|
696
|
+
},
|
|
697
|
+
"font-size": "42px",
|
|
698
|
+
},
|
|
699
|
+
clientInfo: {
|
|
700
|
+
display: "flex",
|
|
701
|
+
"flex-direction": "column",
|
|
702
|
+
"row-gap": "2xs",
|
|
703
|
+
},
|
|
704
|
+
name: {
|
|
705
|
+
color: "var(--color-text-1)",
|
|
706
|
+
"font-size": "base",
|
|
707
|
+
"font-weight": "600",
|
|
708
|
+
mobile: {
|
|
709
|
+
"font-size": "sm",
|
|
710
|
+
},
|
|
711
|
+
},
|
|
712
|
+
position: {
|
|
713
|
+
color: "var(--color-text-2)",
|
|
714
|
+
"font-size": "sm",
|
|
715
|
+
"font-weight": "normal",
|
|
716
|
+
mobile: {
|
|
717
|
+
"font-size": "xs",
|
|
718
|
+
},
|
|
719
|
+
},
|
|
720
|
+
stars: [{}, {}, {}],
|
|
721
|
+
stars_levoGroup: {
|
|
722
|
+
display: "flex",
|
|
723
|
+
"column-gap": "2xs",
|
|
724
|
+
},
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
card: {
|
|
728
|
+
display: "flex",
|
|
729
|
+
"flex-direction": "column",
|
|
730
|
+
"background-color": "var(--color-background)",
|
|
731
|
+
"border-radius": "lg",
|
|
732
|
+
"box-shadow": "sm",
|
|
733
|
+
padding: "xl",
|
|
734
|
+
"row-gap": "lg",
|
|
735
|
+
border: "1px solid",
|
|
736
|
+
"border-color": "var(--color-border)",
|
|
737
|
+
height: "100%",
|
|
738
|
+
mobile: {
|
|
739
|
+
padding: "lg",
|
|
740
|
+
"row-gap": "base",
|
|
741
|
+
},
|
|
742
|
+
},
|
|
743
|
+
stars_wrapper: {
|
|
744
|
+
display: "flex",
|
|
745
|
+
"align-items": "center",
|
|
746
|
+
"column-gap": "xs",
|
|
747
|
+
"margin-bottom": "sm",
|
|
748
|
+
},
|
|
749
|
+
"stars.*.star": {
|
|
750
|
+
width: "16px",
|
|
751
|
+
height: "16px",
|
|
752
|
+
color: "#FFD700",
|
|
753
|
+
},
|
|
754
|
+
quote: {
|
|
755
|
+
color: "var(--color-text-1)",
|
|
756
|
+
"font-size": "lg",
|
|
757
|
+
"line-height": 1.6,
|
|
758
|
+
"font-style": "normal",
|
|
759
|
+
"font-weight": "500",
|
|
760
|
+
"margin-bottom": "lg",
|
|
761
|
+
mobile: {
|
|
762
|
+
"font-size": "base",
|
|
763
|
+
"margin-bottom": "base",
|
|
764
|
+
},
|
|
765
|
+
},
|
|
766
|
+
profileSection: {
|
|
767
|
+
display: "flex",
|
|
768
|
+
"align-items": "center",
|
|
769
|
+
"column-gap": "base",
|
|
770
|
+
mobile: {
|
|
771
|
+
"column-gap": "sm",
|
|
772
|
+
},
|
|
773
|
+
},
|
|
774
|
+
avatar: {
|
|
775
|
+
height: "48px",
|
|
776
|
+
width: "48px",
|
|
777
|
+
"border-radius": "50%",
|
|
778
|
+
"object-fit": "cover",
|
|
779
|
+
border: "2px solid",
|
|
780
|
+
"border-color": "var(--color-border)",
|
|
781
|
+
mobile: {
|
|
782
|
+
height: "40px",
|
|
783
|
+
width: "40px",
|
|
784
|
+
},
|
|
785
|
+
},
|
|
786
|
+
clientInfo: {
|
|
787
|
+
display: "flex",
|
|
788
|
+
"flex-direction": "column",
|
|
789
|
+
"row-gap": "2xs",
|
|
790
|
+
},
|
|
791
|
+
name: {
|
|
792
|
+
color: "var(--color-text-1)",
|
|
793
|
+
"font-size": "base",
|
|
794
|
+
"font-weight": "600",
|
|
795
|
+
mobile: {
|
|
796
|
+
"font-size": "sm",
|
|
797
|
+
},
|
|
798
|
+
},
|
|
799
|
+
position: {
|
|
800
|
+
color: "var(--color-text-2)",
|
|
801
|
+
"font-size": "sm",
|
|
802
|
+
"font-weight": "normal",
|
|
803
|
+
mobile: {
|
|
804
|
+
"font-size": "xs",
|
|
805
|
+
},
|
|
806
|
+
},
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
card: {
|
|
810
|
+
display: "flex",
|
|
811
|
+
"flex-direction": "column",
|
|
812
|
+
"background-color": "var(--color-background)",
|
|
813
|
+
"border-radius": "lg",
|
|
814
|
+
"box-shadow": "sm",
|
|
815
|
+
padding: "xl",
|
|
816
|
+
"row-gap": "lg",
|
|
817
|
+
border: "1px solid",
|
|
818
|
+
"border-color": "var(--color-border)",
|
|
819
|
+
height: "100%",
|
|
820
|
+
mobile: {
|
|
821
|
+
padding: "lg",
|
|
822
|
+
"row-gap": "base",
|
|
823
|
+
},
|
|
824
|
+
},
|
|
825
|
+
stars_wrapper: {
|
|
826
|
+
display: "flex",
|
|
827
|
+
"align-items": "center",
|
|
828
|
+
"column-gap": "xs",
|
|
829
|
+
"margin-bottom": "sm",
|
|
830
|
+
},
|
|
831
|
+
"stars.*.star": {
|
|
832
|
+
width: "16px",
|
|
833
|
+
height: "16px",
|
|
834
|
+
color: "#FFD700",
|
|
835
|
+
},
|
|
836
|
+
quote: {
|
|
837
|
+
color: "var(--color-text-1)",
|
|
838
|
+
"font-size": "lg",
|
|
839
|
+
"line-height": 1.6,
|
|
840
|
+
"font-style": "normal",
|
|
841
|
+
"font-weight": "500",
|
|
842
|
+
"margin-bottom": "lg",
|
|
843
|
+
mobile: {
|
|
844
|
+
"font-size": "base",
|
|
845
|
+
"margin-bottom": "base",
|
|
846
|
+
},
|
|
847
|
+
},
|
|
848
|
+
profileSection: {
|
|
849
|
+
display: "flex",
|
|
850
|
+
"align-items": "center",
|
|
851
|
+
"column-gap": "base",
|
|
852
|
+
mobile: {
|
|
853
|
+
"column-gap": "sm",
|
|
854
|
+
},
|
|
855
|
+
},
|
|
856
|
+
avatar: {
|
|
857
|
+
height: "48px",
|
|
858
|
+
width: "48px",
|
|
859
|
+
"border-radius": "50%",
|
|
860
|
+
"object-fit": "cover",
|
|
861
|
+
border: "2px solid",
|
|
862
|
+
"border-color": "var(--color-border)",
|
|
863
|
+
mobile: {
|
|
864
|
+
height: "40px",
|
|
865
|
+
width: "40px",
|
|
866
|
+
},
|
|
867
|
+
},
|
|
868
|
+
clientInfo: {
|
|
869
|
+
display: "flex",
|
|
870
|
+
"flex-direction": "column",
|
|
871
|
+
"row-gap": "2xs",
|
|
872
|
+
},
|
|
873
|
+
name: {
|
|
874
|
+
color: "var(--color-text-1)",
|
|
875
|
+
"font-size": "base",
|
|
876
|
+
"font-weight": "600",
|
|
877
|
+
mobile: {
|
|
878
|
+
"font-size": "sm",
|
|
879
|
+
},
|
|
880
|
+
},
|
|
881
|
+
position: {
|
|
882
|
+
color: "var(--color-text-2)",
|
|
883
|
+
"font-size": "sm",
|
|
884
|
+
"font-weight": "normal",
|
|
885
|
+
mobile: {
|
|
886
|
+
"font-size": "xs",
|
|
887
|
+
},
|
|
888
|
+
},
|
|
889
|
+
},
|
|
890
|
+
],
|
|
891
|
+
"carousel-navigation-container": {
|
|
892
|
+
display: "flex",
|
|
893
|
+
"justify-content": "center",
|
|
894
|
+
"margin-top": "xl",
|
|
895
|
+
},
|
|
896
|
+
"carousel-navigation": {
|
|
897
|
+
display: "flex",
|
|
898
|
+
"column-gap": "sm",
|
|
899
|
+
"align-items": "center",
|
|
900
|
+
},
|
|
901
|
+
"carousel-navigation-pill": {
|
|
902
|
+
width: "10px",
|
|
903
|
+
height: "10px",
|
|
904
|
+
"border-radius": "10px",
|
|
905
|
+
"background-color": "var(--color-border)",
|
|
906
|
+
cursor: "pointer",
|
|
907
|
+
transition: "all 0.3s ease",
|
|
908
|
+
"&:hover": {
|
|
909
|
+
"background-color": "var(--color-brand-secondary)",
|
|
910
|
+
},
|
|
911
|
+
filter: "none",
|
|
912
|
+
},
|
|
913
|
+
},
|
|
914
|
+
content: TESTIMONIAL_WITH_RATINGS_CONTENT,
|
|
915
|
+
config: {
|
|
916
|
+
testimonials_levoGroup: {
|
|
917
|
+
carousel: {
|
|
918
|
+
loop: true,
|
|
919
|
+
autoPlay: false,
|
|
920
|
+
},
|
|
921
|
+
},
|
|
922
|
+
},
|
|
923
|
+
};
|