File tree Expand file tree Collapse file tree 2 files changed +2
-29
lines changed Expand file tree Collapse file tree 2 files changed +2
-29
lines changed Original file line number Diff line number Diff line change 1
1
import React from "react"
2
2
import { CheckCircledIcon } from "@radix-ui/react-icons"
3
3
import ButtonConf from "../Button"
4
- import { ReactComponent as BusIcon } from "../../../../static/img/conf/bus.svg"
5
4
6
5
interface Pricing {
7
6
title : string
@@ -85,32 +84,6 @@ const PricingConf = () => {
85
84
</ ButtonConf >
86
85
</ div >
87
86
88
- < div className = "flex-1" >
89
- < 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" >
90
- < BusIcon className = "fill-[--rhodamine] h-16 w-auto" />
91
- < h1 className = "my-3 sm:text-2xl text-xl font-medium text-white" >
92
- Complimentary Shuttle Service
93
- </ h1 >
94
- < div >
95
- < a
96
- 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"
97
- target = "_blank"
98
- rel = "noreferrer"
99
- >
100
- Hyatt Regency SFO
101
- </ a >
102
- < p >
103
- The Hyatt Regency SFO offers a < a > 24-hour</ a > complimentary
104
- San Francisco International Airport (SFO) shuttle which runs
105
- every < a > 15 minutes</ a > from < a > 4:00AM until 1:00AM</ a > and
106
- < a > every 30 minutes</ a > from < a > 1:00AM until 4:00AM</ a > . At
107
- SFO, go to the area marked "Hotel Shuttle." The bus is marked
108
- "Hyatt Regency and Marriott.”
109
- </ p >
110
- </ div >
111
- </ div >
112
- </ div >
113
-
114
87
< div className = "w-full" >
115
88
< div className = "mx-auto flex flex-col items-center text-center" >
116
89
< h3 className = "sm:text-2xl text-xl font-medium text-white mt-6 mb-2" >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const VenueConf = () => {
21
21
className = "font-bold"
22
22
>
23
23
Hyatt Regency SFO
24
- </ a > { " " }
24
+ </ a >
25
25
hotel in Burlingame, CA.
26
26
</ p >
27
27
< img
@@ -67,7 +67,7 @@ const VenueConf = () => {
67
67
target = "_blank"
68
68
>
69
69
room block
70
- </ a > { " " }
70
+ </ a >
71
71
close dates. We encourage you to book early to secure a room at
72
72
the conference rate.
73
73
</ div >
You can’t perform that action at this time.
0 commit comments