@@ -147,7 +147,7 @@ const Sponsorship = (): ReactElement => {
147147 < div className = "grid gap-10 p-6 md:grid-cols-2 md:p-8 lg:p-10" >
148148 < div className = "space-y-5" >
149149 < span className = "inline-flex items-center gap-2 rounded-full border border-yellow-300/40 bg-yellow-300/10 px-3 py-1.5 text-[0.82rem] font-bold uppercase tracking-[0.08em] text-sky-600" > { t ( 'sponsorship.heroEyebrow' ) } </ span >
150- < h1 className = "text-4xl font-bold leading-none tracking-tight text-slate-950 md:text-5xl lg:text-6xl" > { t ( 'navbar.sponsorship' ) } </ h1 >
150+ < h1 className = "text-4xl font-bold leading-none tracking-tight text-brand md:text-5xl lg:text-6xl" > { t ( 'navbar.sponsorship' ) } </ h1 >
151151 < p className = "text-lg leading-8 text-slate-600" > { t ( 'sponsorship.description1' ) } </ p >
152152 < p className = "text-slate-600" > { t ( 'sponsorship.description2' ) } </ p >
153153 < p className = "text-slate-600" > { t ( 'sponsorship.description3' ) } </ p >
@@ -158,19 +158,19 @@ const Sponsorship = (): ReactElement => {
158158 < div className = "grid gap-3 sm:grid-cols-3" >
159159 < div className = "rounded-2xl border border-black/8 bg-yellow-50 px-4 py-4" >
160160 < div className = "text-xs font-semibold uppercase tracking-widest text-yellow-700" > { t ( 'sponsorship.attendeesTitle' ) } </ div >
161- < div className = "mt-2 text-3xl font-bold text-slate-950 " > 97</ div >
161+ < div className = "mt-2 text-3xl font-bold text-brand " > 97</ div >
162162 </ div >
163163 < div className = "rounded-2xl border border-black/8 bg-sky-50 px-4 py-4" >
164164 < div className = "text-xs font-semibold uppercase tracking-widest text-sky-700" > { t ( 'sponsorship.ourSponsors' ) } </ div >
165- < div className = "mt-2 text-3xl font-bold text-slate-950 " > 3</ div >
165+ < div className = "mt-2 text-3xl font-bold text-brand " > 3</ div >
166166 </ div >
167167 < div className = "rounded-2xl border border-black/8 bg-emerald-50 px-4 py-4" >
168168 < div className = "text-xs font-semibold uppercase tracking-widest text-emerald-700" > { t ( 'sponsorship.ourPatreons' ) } </ div >
169- < div className = "mt-2 text-3xl font-bold text-slate-950 " > { patreons . length } </ div >
169+ < div className = "mt-2 text-3xl font-bold text-brand " > { patreons . length } </ div >
170170 </ div >
171171 </ div >
172172 </ div >
173- < div className = "overflow-hidden rounded-3xl border border-black/10 bg-slate-950 shadow-lg" >
173+ < div className = "overflow-hidden rounded-3xl border border-black/10 bg-brand shadow-lg" >
174174 < iframe
175175 width = "100%"
176176 className = "aspect-video"
@@ -194,7 +194,7 @@ const Sponsorship = (): ReactElement => {
194194 < div className = "grid gap-8 lg:grid-cols-3" >
195195 < div >
196196 < p className = "inline-flex items-center gap-2 rounded-full border border-yellow-300/40 bg-yellow-300/10 px-3 py-1.5 text-[0.82rem] font-bold uppercase tracking-[0.08em] text-sky-600" > { t ( 'sponsorship.attendeesTitle' ) } </ p >
197- < h2 className = "mt-4 text-2xl font-bold tracking-tight text-slate-950 md:text-3xl" > { t ( 'sponsorship.audienceProfile' ) } </ h2 >
197+ < h2 className = "mt-4 text-2xl font-bold tracking-tight text-brand md:text-3xl" > { t ( 'sponsorship.audienceProfile' ) } </ h2 >
198198 < p className = "mt-4 text-slate-600" > { t ( 'sponsorship.venues' ) } </ p >
199199 </ div >
200200 < div className = "mx-auto w-full min-w-0 max-w-xl rounded-3xl border border-black/8 bg-white/82 p-4 shadow-sm sm:col-span-2 sm:p-6" >
@@ -222,17 +222,17 @@ const Sponsorship = (): ReactElement => {
222222 return (
223223 < div key = { `${ plan . tier } -${ benefit . body } ` } className = "rounded-2xl border border-black/8 bg-white/72 p-4" >
224224 < div className = "mb-2 flex items-center gap-3" >
225- < span className = "inline-flex h-10 w-10 items-center justify-center rounded-2xl bg-slate-950 text-white" >
225+ < span className = "inline-flex h-10 w-10 items-center justify-center rounded-2xl bg-brand text-white" >
226226 < Icon className = "h-4 w-4" />
227227 </ span >
228- < div className = "font-semibold text-slate-950 " > { benefit . title } </ div >
228+ < div className = "font-semibold text-brand " > { benefit . title } </ div >
229229 </ div >
230230 < p className = "text-sm leading-6 text-slate-600" > { benefit . body } </ p >
231231 </ div >
232232 )
233233 } ) }
234234 </ div >
235- < div className = "rounded-3xl border border-black/8 bg-slate-950 px-5 py-5 text-white" >
235+ < div className = "rounded-3xl border border-black/8 bg-brand px-5 py-5 text-white" >
236236 < p className = "mb-4 text-xs font-semibold uppercase tracking-widest text-slate-300" > { t ( 'sponsorship.costs' ) } </ p >
237237 < div className = "grid gap-3" >
238238 { plan . pricing . map ( ( price ) => (
@@ -252,7 +252,7 @@ const Sponsorship = (): ReactElement => {
252252 < div className = "mb-6 flex items-end justify-between gap-4" >
253253 < div >
254254 < p className = "inline-flex items-center gap-2 rounded-full border border-yellow-300/40 bg-yellow-300/10 px-3 py-1.5 text-[0.82rem] font-bold uppercase tracking-[0.08em] text-sky-600" > { t ( 'sponsorship.ourSponsors' ) } </ p >
255- < h2 className = "mt-4 text-2xl font-bold tracking-tight text-slate-950 md:text-3xl" > { t ( 'sponsorship.ourSponsors' ) } </ h2 >
255+ < h2 className = "mt-4 text-2xl font-bold tracking-tight text-brand md:text-3xl" > { t ( 'sponsorship.ourSponsors' ) } </ h2 >
256256 </ div >
257257 </ div >
258258 < div className = "grid gap-4 md:grid-cols-3" >
@@ -268,7 +268,7 @@ const Sponsorship = (): ReactElement => {
268268 < div className = "mb-6 flex items-end justify-between gap-4" >
269269 < div >
270270 < p className = "inline-flex items-center gap-2 rounded-full border border-yellow-300/40 bg-yellow-300/10 px-3 py-1.5 text-[0.82rem] font-bold uppercase tracking-[0.08em] text-sky-600" > { t ( 'sponsorship.ourPatreons' ) } </ p >
271- < h2 className = "mt-4 text-2xl font-bold tracking-tight text-slate-950 md:text-3xl" > { t ( 'sponsorship.ourPatreons' ) } </ h2 >
271+ < h2 className = "mt-4 text-2xl font-bold tracking-tight text-brand md:text-3xl" > { t ( 'sponsorship.ourPatreons' ) } </ h2 >
272272 </ div >
273273 </ div >
274274 < div className = "grid grid-cols-2 gap-4 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6" >
@@ -288,7 +288,7 @@ const Sponsorship = (): ReactElement => {
288288 < p > { t ( 'sponsorship.tax' ) } </ p >
289289 < p >
290290 { t ( 'sponsorship.contact1' ) } { ' ' }
291- < a className = "font-semibold text-slate-950 underline decoration-sky-400 underline-offset-4" href = "mailto:webdevtalkscolima@gmail.com" >
291+ < a className = "font-semibold text-brand underline decoration-sky-400 underline-offset-4" href = "mailto:webdevtalkscolima@gmail.com" >
292292 webdevtalkscolima@gmail.com
293293 </ a > { ' ' }
294294 { t ( 'sponsorship.contact2' ) }
0 commit comments