Skip to content

Commit d1664c2

Browse files
authored
Website/conf: Complimentary Shuttle Service (#1436)
1 parent 16864ba commit d1664c2

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

src/components/Conf/Pricing/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ const PricingConf = () => {
8383
Buy a Ticket!
8484
</ButtonConf>
8585
</div>
86+
8687
<div className="w-full">
8788
<div className="mx-auto flex flex-col items-center text-center">
8889
<h3 className="sm:text-2xl text-xl font-medium text-white mt-6 mb-2">

src/components/Conf/Venue/index.tsx

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React from "react"
22
import { ReactComponent as TrainIcon } from "../../../../static/img/conf/train.svg"
33
import { ReactComponent as AroundIcon } from "../../../../static/img/conf/around.svg"
44
import { ReactComponent as ParkingIcon } from "../../../../static/img/conf/parking.svg"
5+
import { ReactComponent as BusIcon } from "../../../../static/img/conf/bus.svg"
56

67
const VenueConf = () => {
78
return (
@@ -20,7 +21,7 @@ const VenueConf = () => {
2021
className="font-bold"
2122
>
2223
Hyatt Regency SFO
23-
</a>{" "}
24+
</a>
2425
hotel in Burlingame, CA.
2526
</p>
2627
<img
@@ -66,7 +67,7 @@ const VenueConf = () => {
6667
target="_blank"
6768
>
6869
room block
69-
</a>{" "}
70+
</a>
7071
close dates. We encourage you to book early to secure a room at
7172
the conference rate.
7273
</div>
@@ -208,6 +209,29 @@ const VenueConf = () => {
208209
</div>
209210
),
210211
},
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+
},
211235
].map(o => (
212236
<div key={o.title} className="flex-1">
213237
<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">

static/img/conf/bus.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)