1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
- exports [` BuyHeader renders BuyHeader component 1` ] = `
3
+ exports [` BuyHeader renders BuyHeader component with See homes for sale button 1` ] = `
4
4
<DocumentFragment >
5
5
<header
6
6
class = " page-header buy-header"
@@ -21,9 +21,9 @@ exports[`BuyHeader renders BuyHeader component 1`] = `
21
21
>
22
22
<a
23
23
class = " button is-primary is-fullwidth"
24
- href = " #listing-results "
24
+ href = " #nav-bar-container "
25
25
>
26
- See the listings
26
+ See homes for sale
27
27
</a >
28
28
</div >
29
29
<div
@@ -154,3 +154,120 @@ exports[`BuyHeader renders BuyHeader component 1`] = `
154
154
</header >
155
155
</DocumentFragment >
156
156
` ;
157
+
158
+ exports [` BuyHeader renders BuyHeader component with See the listings button 1` ] = `
159
+ <DocumentFragment >
160
+ <header
161
+ class = " page-header buy-header"
162
+ >
163
+ <hgroup
164
+ class = " page-header__group"
165
+ >
166
+ <div
167
+ class = " buy-header_columns"
168
+ >
169
+ <h1
170
+ class = " buy-header_title buy-header_left_col"
171
+ >
172
+ Buy affordable housing
173
+ </h1 >
174
+ <div
175
+ class = " mb-8 buy-header_right_col"
176
+ >
177
+ <a
178
+ class = " button is-primary is-fullwidth"
179
+ href = " #nav-bar-container"
180
+ >
181
+ See the listings
182
+ </a >
183
+ </div >
184
+ <div
185
+ class = " buy-header_left_col"
186
+ >
187
+ <div
188
+ class = " mb-8"
189
+ >
190
+ <h2
191
+ class = " text__underline-weighted mb-5 text-gray-750"
192
+ >
193
+ Before applying
194
+ </h2 >
195
+ <p
196
+ class = " text-gray-750"
197
+ >
198
+ Make sure you:
199
+ </p >
200
+ <ol
201
+ class = " numbered-list my-5"
202
+ >
203
+ <li
204
+ class = " text-gray-750 primary-lighter-markup-link"
205
+ >
206
+ Haven't owned residential property in the past 3 years
207
+ </li >
208
+ <li
209
+ class = " text-gray-750 primary-lighter-markup-link"
210
+ >
211
+ <span >
212
+ Meet our
213
+ <a
214
+ href = " https://sf.gov/determine-if-you-can-buy-affordable-housing-program"
215
+ target = " _blank"
216
+ >
217
+ income requirements
218
+ </a >
219
+ </span >
220
+ </li >
221
+ <li
222
+ class = " text-gray-750 primary-lighter-markup-link"
223
+ >
224
+ <span >
225
+ Complete
226
+ <a
227
+ href = " https://sf.gov/sign-complete-homebuyer-education"
228
+ target = " _blank"
229
+ >
230
+ homebuyer education
231
+ </a >
232
+ </span >
233
+ </li >
234
+ <li
235
+ class = " text-gray-750 primary-lighter-markup-link"
236
+ >
237
+ <span >
238
+ Get pre-approved for a mortgage loan by a
239
+ <a
240
+ href = " https://sf.gov/reports/october-2023/find-lender-below-market-rate-program"
241
+ target = " _blank"
242
+ >
243
+ lender on our list
244
+ </a >
245
+ </span >
246
+ </li >
247
+ <li
248
+ class = " text-gray-750 primary-lighter-markup-link"
249
+ >
250
+ Have enough in savings for closing costs and downpayment
251
+ </li >
252
+ </ol >
253
+ <div
254
+ class = " text-gray-750 primary-lighter-markup-link-desktop"
255
+ >
256
+ <span >
257
+ Read
258
+ <a
259
+ href = " https://sf.gov/determine-if-you-can-buy-affordable-housing-program"
260
+ target = " _blank"
261
+ >
262
+ our full list of requirements
263
+ </a >
264
+ for more details.
265
+ </span >
266
+ </div >
267
+ </div >
268
+ </div >
269
+ </div >
270
+ </hgroup >
271
+ </header >
272
+ </DocumentFragment >
273
+ ` ;
0 commit comments