Skip to content

Commit 2fa7bf8

Browse files
authored
update hotel recs (#2360)
1 parent 138cbbb commit 2fa7bf8

File tree

1 file changed

+14
-44
lines changed

1 file changed

+14
-44
lines changed

src/app/conf/2026/components/venue/index.tsx

Lines changed: 14 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -131,79 +131,49 @@ export function Venue(props: VenueProps) {
131131
<Accordion
132132
className="[&_svg]:fill-neu-900"
133133
items={[
134-
{
135-
title: "The Cottages Hotel",
136-
link: "https://cottageshotel.com/?utm_source=google&utm_medium=organic&utm_campaign=business_listing",
137-
description: (
138-
<>
139-
1704 El Camino Real
140-
<br />
141-
Menlo Park, CA 94027
142-
<br />
143-
Phone:{" "}
144-
<a className="typography-link" href="tel:650 326 9010">
145-
650-326-9010
146-
</a>
147-
</>
148-
),
149-
},
150134
{
151135
title: "Aloft Silicon Valley",
152-
link: "https://www.marriott.com/en-us/hotels/sjcal-aloft-silicon-valley/overview/?scid=f2ae0541-1279-4f24-b197-a979c79310b0",
136+
link: "https://www.marriott.com/en-us/hotels/sjcal-aloft-silicon-valley/overview/",
153137
description: (
154138
<>
155139
8200 Gateway Blvd
156140
<br />
157141
Newark, CA 94560
158142
<br />
159143
Phone:{" "}
160-
<a className="typography-link" href="tel:510 494 8800">
144+
<a className="typography-link" href="tel:650 326 9010">
161145
510-494-8800
162146
</a>
163147
</>
164148
),
165149
},
166150
{
167-
title: "CitizenM Menlo Park Hotel",
168-
link: "https://www.marriott.com/en-us/hotels/sfopk-citizenm-menlo-park/overview/?scid=f2ae0541-1279-4f24-b197-a979c79310b0",
151+
title: "Courtyard by Marriott Fremont Silicon Valley",
152+
link: "https://www.marriott.com/en-us/hotels/sjcfe-courtyard-fremont-silicon-valley/overview/",
169153
description: (
170154
<>
171-
2 Meta Way <br />
172-
Menlo Park, CA 94025
155+
47000 Lakeview Blvd
173156
<br />
174-
Phone:{" "}
175-
<a className="typography-link" href="tel:650 278 4448">
176-
650-278-4448
177-
</a>
178-
</>
179-
),
180-
},
181-
{
182-
title: "Courtyard by Marriott Redwood City",
183-
link: "https://www.marriott.com/en-us/hotels/sford-courtyard-redwood-city/overview/?scid=f2ae0541-1279-4f24-b197-a979c79310b0",
184-
description: (
185-
<>
186-
600 Bair Island Rd <br />
187-
Redwood City, CA 94063
157+
Fremont, CA 94538
188158
<br />
189159
Phone:{" "}
190-
<a className="typography-link" href="tel:650 216 9435">
191-
650-216-9435
160+
<a className="typography-link" href="tel:510 494 8800">
161+
510-656-1800
192162
</a>
193163
</>
194164
),
195165
},
196166
{
197-
title: "Hotel Nia",
198-
link: "https://www.hotelnia.com/",
167+
title: "Residence Inn by Marriott Newark Silicon Valley",
168+
link: "https://www.marriott.com/en-us/hotels/sjcnw-residence-inn-newark-silicon-valley/overview/",
199169
description: (
200170
<>
201-
200 Independence Dr <br />
202-
Menlo Park, CA 94025
171+
35466 Dumbarton Court <br />
172+
Newark, CA 94560
203173
<br />
204174
Phone:{" "}
205-
<a className="typography-link" href="tel:650 900 3434">
206-
650-900-3434
175+
<a className="typography-link" href="tel:650 278 4448">
176+
510-739-6000
207177
</a>
208178
</>
209179
),

0 commit comments

Comments
 (0)