@@ -8,46 +8,46 @@ export default function SupportPricing({ home }) {
88 return (
99 < StyleRoot >
1010 { /* Container for demo purpose */ }
11- < div class = "container my-24 px-6 mx-auto" >
11+ < div className = "container px-6 mx-auto" >
1212 { /* Section: Design Block */ }
13- < section class = "mb-32 text-gray-800">
14- < h2 class = "text-3xl font-bold text-center mb-6" > Support</ h2 >
13+ < section className = " text-gray-800 dark:text-white ">
14+ < h2 className = "text-3xl md:text-4xl font-bold text-center mb-6" > Support</ h2 >
1515
16- < p class = "text-center mb-12 text-gray-500" > ⚙️ Two tiers Support.</ p >
16+ < p className = "text-center mb-12 text-gray-500 dark:text-white " > ⚙️ Two tiers Support.</ p >
1717
18- < div className = { home == "true" ? "grid gap-4 grid-cols-4 " : "grid gap-4 grid-cols-2" } >
19- < div className = { home == "true" ? "mb-6 lg:mb-0 col-start-2 " : "mb-6 lg:mb-0 " } >
20- < div class = "block rounded-lg shadow-lg bg-white h-full" >
21- < div class = "p-6 border-b border-gray-300 text-center" >
22- < p class = "uppercase mb-4 text-sm" >
18+ < div className = { home == "true" ? "grid md: gap-2 md: grid-cols-2 " : "grid gap-4 md: grid-cols-2" } >
19+ < div className = { home == "true" ? "mb-6 lg:mb-0 md:w-3/5 md:ml-28 " : "mb-6 lg:mb-0 " } >
20+ < div className = "block rounded-lg shadow-2xl bg-white dark:bg-slate-800 h-full" >
21+ < div className = "p-6 border-b border-gray-300 dark:border-white text-center" >
22+ < p className = "uppercase mb-4 text-sm" >
2323 < strong > Free</ strong >
2424 </ p >
25- < h3 class = "text-2xl mb-6" >
25+ < h3 className = "text-2xl mb-6" >
2626 < strong > $ 0</ strong >
2727 </ h3 >
2828
2929 < div className = "py-4 px-12" >
3030 < Link
31- className = "inline-block px-6 py-2.5 bg-slate-900 text-white font-medium text-xs leading-tight uppercase rounded shadow-md hover:bg-pink-700 hover:shadow-lg focus:bg-pink-700 focus:shadow-lg focus:outline-none focus:ring-0 active:bg-blue-800 active:shadow-lg transition duration-150 ease-in-out w-full no-underline hover:no-underline "
31+ className = "inline-block px-6 py-2.5 bg-slate-900 dark:bg-white text-white dark:text-slate-900 font-medium text-xs leading-tight uppercase rounded shadow-md hover:bg-pink-700 hover:shadow-lg focus:bg-pink-700 focus:shadow-lg focus:outline-none focus:ring-0 active:bg-blue-800 active:shadow-lg transition duration-150 ease-in-out w-full no-underline hover:no-underline "
3232 to = "/introduction"
3333 >
3434 Buy
3535 </ Link >
3636 </ div >
3737 </ div >
38- < div class = "p-6" >
39- < ol class = "list-inside" >
40- < li class = "mb-4 flex items-center" >
41- < svg aria-hidden = "true" focusable = "false" data-prefix = "fas" data-icon = "check" class = "text-green-600 w-4 h-4 mr-2" role = "img" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 512 512" >
38+ < div className = "p-6" >
39+ < ol className = "list-inside" >
40+ < li className = "mb-4 flex items-center" >
41+ < svg aria-hidden = "true" focusable = "false" data-prefix = "fas" data-icon = "check" className = "text-green-600 w-4 h-4 mr-2" role = "img" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 512 512" >
4242 < path
4343 fill = "currentColor"
4444 d = "M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"
4545 > </ path >
4646 </ svg >
4747 monday-friday ,10-18 EET
4848 </ li >
49- < li class = "mb-4 flex items-center" >
50- < svg aria-hidden = "true" focusable = "false" data-prefix = "fas" data-icon = "check" class = "text-green-600 w-4 h-4 mr-2" role = "img" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 512 512" >
49+ < li className = "mb-4 flex items-center" >
50+ < svg aria-hidden = "true" focusable = "false" data-prefix = "fas" data-icon = "check" className = "text-green-600 w-4 h-4 mr-2" role = "img" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 512 512" >
5151 < path
5252 fill = "currentColor"
5353 d = "M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"
@@ -60,75 +60,75 @@ export default function SupportPricing({ home }) {
6060 </ div >
6161 </ div >
6262
63- < div class = "mb-6 lg:mb-0" >
64- < div class = "block rounded-lg shadow-lg bg-white h-full" >
65- < div class = "p-6 border-b border-gray-300 text-center" >
66- < p class = "uppercase mb-4 text-sm" >
63+ < div className = "mb-6 lg:mb-0 md:w-3/5 md:ml-28 " >
64+ < div className = "block rounded-lg shadow-2xl bg-white dark:bg-slate-800 h-full" >
65+ < div className = "p-6 border-b border-gray-300 text-center" >
66+ < p className = "uppercase mb-4 text-sm" >
6767 < strong > PRO</ strong >
6868 </ p >
69- < h3 class = "text-2xl mb-6" >
69+ < h3 className = "text-2xl mb-6" >
7070 < strong > $ 49</ strong >
71- < small class = "text-gray-500 text-sm" > /year</ small >
71+ < small className = "text-gray-500 text-sm" > /year</ small >
7272 </ h3 >
7373
7474 < div className = "py-4 px-4 " >
7575 < Link
76- className = "inline-block px-6 py-2.5 bg-slate-900 text-white font-medium text-xs leading-tight uppercase rounded shadow-md hover:bg-pink-700 hover:shadow-lg focus:bg-pink-700 focus:shadow-lg focus:outline-none focus:ring-0 active:bg-blue-800 active:shadow-lg transition duration-150 ease-in-out w-full no-underline hover:no-underline "
76+ className = "inline-block px-6 py-2.5 bg-slate-900 dark:bg-white text-white dark:text-slate-900 font-medium text-xs leading-tight uppercase rounded shadow-md hover:bg-pink-700 hover:shadow-lg focus:bg-pink-700 focus:shadow-lg focus:outline-none focus:ring-0 active:bg-blue-800 active:shadow-lg transition duration-150 ease-in-out w-full no-underline hover:no-underline "
7777 to = "/introduction"
7878 >
7979 Buy
8080 </ Link >
8181 </ div >
8282 </ div >
83- < div class = "p-6" >
84- < ol class = "list-inside" >
85- < li class = "mb-4 flex items-center" >
86- < svg aria-hidden = "true" focusable = "false" data-prefix = "fas" data-icon = "check" class = "text-green-600 w-4 h-4 mr-2" role = "img" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 512 512" >
83+ < div className = "p-6" >
84+ < ol className = "list-inside" >
85+ < li className = "mb-4 flex items-center" >
86+ < svg aria-hidden = "true" focusable = "false" data-prefix = "fas" data-icon = "check" className = "text-green-600 w-4 h-4 mr-2" role = "img" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 512 512" >
8787 < path
8888 fill = "currentColor"
8989 d = "M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"
9090 > </ path >
9191 </ svg >
9292 24/7 fast support 🚀
9393 </ li >
94- < li class = "mb-4 flex items-center" >
95- < svg aria-hidden = "true" focusable = "false" data-prefix = "fas" data-icon = "check" class = "text-green-600 w-4 h-4 mr-2" role = "img" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 512 512" >
94+ < li className = "mb-4 flex items-center" >
95+ < svg aria-hidden = "true" focusable = "false" data-prefix = "fas" data-icon = "check" className = "text-green-600 w-4 h-4 mr-2" role = "img" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 512 512" >
9696 < path
9797 fill = "currentColor"
9898 d = "M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"
9999 > </ path >
100100 </ svg >
101101 PRO accounts ONLY
102102 </ li >
103- < li class = "mb-4 flex items-center" >
104- < svg aria-hidden = "true" focusable = "false" data-prefix = "fas" data-icon = "check" class = "text-green-600 w-4 h-4 mr-2" role = "img" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 512 512" >
103+ < li className = "mb-4 flex items-center" >
104+ < svg aria-hidden = "true" focusable = "false" data-prefix = "fas" data-icon = "check" className = "text-green-600 w-4 h-4 mr-2" role = "img" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 512 512" >
105105 < path
106106 fill = "currentColor"
107107 d = "M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"
108108 > </ path >
109109 </ svg >
110110 40%OFF applicable to all products & licenses
111111 </ li >
112- < li class = "mb-4 flex items-center" >
113- < svg aria-hidden = "true" focusable = "false" data-prefix = "fas" data-icon = "check" class = "text-green-600 w-4 h-4 mr-2" role = "img" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 512 512" >
112+ < li className = "mb-4 flex items-center" >
113+ < svg aria-hidden = "true" focusable = "false" data-prefix = "fas" data-icon = "check" className = "text-green-600 w-4 h-4 mr-2" role = "img" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 512 512" >
114114 < path
115115 fill = "currentColor"
116116 d = "M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"
117117 > </ path >
118118 </ svg >
119119 40%OFF applicable to all products & licenses
120120 </ li >
121- < li class = "mb-4 flex items-center" >
122- < svg aria-hidden = "true" focusable = "false" data-prefix = "fas" data-icon = "check" class = "text-green-600 w-4 h-4 mr-2" role = "img" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 512 512" >
121+ < li className = "mb-4 flex items-center" >
122+ < svg aria-hidden = "true" focusable = "false" data-prefix = "fas" data-icon = "check" className = "text-green-600 w-4 h-4 mr-2" role = "img" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 512 512" >
123123 < path
124124 fill = "currentColor"
125125 d = "M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"
126126 > </ path >
127127 </ svg >
128128 24/7 fast support via Email and Discord
129129 </ li >
130- < li class = "mb-4 flex items-center" >
131- < svg aria-hidden = "true" focusable = "false" data-prefix = "fas" data-icon = "check" class = "text-green-600 w-4 h-4 mr-2" role = "img" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 512 512" >
130+ < li className = "mb-4 flex items-center" >
131+ < svg aria-hidden = "true" focusable = "false" data-prefix = "fas" data-icon = "check" className = "text-green-600 w-4 h-4 mr-2" role = "img" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 512 512" >
132132 < path
133133 fill = "currentColor"
134134 d = "M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"
0 commit comments