@@ -24,14 +24,14 @@ export function Hero() {
2424 }
2525
2626 return (
27- < div className = "relative min-h-screen bg-( radial-gradient(85.48% 85 .48% at 50% 0%, rgb(64, 63, 125) 0%, rgb(from rgb (28, 28, 63) r g b / 0) 100%)) " >
28- { /* <div className="text-center hero-content ">
29- <div className="max-w-md">
30- <h1 className="mb-5 text-5xl font-medium uppercase text-hacktoberfest-light-pink">
27+ < div className = "relative min-h-screen bg-[ radial-gradient(85.48%_85 .48%_at_50%_0%, rgb(64,63,125)_0%, rgb(from_rgb (28,28,63)_r_g_b/_0)_100%)] " >
28+ < div className = "z-50 flex justify-center items-center text-center h-screen " >
29+ < div className = "max-w-md space-y-5 " >
30+ < h1 className = "text-5xl font-medium uppercase text-hacktoberfest-light-pink" >
3131 Search your language
3232 </ h1 >
3333 < form
34- className="items-center w-full max-w-xs mx-auto my-5 form-control"
34+ className = "items-center w-full max-w-xs mx-auto form-control"
3535 onSubmit = { handleSearch }
3636 >
3737 < div className = "flex w-full" >
@@ -51,15 +51,15 @@ export function Hero() {
5151 </ button >
5252 </ div >
5353 </ form >
54- <p className="mb-5 font-medium uppercase text-hacktoberfest-light">
54+ < p className = "font-medium uppercase text-hacktoberfest-light" >
5555 Or select the programming language you would like to find
5656 repositories for.
5757 </ p >
58-
59- {mainLanguages.map(language => (
60- <LanguageButton key={language} language={language} />
61- ))}
62-
58+ < div className = "flex flex-wrap gap-6 items-center justify-center " >
59+ { mainLanguages . map ( language => (
60+ < LanguageButton key = { language } language = { language } />
61+ ) ) }
62+ </ div >
6363 < div className = "dropdown dropdown-top" >
6464 < Button tabIndex = { 0 } className = "umami--click--otherlangs-button" >
6565 Other languages
@@ -79,8 +79,8 @@ export function Hero() {
7979 </ ul >
8080 </ div >
8181 </ div >
82- </div> */ }
83- < div className = "absolute top-0 left-0 w-full h-full" >
82+ </ div >
83+ < div className = "absolute top-0 left-0 w-full h-full -z-10 " >
8484 < HeroSectionSvg className = "w-full h-full" />
8585 </ div >
8686 </ div >
0 commit comments