@@ -126,79 +126,75 @@ function HomePage() {
126126 </ S . AboutContent >
127127 </ S . About >
128128
129- < S . SubContent >
130- < S . DeptCTA >
131- < S . SubHeading > View Stop + Search Data by Department</ S . SubHeading >
132- < P size = { SIZES [ 1 ] } > Choose a police or sheriff’s department to see:</ P >
133- < P size = { SIZES [ 1 ] } > - Stops and search rates over time</ P >
134- < P size = { SIZES [ 1 ] } > - Stops and searches broken down by race / ethnicity</ P >
135- < P size = { SIZES [ 1 ] } >
136- - Use of force during stops and how frequently contraband was found
137- </ P >
138- < S . SearchWrapper >
139- < DepartmentSearch
140- showIndexList
141- navigateOnSelect
142- placeholder = "Search for a police or sheriff's department..."
143- />
144- </ S . SearchWrapper >
145- < S . ViewAllDepts onClick = { ( ) => history . push ( AGENCY_LIST_SLUG ) } >
146- View all departments
147- < S . ViewAllIcon
148- icon = { ICONS . arrowRight }
149- fill = { theme . colors . primaryDark }
129+ < S . DeptCTA >
130+ < S . SubHeading > View Data by Department</ S . SubHeading >
131+ < P size = { SIZES [ 1 ] } > Choose a police or sheriff’s department to see:</ P >
132+ < P size = { SIZES [ 1 ] } > - Stops and search rates over time</ P >
133+ < P size = { SIZES [ 1 ] } > - Stops and searches broken down by race / ethnicity</ P >
134+ < P size = { SIZES [ 1 ] } > - Use of force during stops and how frequently contraband was found</ P >
135+ < S . SearchWrapper >
136+ < DepartmentSearch
137+ showIndexList
138+ navigateOnSelect
139+ placeholder = "Search for a police or sheriff's department..."
140+ />
141+ </ S . SearchWrapper >
142+ < S . ViewAllDepts onClick = { ( ) => history . push ( AGENCY_LIST_SLUG ) } >
143+ View all departments
144+ < S . ViewAllIcon
145+ icon = { ICONS . arrowRight }
146+ fill = { theme . colors . primaryDark }
147+ height = { 25 }
148+ width = { 25 }
149+ />
150+ </ S . ViewAllDepts >
151+ < S . ButtonWrapper >
152+ < FjButton
153+ variant = "positive"
154+ border = { `2px solid ${ theme . colors . primary } ` }
155+ { ...ChartHeaderStyles . ButtonInlines }
156+ onClick = { ( ) => history . push ( `${ STATEWIDE_DATA } ` ) }
157+ >
158+ < ChartHeaderStyles . Icon
159+ icon = { ICONS . info }
150160 height = { 25 }
151161 width = { 25 }
162+ fill = { theme . colors . white }
152163 />
153- </ S . ViewAllDepts >
154- < S . ButtonWrapper >
155- < FjButton
156- variant = "positive"
157- border = { `2px solid ${ theme . colors . primary } ` }
158- { ...ChartHeaderStyles . ButtonInlines }
159- onClick = { ( ) => history . push ( `${ STATEWIDE_DATA } ` ) }
160- >
161- < ChartHeaderStyles . Icon
162- icon = { ICONS . info }
163- height = { 25 }
164- width = { 25 }
164+ View all statewide data
165+ </ FjButton >
166+ </ S . ButtonWrapper >
167+ </ S . DeptCTA >
168+ < S . StopCTA >
169+ < S . SubHeading > Find a Stop</ S . SubHeading >
170+ < P size = { SIZES [ 1 ] } >
171+ Have you or someone you know been subjected to an unfair stop or search?
172+ </ P >
173+ < P size = { SIZES [ 1 ] } >
174+ Enter the stop information to view all data associated with that particular officer.
175+ </ P >
176+ < S . ButtonWrapper >
177+ < FjButton
178+ onClick = { ( ) => history . push ( FIND_A_STOP_SLUG ) }
179+ variant = "positive"
180+ bg = { theme . colors . secondary }
181+ width = "100%"
182+ py = "2"
183+ fontSize = "3"
184+ fontWeight = "bold"
185+ >
186+ < S . ButtonInner >
187+ FIND A STOP
188+ < S . ButtonIcon
189+ icon = { ICONS . arrowRight }
165190 fill = { theme . colors . white }
191+ width = { 32 }
192+ height = { 32 }
166193 />
167- View all statewide data
168- </ FjButton >
169- </ S . ButtonWrapper >
170- </ S . DeptCTA >
171- < S . StopCTA >
172- < S . SubHeading > Find a Stop</ S . SubHeading >
173- < P size = { SIZES [ 1 ] } >
174- Have you or someone you know been subjected to an unfair stop or search?
175- </ P >
176- < P size = { SIZES [ 1 ] } >
177- Enter the stop information to view all data associated with that particular officer.
178- </ P >
179- < S . ButtonWrapper >
180- < FjButton
181- onClick = { ( ) => history . push ( FIND_A_STOP_SLUG ) }
182- variant = "positive"
183- bg = { theme . colors . secondary }
184- width = "100%"
185- py = "2"
186- fontSize = "3"
187- fontWeight = "bold"
188- >
189- < S . ButtonInner >
190- FIND A STOP
191- < S . ButtonIcon
192- icon = { ICONS . arrowRight }
193- fill = { theme . colors . white }
194- width = { 32 }
195- height = { 32 }
196- />
197- </ S . ButtonInner >
198- </ FjButton >
199- </ S . ButtonWrapper >
200- </ S . StopCTA >
201- </ S . SubContent >
194+ </ S . ButtonInner >
195+ </ FjButton >
196+ </ S . ButtonWrapper >
197+ </ S . StopCTA >
202198 </ S . MainContent >
203199 </ S . HomePage >
204200 ) ;
0 commit comments