@@ -130,7 +130,7 @@ const PaperCard = ({
130130 className ?: string
131131} ) => (
132132 < motion . div
133- className = { `group relative flex h-full flex-col rounded-lg bg-background-1 transition-all duration-200 ${ featured ? '' : 'hover:scale-[1.02]' } ${ className } ${ featured ? 'overflow-hidden' : 'p-4 md:p-6' } ` }
133+ className = { `from-white/8 to-white/4 hover:from-white/12 hover:to-white/6 group relative flex h-full flex-col rounded-lg border border-white/10 bg-gradient-to-br backdrop-blur-md transition-all duration-200 hover:border-white/20 ${ featured ? '' : 'hover:scale-[1.02]' } ${ className } ${ featured ? 'overflow-hidden' : 'p-4 md:p-6' } ` }
134134 initial = { { opacity : 0 , y : 20 } }
135135 whileInView = { { opacity : 1 , y : 0 } }
136136 viewport = { { once : true } }
@@ -214,7 +214,7 @@ export const AboutMaia = () => {
214214 < div >
215215 < section
216216 id = "main_info"
217- className = "relative flex flex-col items-center justify-center bg-background-2 py-20 text-center"
217+ className = "relative flex flex-col items-center justify-center bg-transparent py-20 text-center"
218218 ref = { projectRef }
219219 >
220220 < div className = "flex max-w-3xl flex-col items-center justify-center px-4 md:px-0" >
@@ -295,7 +295,7 @@ export const AboutMaia = () => {
295295
296296 < section
297297 id = "team_info"
298- className = "relative overflow-hidden bg-background-1 py-16"
298+ className = "relative overflow-hidden bg-transparent py-16"
299299 ref = { teamRef }
300300 >
301301 < div className = "relative z-10 mx-auto my-0 flex max-w-[1200px] flex-col items-center justify-center gap-8" >
@@ -311,7 +311,7 @@ export const AboutMaia = () => {
311311 </ section >
312312
313313 < section
314- className = "relative flex flex-col items-center justify-center gap-2 overflow-hidden bg-background-2 py-20"
314+ className = "relative flex flex-col items-center justify-center gap-2 overflow-hidden bg-transparent py-20"
315315 ref = { acknowledgementsRef }
316316 >
317317 < h3 className = "text-center text-xl font-bold uppercase" >
0 commit comments