File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,31 @@ export const Header: FC<{
4444 </ div >
4545 { ! hideHero && (
4646 < ContentSection >
47- < DataSplitSection />
47+ { /* <DataSplitSection /> */ }
48+ < div className = "flex flex-row h-[342px] py-6 justify-between items-start max-md:py-12 max-md:h-auto" >
49+ < div className = "flex justify-center items-center" >
50+ < div >
51+ < h1 className = "max-md:text-5xl text-7xl" >
52+ Helium
53+ < br />
54+ Governance
55+ </ h1 >
56+ < p className = "max-w-lg mt-4 text-slate-50 text-lg leading-5" >
57+ Where the community comes together to make decisions on
58+ the network.
59+ </ p >
60+ </ div >
61+ </ div >
62+
63+ < div className = "size-40 max-md:hidden" >
64+ { /* eslint-disable-next-line @next/next/no-img-element */ }
65+ < img
66+ className = "max-sm:hidden"
67+ src = "/images/hero.png"
68+ alt = "hero-image"
69+ />
70+ </ div >
71+ </ div >
4872 </ ContentSection >
4973 ) }
5074 { ! hideNav && (
You can’t perform that action at this time.
0 commit comments