@@ -7,7 +7,7 @@ export function FireCMSCloudVersions() {
7
7
8
8
const freeTier = (
9
9
< div
10
- className = { clsx ( "w-full max-w-xl lg:max-w-none h-full p-6 border rounded-lg dark:border-gray-700 flex flex-col" , defaultBorderMixin ) } >
10
+ className = { clsx ( "bg-white w-full max-w-xl lg:max-w-none h-full p-6 border rounded-lg dark:border-gray-700 flex flex-col" , defaultBorderMixin ) } >
11
11
12
12
< h3 className = { "text-3xl md:text-4xl font-bold text-center text-gray-700 uppercase my-2" } >
13
13
Free
@@ -38,7 +38,7 @@ export function FireCMSCloudVersions() {
38
38
39
39
const plusTier = (
40
40
< div
41
- className = { clsx ( "w-full max-w-xl lg:max-w-none h-full p-6 rounded-lg flex flex-col outline-none ring-2 ring-primary ring-opacity-75 ring-offset-2 ring-offset-transparent" ) } >
41
+ className = { clsx ( "bg-white w-full max-w-xl lg:max-w-none h-full p-6 rounded-lg flex flex-col outline-none ring-2 ring-primary ring-opacity-75 ring-offset-2 ring-offset-transparent" ) } >
42
42
43
43
< h3 className = { "text-3xl md:text-4xl font-bold text-center text-primary uppercase my-2" } >
44
44
Plus
@@ -78,7 +78,7 @@ export function FireCMSCloudVersions() {
78
78
79
79
const proTier = (
80
80
< div
81
- className = { clsx ( "w-full max-w-xl lg:max-w-none h-full p-6 border rounded-lg flex flex-col" , defaultBorderMixin ) } >
81
+ className = { clsx ( "bg-white w-full max-w-xl lg:max-w-none h-full p-6 border rounded-lg flex flex-col" , defaultBorderMixin ) } >
82
82
83
83
< h3 className = { "text-3xl md:text-4xl font-bold text-center text-gray-700 uppercase my-2" } >
84
84
Pro
@@ -113,18 +113,17 @@ export function FireCMSCloudVersions() {
113
113
More info
114
114
</ a >
115
115
</ div >
116
- < div className = { "text-center text-gray-600 w-full" } >
116
+ < div className = { "mt-4 text-center text-gray-600 w-full" } >
117
117
< span className = { "text-2xl font-bold " } > Starting at €29.99</ span >
118
118
</ div >
119
119
</ div >
120
120
) ;
121
121
122
122
return < section
123
- className = { clsx ( defaultBorderMixin , "flex flex-col text-gray-900 items-center justify-center text-lg border-0 border-t bg-white " ) } >
123
+ className = { clsx ( defaultBorderMixin , "flex flex-col text-gray-900 items-center justify-center text-lg border-0 border-t bg-gray-50 " ) } >
124
124
125
125
< div className = { clsx ( ContainerMixin , ContainerPaddingMixin , "flex flex-col items-center gap-8" ) } >
126
126
127
-
128
127
< h2 className = { "h2 mb-3 uppercase font-mono" } >
129
128
Full no-code/low-code solution
130
129
</ h2 >
0 commit comments