Closed hminsky2002 closed 1 month ago
Boy this is an out of date description. In actuality, what we now want are content embed links to youtube videos, as depicted below:
Actually, since these are explicitly videos and not any other type of media, we should rename these to video cards. Content cards could reasonably be links to articles, shows, or podcasts in the future.
We want to be able to have some up to date videos and images on the front-page of the site, as seen in the mobile mockup here
Card for an announcement image up top
For the scope of this issue, we just want to add a single new component to the top of the home page, which receives data from sanity.
This will require adding a new schema to the sanity schema types, adding a query for fetching the image, generating new typescript types for the schema and query
And then implementing a new component, say "Announcement", which ingests the image from sanity.
For the schema specifications, it should at minimum have a field for the image being uploaded, and a field for a caption for the image.