|
1
|
|
|
<?php |
|
2
|
|
|
/** |
|
3
|
|
|
* Pricing table block pattern |
|
4
|
|
|
*/ |
|
|
|
|
|
|
5
|
|
|
return array( |
|
6
|
|
|
'title' => __( 'Pricing table', 'lsx' ), |
|
7
|
|
|
'categories' => array( 'featured', 'columns', 'buttons' ), |
|
8
|
|
|
'content' => '<!-- wp:columns --> |
|
9
|
|
|
<div class="wp-block-columns"><!-- wp:column {"width":"100%"} --> |
|
10
|
|
|
<div class="wp-block-column" style="flex-basis:100%"><!-- wp:columns --> |
|
11
|
|
|
<div class="wp-block-columns"><!-- wp:column {"width":"100%"} --> |
|
12
|
|
|
<div class="wp-block-column" style="flex-basis:100%"><!-- wp:columns --> |
|
13
|
|
|
<div class="wp-block-columns"><!-- wp:column {"width":"","style":{"spacing":{"padding":{"top":"20px","right":"10px","bottom":"20px","left":"10px"}},"border":{"width":"0px","style":"none"}},"gradient":"very-light-gray-to-cyan-bluish-gray","layout":{"inherit":false}} --> |
|
14
|
|
|
<div class="wp-block-column has-very-light-gray-to-cyan-bluish-gray-gradient-background has-background" style="border-style:none;border-width:0px;padding-top:20px;padding-right:10px;padding-bottom:20px;padding-left:10px"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"black","fontSize":"large"} --> |
|
15
|
|
|
<h3 class="has-text-align-center has-black-color has-text-color has-large-font-size"><strong>Free</strong></h3> |
|
16
|
|
|
<!-- /wp:heading --> |
|
17
|
|
|
|
|
18
|
|
|
<!-- wp:paragraph {"align":"center"} --> |
|
19
|
|
|
<p class="has-text-align-center"><strong>$0</strong>/<em>Month</em></p> |
|
20
|
|
|
<!-- /wp:paragraph --> |
|
21
|
|
|
|
|
22
|
|
|
<!-- wp:separator {"className":"is-style-wide"} --> |
|
23
|
|
|
<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" /> |
|
24
|
|
|
<!-- /wp:separator --> |
|
25
|
|
|
|
|
26
|
|
|
<!-- wp:paragraph {"align":"center"} --> |
|
27
|
|
|
<p class="has-text-align-center"><strong>- Lorem Ipsum<br>- Pellentesque malesuada<br>- Maecenas vel velit<br>- Nam molestie<br>- Phasellus in turpis</strong><br><strong>- Nunc ornare enim</strong></p> |
|
28
|
|
|
<!-- /wp:paragraph --> |
|
29
|
|
|
|
|
30
|
|
|
<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} --> |
|
31
|
|
|
<div class="wp-block-buttons"><!-- wp:button {"style":{"spacing":{"padding":{"top":"10px","right":"25px","bottom":"10px","left":"25px"}},"border":{"radius":"50px"}},"className":"is-style-fill"} --> |
|
32
|
|
|
<div class="wp-block-button is-style-fill"><a class="wp-block-button__link" style="border-radius:50px;padding-top:10px;padding-right:25px;padding-bottom:10px;padding-left:25px">Buy Now</a></div> |
|
33
|
|
|
<!-- /wp:button --></div> |
|
34
|
|
|
<!-- /wp:buttons --></div> |
|
35
|
|
|
<!-- /wp:column --> |
|
36
|
|
|
|
|
37
|
|
|
<!-- wp:column {"width":"","style":{"spacing":{"padding":{"top":"20px","right":"10px","bottom":"20px","left":"10px"}},"border":{"width":"0px","style":"none"}},"gradient":"very-light-gray-to-cyan-bluish-gray","layout":{"inherit":false}} --> |
|
38
|
|
|
<div class="wp-block-column has-very-light-gray-to-cyan-bluish-gray-gradient-background has-background" style="border-style:none;border-width:0px;padding-top:20px;padding-right:10px;padding-bottom:20px;padding-left:10px"><!-- wp:heading {"textAlign":"center","level":3,"textColor":"black","fontSize":"large"} --> |
|
39
|
|
|
<h3 class="has-text-align-center has-black-color has-text-color has-large-font-size"><strong>Premium</strong></h3> |
|
40
|
|
|
<!-- /wp:heading --> |
|
41
|
|
|
|
|
42
|
|
|
<!-- wp:paragraph {"align":"center"} --> |
|
43
|
|
|
<p class="has-text-align-center"><strong>$50</strong>/<em>Month</em></p> |
|
44
|
|
|
<!-- /wp:paragraph --> |
|
45
|
|
|
|
|
46
|
|
|
<!-- wp:separator {"className":"is-style-wide"} --> |
|
47
|
|
|
<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" /> |
|
48
|
|
|
<!-- /wp:separator --> |
|
49
|
|
|
|
|
50
|
|
|
<!-- wp:paragraph {"align":"center"} --> |
|
51
|
|
|
<p class="has-text-align-center"><strong>- Lorem Ipsum<br>- Pellentesque malesuada<br>- Maecenas vel velit<br>- Nam molestie<br>- Phasellus in turpis</strong><br><strong>- Nunc ornare enim</strong></p> |
|
52
|
|
|
<!-- /wp:paragraph --> |
|
53
|
|
|
|
|
54
|
|
|
<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} --> |
|
55
|
|
|
<div class="wp-block-buttons"><!-- wp:button {"style":{"spacing":{"padding":{"top":"10px","right":"25px","bottom":"10px","left":"25px"}},"border":{"radius":"50px"}},"className":"is-style-fill"} --> |
|
56
|
|
|
<div class="wp-block-button is-style-fill"><a class="wp-block-button__link" style="border-radius:50px;padding-top:10px;padding-right:25px;padding-bottom:10px;padding-left:25px">Buy Now</a></div> |
|
57
|
|
|
<!-- /wp:button --></div> |
|
58
|
|
|
<!-- /wp:buttons --></div> |
|
59
|
|
|
<!-- /wp:column --></div> |
|
60
|
|
|
<!-- /wp:columns --></div> |
|
61
|
|
|
<!-- /wp:column --></div> |
|
62
|
|
|
<!-- /wp:columns --></div> |
|
63
|
|
|
<!-- /wp:column --></div> |
|
64
|
|
|
<!-- /wp:columns -->', |
|
65
|
|
|
); |
|
66
|
|
|
|