@@ -2,6 +2,7 @@ import React from "react"
2
2
import { ReactComponent as TrainIcon } from "../../../../static/img/conf/train.svg"
3
3
import { ReactComponent as AroundIcon } from "../../../../static/img/conf/around.svg"
4
4
import { ReactComponent as ParkingIcon } from "../../../../static/img/conf/parking.svg"
5
+ import { ReactComponent as BusIcon } from "../../../../static/img/conf/bus.svg"
5
6
6
7
const VenueConf = ( ) => {
7
8
return (
@@ -20,7 +21,7 @@ const VenueConf = () => {
20
21
className = "font-bold"
21
22
>
22
23
Hyatt Regency SFO
23
- </ a > { " " }
24
+ </ a >
24
25
hotel in Burlingame, CA.
25
26
</ p >
26
27
< img
@@ -66,7 +67,7 @@ const VenueConf = () => {
66
67
target = "_blank"
67
68
>
68
69
room block
69
- </ a > { " " }
70
+ </ a >
70
71
close dates. We encourage you to book early to secure a room at
71
72
the conference rate.
72
73
</ div >
@@ -208,6 +209,29 @@ const VenueConf = () => {
208
209
</ div >
209
210
) ,
210
211
} ,
212
+ {
213
+ title : "Complimentary Shuttle Service" ,
214
+ icon : BusIcon ,
215
+ content : (
216
+ < div >
217
+ < a
218
+ href = "https://www.hyatt.com/en-US/hotel/california/hyatt-regency-san-francisco-airport/sfobu?src=adm_sem_crp_chico_crp_ppc_NAM-UnitedStates-CA-Burlingame-HR-SFOBU_google_Evergreen2022_e_hyatt%20regency%20sfo"
219
+ target = "_blank"
220
+ rel = "noreferrer"
221
+ >
222
+ Hyatt Regency SFO
223
+ </ a >
224
+ < p >
225
+ The Hyatt Regency SFO offers a < a > 24-hour</ a > complimentary
226
+ San Francisco International Airport (SFO) shuttle which runs
227
+ every < a > 15 minutes</ a > from < a > 4:00AM until 1:00AM</ a > and
228
+ < a > every 30 minutes</ a > from < a > 1:00AM until 4:00AM</ a > . At
229
+ SFO, go to the area marked "Hotel Shuttle." The bus is marked
230
+ "Hyatt Regency and Marriott.”
231
+ </ p >
232
+ </ div >
233
+ ) ,
234
+ } ,
211
235
] . map ( o => (
212
236
< div key = { o . title } className = "flex-1" >
213
237
< div className = "h-full rounded-lg overflow-hidden relative [&_a]:text-[--rhodamine] [&_a]:font-medium [&_p]:text-white [&_p]:text-lg [&_p]:mb-6 [&>div>a]:block [&>div>a]:mt-6 [&>div>a]:mb-3" >
0 commit comments