diff --git a/src/config.ts b/src/config.ts index 582dcb4..016a022 100644 --- a/src/config.ts +++ b/src/config.ts @@ -30,6 +30,10 @@ export const WebsiteConfig = { label: "Visas and other travel requirements", link: "/venue-and-travel/visas-and-other-travel-requirements", }, + { + label: "Accommodations", + link: "/venue-and-travel/accommodations", + }, { label: "Getting to the city", link: "/venue-and-travel/getting-to-the-city", diff --git a/src/pages/venue-and-travel/accommodations.mdx b/src/pages/venue-and-travel/accommodations.mdx new file mode 100644 index 0000000..e474f37 --- /dev/null +++ b/src/pages/venue-and-travel/accommodations.mdx @@ -0,0 +1,19 @@ +--- +layout: /src/layouts/MarkdownLayout.astro +title: Accommodations +description: Find accomodations nearby from our curated list +--- + +Looking for where to stay during the event? Find and book your accomodation today from our curated list of accomodations below! + +# Hotels + +- Name: (Website link) + - Link to Google Maps + - N mins from the venue by walk + - Contact email: + - Contact phone number: + +# AirBnB + +# Guest House \ No newline at end of file