@levo-so/blocks 0.1.60 → 0.1.62
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 +13 -14
- package/src/blocks/about-us/about-us-1.schema.ts +15 -30
- package/src/blocks/about-us/about-us-1.tsx +2 -4
- package/src/blocks/about-us/about-us-2.schema.ts +24 -48
- package/src/blocks/about-us/about-us-2.tsx +7 -13
- package/src/blocks/blogs/blog-listing-1.schema.ts +7 -14
- package/src/blocks/blogs/blog-listing-1.tsx +10 -21
- package/src/blocks/blogs/blog-listing-2.schema.ts +17 -34
- package/src/blocks/blogs/blog-listing-2.tsx +4 -12
- package/src/blocks/blogs/blog-listing-3.schema.ts +32 -64
- package/src/blocks/blogs/blog-listing-3.tsx +4 -12
- package/src/blocks/blogs/blog-post-1.schema.ts +9 -18
- package/src/blocks/blogs/blog-post-1.tsx +3 -14
- package/src/blocks/calendar/calendar-1.schema.ts +95 -6
- package/src/blocks/calendar/calendar-1.tsx +33 -29
- package/src/blocks/cards/cards-10.schema.ts +62 -124
- package/src/blocks/cards/cards-10.tsx +9 -14
- package/src/blocks/cards/cards-11.schema.ts +69 -138
- package/src/blocks/cards/cards-11.tsx +5 -11
- package/src/blocks/cards/cards-12.schema.ts +7 -14
- package/src/blocks/cards/cards-12.tsx +4 -10
- package/src/blocks/cards/cards-13.schema.ts +40 -80
- package/src/blocks/cards/cards-13.tsx +4 -6
- package/src/blocks/cards/cards-14.schema.ts +7 -14
- package/src/blocks/cards/cards-14.tsx +5 -11
- package/src/blocks/cards/cards-15.schema.ts +7 -14
- package/src/blocks/cards/cards-15.tsx +2 -4
- package/src/blocks/cards/cards-2.schema.ts +7 -14
- package/src/blocks/cards/cards-2.tsx +2 -15
- package/src/blocks/cards/cards-3.schema.ts +7 -14
- package/src/blocks/cards/cards-3.tsx +7 -13
- package/src/blocks/cards/cards-4.schema.ts +13 -26
- package/src/blocks/cards/cards-4.tsx +9 -15
- package/src/blocks/cards/cards-5.schema.ts +17 -34
- package/src/blocks/cards/cards-5.tsx +1 -9
- package/src/blocks/cards/cards-6.schema.ts +52 -104
- package/src/blocks/cards/cards-6.tsx +12 -20
- package/src/blocks/cards/cards-7.schema.ts +48 -96
- package/src/blocks/cards/cards-7.tsx +8 -27
- package/src/blocks/cards/cards-8.schema.ts +9 -20
- package/src/blocks/cards/cards-8.tsx +5 -11
- package/src/blocks/cards/cards-9.schema.ts +41 -82
- package/src/blocks/cards/cards-9.tsx +14 -22
- package/src/blocks/carousel/carousel-1.schema.ts +64 -128
- package/src/blocks/carousel/carousel-1.tsx +6 -8
- package/src/blocks/carousel/carousel-2.schema.ts +26 -52
- package/src/blocks/carousel/carousel-2.tsx +11 -23
- package/src/blocks/community/community-1.schema.ts +78 -32
- package/src/blocks/community/community-1.tsx +417 -550
- package/src/blocks/community/community-post-1.schema.ts +21 -30
- package/src/blocks/community/community-post-1.tsx +334 -84
- package/src/blocks/contact-us/contact-us-1.schema.ts +8 -16
- package/src/blocks/contact-us/contact-us-1.tsx +2 -12
- package/src/blocks/contact-us/contact-us-2.tsx +20 -31
- package/src/blocks/content/content-1.schema.ts +21 -42
- package/src/blocks/content/content-1.tsx +10 -17
- package/src/blocks/content/content-2.schema.ts +29 -58
- package/src/blocks/content/content-2.tsx +4 -4
- package/src/blocks/content/content-3.tsx +13 -29
- package/src/blocks/content/content-4.schema.ts +23 -46
- package/src/blocks/content/content-4.tsx +8 -17
- package/src/blocks/content/content-5.schema.ts +29 -24
- package/src/blocks/content/content-5.tsx +13 -27
- package/src/blocks/content/content-6.schema.ts +46 -94
- package/src/blocks/content/content-6.tsx +14 -31
- package/src/blocks/content/content-7.schema.ts +35 -72
- package/src/blocks/content/content-7.tsx +15 -31
- package/src/blocks/content/content-8.schema.ts +1 -6
- package/src/blocks/content/content-8.tsx +3 -3
- package/src/blocks/content/content-9.tsx +26 -41
- package/src/blocks/cta/cta-1.schema.ts +10 -20
- package/src/blocks/cta/cta-2.schema.ts +14 -28
- package/src/blocks/cta/cta-2.tsx +2 -6
- package/src/blocks/cta/cta-3.schema.ts +24 -50
- package/src/blocks/cta/cta-3.tsx +2 -6
- package/src/blocks/embed/embed-1.tsx +1 -9
- package/src/blocks/event/ClientOnly.tsx +1 -4
- package/src/blocks/event/event-details.schema.ts +16 -32
- package/src/blocks/event/event-details.tsx +8 -23
- package/src/blocks/event/event-listing-2.schema.ts +19 -38
- package/src/blocks/event/event-listing-2.tsx +12 -23
- package/src/blocks/event/event-listing-3.schema.ts +10 -20
- package/src/blocks/event/event-listing-3.tsx +9 -15
- package/src/blocks/event/event-listing-4.schema.ts +40 -80
- package/src/blocks/event/event-listing-4.tsx +5 -13
- package/src/blocks/event/event-listing.schema.ts +12 -24
- package/src/blocks/event/event-listing.tsx +9 -15
- package/src/blocks/faq/faq-1.schema.ts +8 -16
- package/src/blocks/faq/faq-1.tsx +19 -30
- package/src/blocks/faq/faq-2.schema.ts +8 -16
- package/src/blocks/faq/faq-2.tsx +11 -10
- package/src/blocks/faq/faq-3.schema.ts +9 -18
- package/src/blocks/faq/faq-3.tsx +11 -19
- package/src/blocks/features/features-1/features-1.tsx +2 -4
- package/src/blocks/features/features-1/variants/default.ts +4 -8
- package/src/blocks/features/features-1/variants/index.ts +1 -1
- package/src/blocks/features/features-2.schema.ts +32 -64
- package/src/blocks/features/features-2.tsx +8 -10
- package/src/blocks/features/features-3.schema.ts +32 -64
- package/src/blocks/features/features-3.tsx +7 -16
- package/src/blocks/features/features-4.schema.ts +16 -32
- package/src/blocks/features/features-4.tsx +3 -7
- package/src/blocks/features/features-5.schema.ts +1 -2
- package/src/blocks/features/features-5.tsx +6 -17
- package/src/blocks/features/features-6.schema.ts +32 -64
- package/src/blocks/features/features-6.tsx +16 -36
- package/src/blocks/filter-listing/filter-listing-1.tsx +12 -36
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +5 -10
- package/src/blocks/floating-buttons/floating-button-1.tsx +3 -9
- package/src/blocks/footer/footer-1.schema.ts +8 -16
- package/src/blocks/footer/footer-1.tsx +15 -30
- package/src/blocks/footer/footer-2.schema.ts +8 -16
- package/src/blocks/footer/footer-2.tsx +17 -28
- package/src/blocks/footer/footer-3.schema.ts +1 -2
- package/src/blocks/footer/footer-3.tsx +9 -25
- package/src/blocks/footer/footer-4.schema.ts +8 -16
- package/src/blocks/footer/footer-4.tsx +35 -54
- package/src/blocks/footer/footer-5.schema.ts +10 -24
- package/src/blocks/footer/footer-5.tsx +14 -29
- package/src/blocks/footer/footer-6.schema.ts +10 -25
- package/src/blocks/footer/footer-6.tsx +29 -44
- package/src/blocks/form/form-1.schema.ts +144 -0
- package/src/blocks/form/form-1.tsx +33 -0
- package/src/blocks/hero/hero-1.schema.ts +45 -90
- package/src/blocks/hero/hero-1.tsx +4 -4
- package/src/blocks/hero/hero-10.schema.ts +1 -2
- package/src/blocks/hero/hero-10.tsx +4 -4
- package/src/blocks/hero/hero-11.schema.ts +18 -14
- package/src/blocks/hero/hero-11.tsx +4 -9
- package/src/blocks/hero/hero-12.schema.ts +18 -36
- package/src/blocks/hero/hero-12.tsx +3 -6
- package/src/blocks/hero/hero-13.schema.ts +8 -16
- package/src/blocks/hero/hero-13.tsx +1 -1
- package/src/blocks/hero/hero-2.schema.ts +3 -6
- package/src/blocks/hero/hero-2.tsx +3 -21
- package/src/blocks/hero/hero-3.schema.ts +28 -56
- package/src/blocks/hero/hero-3.tsx +6 -15
- package/src/blocks/hero/hero-4.schema.ts +22 -44
- package/src/blocks/hero/hero-4.tsx +16 -27
- package/src/blocks/hero/hero-5.schema.ts +21 -42
- package/src/blocks/hero/hero-5.tsx +15 -18
- package/src/blocks/hero/hero-6.schema.ts +35 -70
- package/src/blocks/hero/hero-6.tsx +6 -6
- package/src/blocks/hero/hero-7.schema.ts +24 -48
- package/src/blocks/hero/hero-7.tsx +2 -3
- package/src/blocks/hero/hero-8.schema.ts +24 -50
- package/src/blocks/hero/hero-8.tsx +5 -19
- package/src/blocks/hero/hero-9.schema.ts +8 -16
- package/src/blocks/hero/hero-9.tsx +3 -3
- package/src/blocks/index.ts +8 -11
- package/src/blocks/jobs/jobs-1.schema.ts +990 -0
- package/src/blocks/jobs/jobs-1.tsx +145 -0
- package/src/blocks/logos/logos-1.schema.ts +53 -113
- package/src/blocks/logos/logos-1.tsx +7 -7
- package/src/blocks/navbar/navbar-1.schema.ts +15 -28
- package/src/blocks/navbar/navbar-1.tsx +24 -60
- package/src/blocks/navbar/navbar-2.schema.ts +14 -28
- package/src/blocks/navbar/navbar-2.tsx +26 -56
- package/src/blocks/navbar/navbar-3.schema.ts +11 -22
- package/src/blocks/navbar/navbar-3.tsx +33 -82
- package/src/blocks/navbar/navbar-4.schema.ts +14343 -0
- package/src/blocks/navbar/navbar-4.tsx +546 -0
- package/src/blocks/polling/polling-1.schema.ts +1 -2
- package/src/blocks/polling/polling-1.tsx +24 -39
- package/src/blocks/pricing/pricing-1.schema.ts +13 -26
- package/src/blocks/pricing/pricing-1.tsx +20 -44
- package/src/blocks/products/products-listing-1.schema.ts +32 -64
- package/src/blocks/products/products-listing-1.tsx +6 -12
- package/src/blocks/products/products-listing-2.schema.ts +26 -54
- package/src/blocks/products/products-listing-2.tsx +8 -17
- package/src/blocks/products/products-listing-3.schema.ts +25 -52
- package/src/blocks/products/products-listing-3.tsx +87 -93
- package/src/blocks/profile/profile-1.schema.ts +7 -14
- package/src/blocks/profile/profile-1.tsx +2 -8
- package/src/blocks/profile/profile-2.schema.ts +9 -18
- package/src/blocks/profile/profile-2.tsx +4 -6
- package/src/blocks/profile/profile-3.schema.ts +21 -42
- package/src/blocks/profile/profile-3.tsx +18 -40
- package/src/blocks/{blogs/blog-post-2.schema.ts → profile/profile-4.schema.ts} +75 -97
- package/src/blocks/{blogs/blog-post-2.tsx → profile/profile-4.tsx} +32 -61
- package/src/blocks/{blogs/blog-post-3.schema.ts → profile/profile-5.schema.ts} +6 -6
- package/src/blocks/{blogs/blog-post-3.tsx → profile/profile-5.tsx} +6 -11
- package/src/blocks/services/service-1.schema.ts +20 -40
- package/src/blocks/services/service-1.tsx +45 -71
- package/src/blocks/services/service-2.schema.ts +8 -16
- package/src/blocks/services/service-2.tsx +4 -6
- package/src/blocks/services/service-3.schema.ts +12 -24
- package/src/blocks/services/service-3.tsx +4 -6
- package/src/blocks/stats/stats-1.tsx +3 -14
- package/src/blocks/stats/stats-2.tsx +3 -14
- package/src/blocks/stats/variants/index.ts +1 -1
- package/src/blocks/tabs/tab-1.schema.ts +4 -8
- package/src/blocks/tabs/tab-1.tsx +47 -64
- package/src/blocks/tabs/tab-2.schema.ts +13 -26
- package/src/blocks/tabs/tab-2.tsx +14 -15
- package/src/blocks/team/team-1.schema.ts +28 -56
- package/src/blocks/team/team-1.tsx +7 -21
- package/src/blocks/team/team-2.schema.ts +104 -208
- package/src/blocks/team/team-2.tsx +15 -33
- package/src/blocks/team/team-3.schema.ts +24 -48
- package/src/blocks/team/team-3.tsx +8 -14
- package/src/blocks/team/team-4.schema.ts +25 -50
- package/src/blocks/team/team-4.tsx +15 -24
- package/src/blocks/team/team-5.schema.ts +14 -28
- package/src/blocks/team/team-5.tsx +1 -1
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +3 -5
- package/src/blocks/testimonial/testimonial-1.schema.ts +1 -2
- package/src/blocks/testimonial/testimonial-1.tsx +10 -19
- package/src/blocks/testimonial/testimonial-2.schema.ts +16 -32
- package/src/blocks/testimonial/testimonial-2.tsx +17 -36
- package/src/blocks/testimonial/testimonial-3.schema.ts +8 -16
- package/src/blocks/testimonial/testimonial-3.tsx +13 -26
- package/src/blocks/testimonial/testimonial-4.schema.ts +94 -188
- package/src/blocks/testimonial/testimonial-4.tsx +12 -33
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +24 -48
- package/src/blocks/testimonial/testimonial-5/variants/index.ts +1 -1
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +4 -8
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +24 -48
- package/src/blocks/testimonial/testimonial-5.schema.ts +2 -6
- package/src/blocks/testimonial/testimonial-5.tsx +15 -25
- package/src/blocks/testimonial/testimonial-6.schema.ts +26 -52
- package/src/blocks/testimonial/testimonial-6.tsx +9 -25
- package/src/blocks/testimonial/testimonial-7.tsx +15 -26
- package/src/blocks/timeline/timeline-1.schema.ts +34 -68
- package/src/blocks/timeline/timeline-1.tsx +2 -6
- package/src/blocks/users/edit-profile.tsx +10 -22
- package/src/constants/index.ts +3 -6
- package/src/index.ts +1 -1
- package/src/schemas/blocks.ts +14 -8
- package/src/schemas/categories.ts +14 -2
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import dayjs from "dayjs";
|
|
2
1
|
import type { ILevoBlockBaseProps } from "@levo-so/studio";
|
|
3
2
|
import {
|
|
4
|
-
|
|
3
|
+
Box,
|
|
4
|
+
Button,
|
|
5
5
|
Container,
|
|
6
|
-
Typography,
|
|
7
6
|
Heading,
|
|
8
|
-
Box,
|
|
9
7
|
Icon,
|
|
10
8
|
Image,
|
|
9
|
+
Section,
|
|
10
|
+
Typography,
|
|
11
11
|
useContentEngine,
|
|
12
|
-
Button,
|
|
13
12
|
} from "@levo-so/studio";
|
|
13
|
+
import dayjs from "dayjs";
|
|
14
14
|
|
|
15
|
-
import type { IEventListing } from "./event-listing.schema";
|
|
16
15
|
import { ClientOnly } from "./ClientOnly";
|
|
16
|
+
import type { IEventListing } from "./event-listing.schema";
|
|
17
17
|
|
|
18
18
|
const EventListing: React.FC<ILevoBlockBaseProps<IEventListing>> = () => {
|
|
19
19
|
const { data, query, setQuery, meta } = useContentEngine("events");
|
|
@@ -48,13 +48,9 @@ const EventListing: React.FC<ILevoBlockBaseProps<IEventListing>> = () => {
|
|
|
48
48
|
|
|
49
49
|
<Box elementKey={`events.${index}.date-wrapper`}>
|
|
50
50
|
<Icon elementKey={`events.${index}.date-icon`} />
|
|
51
|
-
<Typography
|
|
52
|
-
elementKey={`events.${index}.publishedAt-header`}
|
|
53
|
-
>
|
|
51
|
+
<Typography elementKey={`events.${index}.publishedAt-header`}>
|
|
54
52
|
<ClientOnly>
|
|
55
|
-
{dayjs(item?.["publishedAt-header"]).format(
|
|
56
|
-
"MMM D, YYYY",
|
|
57
|
-
)}
|
|
53
|
+
{dayjs(item?.["publishedAt-header"]).format("MMM D, YYYY")}
|
|
58
54
|
</ClientOnly>
|
|
59
55
|
</Typography>
|
|
60
56
|
</Box>
|
|
@@ -63,9 +59,7 @@ const EventListing: React.FC<ILevoBlockBaseProps<IEventListing>> = () => {
|
|
|
63
59
|
<Typography elementKey={`events.${index}.title`} />
|
|
64
60
|
<Typography elementKey={`events.${index}.description`} />
|
|
65
61
|
<Typography elementKey={`events.${index}.publishedAt`}>
|
|
66
|
-
<ClientOnly>
|
|
67
|
-
{dayjs(item?.publishedAt).format("MMM D, YYYY")}
|
|
68
|
-
</ClientOnly>
|
|
62
|
+
<ClientOnly>{dayjs(item?.publishedAt).format("MMM D, YYYY")}</ClientOnly>
|
|
69
63
|
</Typography>
|
|
70
64
|
</Box>
|
|
71
65
|
</Box>
|
|
@@ -17,20 +17,13 @@ const MEDIA = {
|
|
|
17
17
|
kind: "image",
|
|
18
18
|
location: "https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO.png",
|
|
19
19
|
srcset: {
|
|
20
|
-
"1080w":
|
|
21
|
-
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
"
|
|
27
|
-
"https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-320w.webp",
|
|
28
|
-
"640w":
|
|
29
|
-
"https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-640w.webp",
|
|
30
|
-
"750w":
|
|
31
|
-
"https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-750w.webp",
|
|
32
|
-
"828w":
|
|
33
|
-
"https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-828w.webp",
|
|
20
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-1080w.webp",
|
|
21
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-1200w.webp",
|
|
22
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-1920w.webp",
|
|
23
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-320w.webp",
|
|
24
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-640w.webp",
|
|
25
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-750w.webp",
|
|
26
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-828w.webp",
|
|
34
27
|
path: "https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-750w.webp 750w",
|
|
35
28
|
},
|
|
36
29
|
mimetype: "image/png",
|
|
@@ -47,8 +40,7 @@ const DEFAULT_CONTENT = {
|
|
|
47
40
|
text_container: null,
|
|
48
41
|
faq_label: "FAQ's",
|
|
49
42
|
title: "Legal Queries Solved",
|
|
50
|
-
description:
|
|
51
|
-
"We're here to help you navigate the complexities of the legal system.",
|
|
43
|
+
description: "We're here to help you navigate the complexities of the legal system.",
|
|
52
44
|
faqs: [
|
|
53
45
|
{
|
|
54
46
|
wrapper: null,
|
package/src/blocks/faq/faq-1.tsx
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
2
|
+
AccordionContent,
|
|
3
|
+
AccordionItem,
|
|
4
|
+
AccordionRoot,
|
|
5
|
+
AccordionTrigger,
|
|
6
|
+
Box,
|
|
7
|
+
Button,
|
|
8
|
+
Container,
|
|
3
9
|
Heading,
|
|
4
10
|
Icon,
|
|
11
|
+
type ILevoBlockBaseProps,
|
|
5
12
|
Image,
|
|
6
|
-
Typography,
|
|
7
|
-
Container,
|
|
8
13
|
Section,
|
|
9
|
-
|
|
10
|
-
AccordionRoot,
|
|
11
|
-
AccordionItem,
|
|
12
|
-
AccordionTrigger,
|
|
13
|
-
AccordionContent,
|
|
14
|
-
Button,
|
|
14
|
+
Typography,
|
|
15
15
|
} from "@levo-so/studio";
|
|
16
16
|
|
|
17
17
|
import type { IFaq1Content } from "./faq-1.schema";
|
|
@@ -48,21 +48,15 @@ const Faq1: React.FC<ILevoBlockBaseProps<IFaq1Content>> = ({ content }) => (
|
|
|
48
48
|
<AccordionContent elementKey={`faqs.${index}.content`}>
|
|
49
49
|
<Typography elementKey={`faqs.${index}.answer`} />
|
|
50
50
|
<Box elementKey={`faqs.${index}.features_levoGroup`}>
|
|
51
|
-
{(item.features ?? []).map(
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
<Typography
|
|
61
|
-
elementKey={`faqs.${index}.features.${featureIndex}.label`}
|
|
62
|
-
/>
|
|
63
|
-
</Box>
|
|
64
|
-
),
|
|
65
|
-
)}
|
|
51
|
+
{(item.features ?? []).map((feature: any, featureIndex: number) => (
|
|
52
|
+
<Box
|
|
53
|
+
key={featureIndex}
|
|
54
|
+
elementKey={`faqs.${index}.features.${featureIndex}.wrapper`}
|
|
55
|
+
>
|
|
56
|
+
<Icon elementKey={`faqs.${index}.features.${featureIndex}.icon`} />
|
|
57
|
+
<Typography elementKey={`faqs.${index}.features.${featureIndex}.label`} />
|
|
58
|
+
</Box>
|
|
59
|
+
))}
|
|
66
60
|
</Box>
|
|
67
61
|
</AccordionContent>
|
|
68
62
|
</AccordionItem>
|
|
@@ -78,12 +72,7 @@ const Faq1: React.FC<ILevoBlockBaseProps<IFaq1Content>> = ({ content }) => (
|
|
|
78
72
|
))}
|
|
79
73
|
</Box>
|
|
80
74
|
</Box>
|
|
81
|
-
<Image
|
|
82
|
-
elementKey="faq_image"
|
|
83
|
-
width={356}
|
|
84
|
-
height={479}
|
|
85
|
-
alt="Lawyer consulting with client"
|
|
86
|
-
/>
|
|
75
|
+
<Image elementKey="faq_image" width={356} height={479} alt="Lawyer consulting with client" />
|
|
87
76
|
</Container>
|
|
88
77
|
</Section>
|
|
89
78
|
);
|
|
@@ -17,20 +17,13 @@ const MEDIA = {
|
|
|
17
17
|
kind: "image",
|
|
18
18
|
location: "https://static.levocdn.com/WLZ1TXTD/faq-2-1-dO4QMwFgYhADD.png",
|
|
19
19
|
srcset: {
|
|
20
|
-
"1080w":
|
|
21
|
-
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
"
|
|
27
|
-
"https://static.levocdn.com/WLZ1TXTD/faq-2-1-dO4QMwFgYhADD-320w.webp",
|
|
28
|
-
"640w":
|
|
29
|
-
"https://static.levocdn.com/WLZ1TXTD/faq-2-1-dO4QMwFgYhADD-640w.webp",
|
|
30
|
-
"750w":
|
|
31
|
-
"https://static.levocdn.com/WLZ1TXTD/faq-2-1-dO4QMwFgYhADD-750w.webp",
|
|
32
|
-
"828w":
|
|
33
|
-
"https://static.levocdn.com/WLZ1TXTD/faq-2-1-dO4QMwFgYhADD-828w.webp",
|
|
20
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/faq-2-1-dO4QMwFgYhADD-1080w.webp",
|
|
21
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/faq-2-1-dO4QMwFgYhADD-1200w.webp",
|
|
22
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/faq-2-1-dO4QMwFgYhADD-1920w.webp",
|
|
23
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/faq-2-1-dO4QMwFgYhADD-320w.webp",
|
|
24
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/faq-2-1-dO4QMwFgYhADD-640w.webp",
|
|
25
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/faq-2-1-dO4QMwFgYhADD-750w.webp",
|
|
26
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/faq-2-1-dO4QMwFgYhADD-828w.webp",
|
|
34
27
|
path: "https://static.levocdn.com/WLZ1TXTD/faq-2-1-dO4QMwFgYhADD-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/faq-2-1-dO4QMwFgYhADD-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/faq-2-1-dO4QMwFgYhADD-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/faq-2-1-dO4QMwFgYhADD-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/faq-2-1-dO4QMwFgYhADD-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/faq-2-1-dO4QMwFgYhADD-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/faq-2-1-dO4QMwFgYhADD-1920w.webp 1920w",
|
|
35
28
|
},
|
|
36
29
|
mimetype: "image/png",
|
|
@@ -47,8 +40,7 @@ const DEFAULT_CONTENT = {
|
|
|
47
40
|
text_container: null,
|
|
48
41
|
faq_label: "FAQ's",
|
|
49
42
|
title: "Legal Queries Solved",
|
|
50
|
-
description:
|
|
51
|
-
"We're here to help you navigate the complexities of the legal system.",
|
|
43
|
+
description: "We're here to help you navigate the complexities of the legal system.",
|
|
52
44
|
|
|
53
45
|
faqs: [
|
|
54
46
|
{
|
package/src/blocks/faq/faq-2.tsx
CHANGED
|
@@ -1,21 +1,22 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
|
-
import React, { useState } from "react";
|
|
4
3
|
import {
|
|
5
|
-
|
|
6
|
-
Heading,
|
|
7
|
-
Icon,
|
|
8
|
-
Typography,
|
|
9
|
-
Container,
|
|
10
|
-
Section,
|
|
11
|
-
Box,
|
|
12
|
-
AccordionRoot,
|
|
4
|
+
AccordionContent,
|
|
13
5
|
AccordionItem,
|
|
6
|
+
AccordionRoot,
|
|
14
7
|
AccordionTrigger,
|
|
15
|
-
|
|
8
|
+
Box,
|
|
16
9
|
Button,
|
|
10
|
+
Container,
|
|
11
|
+
Heading,
|
|
12
|
+
Icon,
|
|
13
|
+
type ILevoBlockBaseProps,
|
|
17
14
|
Media,
|
|
15
|
+
Section,
|
|
16
|
+
Typography,
|
|
18
17
|
} from "@levo-so/studio";
|
|
18
|
+
import type React from "react";
|
|
19
|
+
import { useState } from "react";
|
|
19
20
|
|
|
20
21
|
import type { IFaq2Content } from "./faq-2.schema";
|
|
21
22
|
|
|
@@ -6,20 +6,13 @@ const MEDIA = {
|
|
|
6
6
|
kind: "image",
|
|
7
7
|
location: "https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48.png",
|
|
8
8
|
srcset: {
|
|
9
|
-
"1080w":
|
|
10
|
-
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
"
|
|
16
|
-
"https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-320w.webp",
|
|
17
|
-
"640w":
|
|
18
|
-
"https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-640w.webp",
|
|
19
|
-
"750w":
|
|
20
|
-
"https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-750w.webp",
|
|
21
|
-
"828w":
|
|
22
|
-
"https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-828w.webp",
|
|
9
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-1080w.webp",
|
|
10
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-1200w.webp",
|
|
11
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-1920w.webp",
|
|
12
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-320w.webp",
|
|
13
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-640w.webp",
|
|
14
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-750w.webp",
|
|
15
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-828w.webp",
|
|
23
16
|
path: "https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-1920w.webp 1920w",
|
|
24
17
|
},
|
|
25
18
|
mimetype: "image/png",
|
|
@@ -32,8 +25,7 @@ const DEFAULT_CONTENT = {
|
|
|
32
25
|
// header section
|
|
33
26
|
header_container: null,
|
|
34
27
|
title: "Frequently Asked Questions",
|
|
35
|
-
description:
|
|
36
|
-
"Get quick answers to the most common questions from our experienced team.",
|
|
28
|
+
description: "Get quick answers to the most common questions from our experienced team.",
|
|
37
29
|
|
|
38
30
|
// main content wrapper with accordion and image in row
|
|
39
31
|
main_content_container: null,
|
|
@@ -245,8 +237,7 @@ export const Faq3: IBlock = {
|
|
|
245
237
|
},
|
|
246
238
|
],
|
|
247
239
|
hint: {
|
|
248
|
-
prompt_description:
|
|
249
|
-
"Group of call-to-action buttons for main conversion actions",
|
|
240
|
+
prompt_description: "Group of call-to-action buttons for main conversion actions",
|
|
250
241
|
min_items: 1,
|
|
251
242
|
max_items: 3,
|
|
252
243
|
},
|
package/src/blocks/faq/faq-3.tsx
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
Heading,
|
|
4
|
-
Image,
|
|
5
|
-
Typography,
|
|
6
|
-
Container,
|
|
7
|
-
Section,
|
|
8
|
-
Box,
|
|
9
|
-
AccordionRoot,
|
|
2
|
+
AccordionContent,
|
|
10
3
|
AccordionItem,
|
|
4
|
+
AccordionRoot,
|
|
11
5
|
AccordionTrigger,
|
|
12
|
-
|
|
6
|
+
Box,
|
|
13
7
|
Button,
|
|
8
|
+
Container,
|
|
9
|
+
Heading,
|
|
10
|
+
type ILevoBlockBaseProps,
|
|
11
|
+
Image,
|
|
12
|
+
Section,
|
|
13
|
+
Typography,
|
|
14
14
|
} from "@levo-so/studio";
|
|
15
15
|
|
|
16
16
|
import type { IFaq3Content } from "./faq-3.schema";
|
|
@@ -49,10 +49,7 @@ const Faq3: React.FC<ILevoBlockBaseProps<IFaq3Content>> = ({ content }) => (
|
|
|
49
49
|
>
|
|
50
50
|
<AccordionTrigger elementKey={`faqs.${index}.trigger`}>
|
|
51
51
|
<Box elementKey={`faqs.${index}.iconQuestionWrapper`}>
|
|
52
|
-
<Image
|
|
53
|
-
alt="icon"
|
|
54
|
-
elementKey={`faqs.${index}.triggerIcon`}
|
|
55
|
-
/>
|
|
52
|
+
<Image alt="icon" elementKey={`faqs.${index}.triggerIcon`} />
|
|
56
53
|
<Heading elementKey={`faqs.${index}.question`} />
|
|
57
54
|
</Box>
|
|
58
55
|
</AccordionTrigger>
|
|
@@ -73,12 +70,7 @@ const Faq3: React.FC<ILevoBlockBaseProps<IFaq3Content>> = ({ content }) => (
|
|
|
73
70
|
</Box>
|
|
74
71
|
</Box>
|
|
75
72
|
|
|
76
|
-
<Image
|
|
77
|
-
elementKey="faq_image"
|
|
78
|
-
width={400}
|
|
79
|
-
height={500}
|
|
80
|
-
alt="FAQ support illustration"
|
|
81
|
-
/>
|
|
73
|
+
<Image elementKey="faq_image" width={400} height={500} alt="FAQ support illustration" />
|
|
82
74
|
</Box>
|
|
83
75
|
</Container>
|
|
84
76
|
</Section>
|
|
@@ -1,19 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
|
-
type ILevoBlockBaseProps,
|
|
3
2
|
Box,
|
|
4
3
|
Button,
|
|
5
4
|
Container,
|
|
6
5
|
Heading,
|
|
7
6
|
Icon,
|
|
7
|
+
type ILevoBlockBaseProps,
|
|
8
8
|
Section,
|
|
9
9
|
Typography,
|
|
10
10
|
} from "@levo-so/studio";
|
|
11
11
|
|
|
12
12
|
import type { IFeatures1Content } from "./features-1.schema";
|
|
13
13
|
|
|
14
|
-
const Features1: React.FC<ILevoBlockBaseProps<IFeatures1Content>> = ({
|
|
15
|
-
content,
|
|
16
|
-
}) => (
|
|
14
|
+
const Features1: React.FC<ILevoBlockBaseProps<IFeatures1Content>> = ({ content }) => (
|
|
17
15
|
<Section elementKey="layout">
|
|
18
16
|
<Container elementKey="container">
|
|
19
17
|
<Box elementKey="text_wrapper">
|
|
@@ -40,8 +40,7 @@ export const DEFAULT_CONTENT = {
|
|
|
40
40
|
text_wrapper: null,
|
|
41
41
|
icon_wrapper: null,
|
|
42
42
|
title: "Pulmonology",
|
|
43
|
-
description:
|
|
44
|
-
"Specialized pulmonology care for optimal respiratory health and well-being.",
|
|
43
|
+
description: "Specialized pulmonology care for optimal respiratory health and well-being.",
|
|
45
44
|
caption: " ",
|
|
46
45
|
icon: DUMMY_ICON,
|
|
47
46
|
ctas_levoGroup: null,
|
|
@@ -56,8 +55,7 @@ export const DEFAULT_CONTENT = {
|
|
|
56
55
|
text_wrapper: null,
|
|
57
56
|
icon_wrapper: null,
|
|
58
57
|
title: "Hematology",
|
|
59
|
-
description:
|
|
60
|
-
"Specialized pulmonology care for optimal respiratory health and well-being.",
|
|
58
|
+
description: "Specialized pulmonology care for optimal respiratory health and well-being.",
|
|
61
59
|
caption: " ",
|
|
62
60
|
icon: DUMMY_ICON,
|
|
63
61
|
ctas_levoGroup: null,
|
|
@@ -72,8 +70,7 @@ export const DEFAULT_CONTENT = {
|
|
|
72
70
|
text_wrapper: null,
|
|
73
71
|
icon_wrapper: null,
|
|
74
72
|
title: "Infection",
|
|
75
|
-
description:
|
|
76
|
-
"Expert care for infections, ensuring swift diagnosis and effective treatment.",
|
|
73
|
+
description: "Expert care for infections, ensuring swift diagnosis and effective treatment.",
|
|
77
74
|
caption: " ",
|
|
78
75
|
icon: DUMMY_ICON,
|
|
79
76
|
ctas_levoGroup: null,
|
|
@@ -104,8 +101,7 @@ export const DEFAULT_CONTENT = {
|
|
|
104
101
|
text_wrapper: null,
|
|
105
102
|
icon_wrapper: null,
|
|
106
103
|
title: "Generalist",
|
|
107
|
-
description:
|
|
108
|
-
"Generalist doctors addressing common health concerns with personalized care.",
|
|
104
|
+
description: "Generalist doctors addressing common health concerns with personalized care.",
|
|
109
105
|
caption: " ",
|
|
110
106
|
icon: DUMMY_ICON,
|
|
111
107
|
ctas_levoGroup: null,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { DEFAULT_CONTENT, defaultFeatures1Variant } from "./default";
|
|
1
2
|
import { stylizedCardsV1Features1Variant } from "./stylized-cards-v1";
|
|
2
3
|
import { stylizedCardsV2Features1Variant } from "./stylized-cards-v2";
|
|
3
4
|
import { stylizedCardsV3Features1Variant } from "./stylized-cards-v3";
|
|
4
|
-
import { defaultFeatures1Variant, DEFAULT_CONTENT } from "./default";
|
|
5
5
|
|
|
6
6
|
export {
|
|
7
7
|
stylizedCardsV1Features1Variant,
|
|
@@ -4,23 +4,15 @@ const MEDIA_1 = {
|
|
|
4
4
|
id: "R6e60NbOMtalw",
|
|
5
5
|
filename: "features-1-1.png",
|
|
6
6
|
kind: "image",
|
|
7
|
-
location:
|
|
8
|
-
"https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p.png",
|
|
7
|
+
location: "https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p.png",
|
|
9
8
|
srcset: {
|
|
10
|
-
"1080w":
|
|
11
|
-
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
"
|
|
15
|
-
|
|
16
|
-
"
|
|
17
|
-
"https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-320w.webp",
|
|
18
|
-
"640w":
|
|
19
|
-
"https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-640w.webp",
|
|
20
|
-
"750w":
|
|
21
|
-
"https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-750w.webp",
|
|
22
|
-
"828w":
|
|
23
|
-
"https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-828w.webp",
|
|
9
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-1080w.webp",
|
|
10
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-1200w.webp",
|
|
11
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-1920w.webp",
|
|
12
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-320w.webp",
|
|
13
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-640w.webp",
|
|
14
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-750w.webp",
|
|
15
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-828w.webp",
|
|
24
16
|
path: "https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-320w.webp 320w",
|
|
25
17
|
},
|
|
26
18
|
mimetype: "image/png",
|
|
@@ -29,23 +21,15 @@ const MEDIA_2 = {
|
|
|
29
21
|
id: "jfwWnpeTXvRds",
|
|
30
22
|
filename: "features-1-2.png",
|
|
31
23
|
kind: "image",
|
|
32
|
-
location:
|
|
33
|
-
"https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI.png",
|
|
24
|
+
location: "https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI.png",
|
|
34
25
|
srcset: {
|
|
35
|
-
"1080w":
|
|
36
|
-
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
"
|
|
42
|
-
"https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-320w.webp",
|
|
43
|
-
"640w":
|
|
44
|
-
"https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-640w.webp",
|
|
45
|
-
"750w":
|
|
46
|
-
"https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-750w.webp",
|
|
47
|
-
"828w":
|
|
48
|
-
"https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-828w.webp",
|
|
26
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-1080w.webp",
|
|
27
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-1200w.webp",
|
|
28
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-1920w.webp",
|
|
29
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-320w.webp",
|
|
30
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-640w.webp",
|
|
31
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-750w.webp",
|
|
32
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-828w.webp",
|
|
49
33
|
path: "https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-640w.webp 640w",
|
|
50
34
|
},
|
|
51
35
|
mimetype: "image/png",
|
|
@@ -54,23 +38,15 @@ const MEDIA_3 = {
|
|
|
54
38
|
id: "zucCxwW4c368T",
|
|
55
39
|
filename: "features-1-3.png",
|
|
56
40
|
kind: "image",
|
|
57
|
-
location:
|
|
58
|
-
"https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF.png",
|
|
41
|
+
location: "https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF.png",
|
|
59
42
|
srcset: {
|
|
60
|
-
"1080w":
|
|
61
|
-
|
|
62
|
-
"
|
|
63
|
-
|
|
64
|
-
"
|
|
65
|
-
|
|
66
|
-
"
|
|
67
|
-
"https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-320w.webp",
|
|
68
|
-
"640w":
|
|
69
|
-
"https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-640w.webp",
|
|
70
|
-
"750w":
|
|
71
|
-
"https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-750w.webp",
|
|
72
|
-
"828w":
|
|
73
|
-
"https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-828w.webp",
|
|
43
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-1080w.webp",
|
|
44
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-1200w.webp",
|
|
45
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-1920w.webp",
|
|
46
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-320w.webp",
|
|
47
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-640w.webp",
|
|
48
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-750w.webp",
|
|
49
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-828w.webp",
|
|
74
50
|
path: "https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-1200w.webp 1200w",
|
|
75
51
|
},
|
|
76
52
|
mimetype: "image/png",
|
|
@@ -79,23 +55,15 @@ const MEDIA_4 = {
|
|
|
79
55
|
id: "mox8S3I3oM9Gz",
|
|
80
56
|
filename: "features-1-4.png",
|
|
81
57
|
kind: "image",
|
|
82
|
-
location:
|
|
83
|
-
"https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr.png",
|
|
58
|
+
location: "https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr.png",
|
|
84
59
|
srcset: {
|
|
85
|
-
"1080w":
|
|
86
|
-
|
|
87
|
-
"
|
|
88
|
-
|
|
89
|
-
"
|
|
90
|
-
|
|
91
|
-
"
|
|
92
|
-
"https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-320w.webp",
|
|
93
|
-
"640w":
|
|
94
|
-
"https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-640w.webp",
|
|
95
|
-
"750w":
|
|
96
|
-
"https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-750w.webp",
|
|
97
|
-
"828w":
|
|
98
|
-
"https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-828w.webp",
|
|
60
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-1080w.webp",
|
|
61
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-1200w.webp",
|
|
62
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-1920w.webp",
|
|
63
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-320w.webp",
|
|
64
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-640w.webp",
|
|
65
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-750w.webp",
|
|
66
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-828w.webp",
|
|
99
67
|
path: "https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-828w.webp 828w",
|
|
100
68
|
},
|
|
101
69
|
mimetype: "image/png",
|
|
@@ -1,22 +1,20 @@
|
|
|
1
1
|
import {
|
|
2
|
-
type ILevoBlockBaseProps,
|
|
3
|
-
Button,
|
|
4
|
-
Heading,
|
|
5
|
-
Image,
|
|
6
|
-
Typography,
|
|
7
|
-
Container,
|
|
8
|
-
Section,
|
|
9
2
|
Box,
|
|
3
|
+
Button,
|
|
10
4
|
Carousel,
|
|
11
5
|
CarouselContent,
|
|
12
6
|
CarouselItem,
|
|
7
|
+
Container,
|
|
8
|
+
Heading,
|
|
9
|
+
type ILevoBlockBaseProps,
|
|
10
|
+
Image,
|
|
11
|
+
Section,
|
|
12
|
+
Typography,
|
|
13
13
|
} from "@levo-so/studio";
|
|
14
14
|
|
|
15
15
|
import type { IFeatures2Content } from "./features-2.schema";
|
|
16
16
|
|
|
17
|
-
const Features2: React.FC<ILevoBlockBaseProps<IFeatures2Content>> = ({
|
|
18
|
-
content,
|
|
19
|
-
}) => (
|
|
17
|
+
const Features2: React.FC<ILevoBlockBaseProps<IFeatures2Content>> = ({ content }) => (
|
|
20
18
|
<Section elementKey="layout">
|
|
21
19
|
<Container elementKey="container">
|
|
22
20
|
<Box elementKey="header_wrapper">
|