@@ -50,18 +50,18 @@ const includes = [
50
50
const PricingConf = ( ) => {
51
51
return (
52
52
< div id = "attend" >
53
- < div className = "bg-[#0E031C ] container mt-10 mb-6" >
53
+ < div className = "bg-[#171E26 ] container mt-10 mb-6" >
54
54
< div className = "flex flex-col text-center w-full" >
55
55
< h1 className = "text-4xl text-white font-bold" > Attend</ h1 >
56
56
</ div >
57
- < div className = "mx-auto" >
58
- < div className = "flex max- md:flex-wrap gap-8 mt-8" >
57
+ < div className = "mx-auto max-w-[80ch] " >
58
+ < div className = "w-full grid grid-rows-1 md:grid-cols-3 gap-8 mt-8" >
59
59
{ pricing . map ( ( pricing , i ) => (
60
60
< a
61
61
key = { i }
62
62
href = "https://cvent.me/4zbxz9"
63
63
target = "_blank"
64
- className = "block mx-auto w-64 p-6 overflow-hidden bg-[#251C39 ] shadow-xl rounded-2xl focus:outline-none hover:drop-shadow-lg hover:scale-[102%] hover:no-underline focus:no-underline transition ease-in-out"
64
+ className = "block mx-auto w-64 p-6 overflow-hidden bg-[#2E343C ] shadow-xl rounded-2xl focus:outline-none hover:drop-shadow-lg hover:scale-[102%] hover:no-underline focus:no-underline transition ease-in-out"
65
65
>
66
66
< div >
67
67
< div className = "text-center text-3xl text-white font-bold mb-2" >
@@ -70,19 +70,17 @@ const PricingConf = () => {
70
70
< div className = "text-white text-center text-sm" >
71
71
{ pricing . date }
72
72
</ div >
73
- < div className = "text-[#B48EF1 ] mt-4 p-4 rounded-full text-center text-4xl font-extrabold" >
73
+ < div className = "text-[--rhodamine ] mt-4 p-4 rounded-full text-center text-4xl font-extrabold" >
74
74
{ pricing . price }
75
75
</ div >
76
76
</ div >
77
77
</ a >
78
78
) ) }
79
79
</ div >
80
80
< div className = "my-8 flex justify-center" >
81
- < ButtonConf
82
- text = "Buy a Ticket!"
83
- href = "https://cvent.me/4zbxz9"
84
- target = "_blank"
85
- />
81
+ < ButtonConf href = "https://cvent.me/4zbxz9" >
82
+ Buy a Ticket!
83
+ </ ButtonConf >
86
84
</ div >
87
85
< div className = "w-full" >
88
86
< div className = "mx-auto flex flex-col items-center text-center" >
@@ -93,10 +91,10 @@ const PricingConf = () => {
93
91
{ includes . map ( ( include , i ) => (
94
92
< div
95
93
key = { i }
96
- className = "flex mx-4 my-2 text-white items-center gap-4"
94
+ className = "flex mx-4 text-white items-center gap-4"
97
95
>
98
96
< CheckCircledIcon
99
- className = "text-[#B48EF1 ]"
97
+ className = "text-[--rhodamine ]"
100
98
height = { 20 }
101
99
width = { 20 }
102
100
/>
@@ -111,15 +109,15 @@ const PricingConf = () => {
111
109
</ h3 >
112
110
< p className = "text-white" >
113
111
Apply for a{ " " }
114
- < a className = "text-[#B48EF1]" href = "/conf/faq/#visas" >
112
+ < a href = "/conf/faq/#visas" >
115
113
Visa
116
114
</ a > { " " }
117
115
or{ " " }
118
- < a className = "text-[#B48EF1]" href = "/conf/faq/#scholarships" >
116
+ < a href = "/conf/faq/#scholarships" >
119
117
Scholarship
120
118
</ a > { " " }
121
119
or find more help in our{ " " }
122
- < a className = "text-[#B48EF1]" href = "/conf/faq/" >
120
+ < a href = "/conf/faq/" >
123
121
FAQ
124
122
</ a >
125
123
.
0 commit comments