diff --git a/website/app/components/hero/hero.tsx b/website/app/components/hero/hero.tsx index 7e7be16..c3a0def 100644 --- a/website/app/components/hero/hero.tsx +++ b/website/app/components/hero/hero.tsx @@ -1,4 +1,5 @@ import { DateTime } from 'luxon' +import yearbookQR from '~/images/yearbook-link.png' import { Year } from '~/lib/config-types' import { Box, Flex } from '../../../styled-system/jsx' import { ImportantDates, Workshops } from '../page-components/important-dates' @@ -35,6 +36,12 @@ export function Hero({ year, currentDate }: { year: Year; currentDate: DateTime Check out the agenda and talks from previous years , or hear more about how we do what we do on our blog.

+
Get your 2024 Yearbook!
+
+ + Yearbook QR Code + +
diff --git a/website/app/images/yearbook-link.png b/website/app/images/yearbook-link.png new file mode 100644 index 0000000..ee3d98e Binary files /dev/null and b/website/app/images/yearbook-link.png differ