File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ import { motion } from 'framer-motion';
10
10
export default function Hero ( ) {
11
11
return (
12
12
< section className = "pt-4 lg:pt-0 text-white bg-transparent" >
13
- < div className = "top-0 left-0 absolute w-screen z-[-1] bg-[radial-gradient(ellipse_200%_100%_at_bottom_left,#502250 ,#000000_100%)] h-hero" > </ div >
13
+ < div className = "top-0 left-0 absolute w-screen z-[-1] bg-[radial-gradient(ellipse_200%_100%_at_bottom_left,#054874 ,#000000_100%)] h-hero" > </ div >
14
14
< div className = "py-6 px-8 lg:grid lg:gap-8 lg:grid-cols-12 lg:py-8 lg:h-screen" >
15
15
< div className = "place-self-center col-span-5 lg:col-span-7 h-auto py-8 lg:py-0" >
16
16
< h1 className = "text-left text-gray-200 tracking-normal leading-[1] font-extrabold text-6xl xl:text-8xl lg:max-w-2xl mb-6 m-0" >
17
17
Like Steroids,
18
18
< br /> For{ ' ' }
19
- < span className = "bg-[radial-gradient(ellipse_200%_100%_at_top_center,#a31ca5_100 %,#ab46af_100 %)] text-transparent bg-clip-text" >
19
+ < span className = "bg-[radial-gradient(ellipse_200%_100%_at_top_center,#2f8dbb_100 %,#28429f_90 %)] text-transparent bg-clip-text" >
20
20
Crystal PvP.
21
21
</ span >
22
22
</ h1 >
You can’t perform that action at this time.
0 commit comments