export default { books: [ { alt: 'Stay True', author: 'Hua Hsu', image: 'https://coryd.dev/.netlify/images/?url=https%3A%2F%2Fbooks.google.com%2Fbooks%2Fcontent%3Fid%3DXJ-OEAAAQBAJ%26printsec%3Dfrontcover%26img%3D1%26zoom%3D1%26source%3Dgbs_api%26w%3D512&fit=cover&w=200&h=307', url: 'https://openlibrary.org/isbn/9780593663660', type: 'book', }, { alt: 'Where Are Your Boys Tonight?', author: 'Chris Payne', image: 'https://coryd.dev/.netlify/images/?url=https%3A%2F%2Fbooks.google.com%2Fbooks%2Fcontent%3Fid%3DsQtcEAAAQBAJ%26printsec%3Dfrontcover%26img%3D1%26zoom%3D1%26source%3Dgbs_api%26w%3D512&fit=cover&w=200&h=307', url: 'https://openlibrary.org/isbn/9780063161573', type: 'book', }, { title: 'Trouble Boys', author: 'Bob Mehr', image: 'https://coryd.dev/.netlify/images/?url=https%3A%2F%2Fbooks.google.com%2Fbooks%2Fcontent%3Fid%3DxQ9SCwAAQBAJ%26printsec%3Dfrontcover%26img%3D1%26zoom%3D1%26source%3Dgbs_api%26w%3D512&fit=cover&w=200&h=307', url: 'https://openlibrary.org/isbn/9780306818790', type: 'book', }, { alt: 'Corporate Rock Sucks', author: 'Jim Ruland', image: 'https://coryd.dev/.netlify/images/?url=https%3A%2F%2Fbooks.google.com%2Fbooks%2Fcontent%3Fid%3DPEU7EAAAQBAJ%26printsec%3Dfrontcover%26img%3D1%26zoom%3D1%26source%3Dgbs_api%26w%3D512&fit=cover&w=200&h=307', url: 'https://openlibrary.org/isbn/9780306925474', type: 'book', }, { alt: 'Tracers in the Dark', author: 'Andy Greenberg', image: 'https://coryd.dev/.netlify/images/?url=https%3A%2F%2Fbooks.google.com%2Fbooks%2Fcontent%3Fid%3DuytfEAAAQBAJ%26printsec%3Dfrontcover%26img%3D1%26zoom%3D1%26source%3Dgbs_api%26w%3D512&fit=cover&w=200&h=307', url: 'http://openlibrary.org/isbn/9780385548106', type: 'book', }, { alt: 'Girl in a Band', author: 'Kim Gordon', image: 'https://coryd.dev/.netlify/images/?url=https%3A%2F%2Fbooks.google.com%2Fbooks%2Fcontent%3Fid%3DJNOIBAAAQBAJ%26printsec%3Dfrontcover%26img%3D1%26zoom%3D1%26source%3Dgbs_api%26w%3D512&fit=cover&w=200&h=307', url: 'https://openlibrary.org/isbn/9780062295910', type: 'book', } ], albums: [ { title: 'the whaler', artist: 'home is where', image: 'https://coryd.dev/.netlify/images/?url=/media/albums/home-is-where-the-whaler.jpg&fit=cover&w=320&h=320', url: 'https://musicbrainz.org/release-group/6fe3516f-c324-4265-8f43-d902f3a4cc20', type: 'album', }, { title: 'The Enduring Spirit', artist: 'Tomb Mold', image: 'https://coryd.dev/.netlify/images/?url=/media/albums/tomb-mold-the-enduring-spirit.jpg&fit=cover&w=320&h=320', url: 'https://musicbrainz.org/release-group/cd3e5dfb-acca-4856-80f6-2e095ac3270d', type: 'album', }, { title: 'A Dialogue With The Eeriest Sublime', artist: 'Vertebra Atlantis', image: 'https://coryd.dev/.netlify/images/?url=/media/albums/vertebra-atlantis-a-dialogue-with-the-eeriest-sublime.jpg&fit=cover&w=320&h=320', url: 'https://musicbrainz.org/release-group/b8f1913b-f461-443c-a26c-377b259f2af6', type: 'album', }, { title: 'ONE MORE TIME...', artist: 'blink-182', image: 'https://coryd.dev/.netlify/images/?url=/media/albums/blink-182-one-more-time.jpg&fit=cover&w=320&h=320', url: 'https://musicbrainz.org/release-group/520d6d45-19c8-4ee1-a954-180e7902f3da', type: 'album', }, { title: 'Life Like', artist: 'Dead Bob', image: 'https://coryd.dev/.netlify/images/?url=/media/albums/dead-bob-life-like.jpg&fit=cover&w=320&h=320', url: 'https://musicbrainz.org/release-group/ab53e625-74af-4a09-a8ff-e1c08dbae596', type: 'album', }, { title: 'Threads of Unknowing', artist: 'VoidCeremony', image: 'https://coryd.dev/.netlify/images/?url=/media/albums/voidceremony-threads-of-unknowing.jpg&fit=cover&w=320&h=320', url: 'https://musicbrainz.org/release-group/f1f91cde-ff57-41c8-bd58-28c236b3f0c6', type: 'album', }, { title: 'Why Would I Watch', artist: 'Hot Mulligan', image: 'https://coryd.dev/.netlify/images/?url=/media/albums/hot-mulligan-why-would-i-watch.jpg&fit=cover&w=320&h=320', url: 'https://musicbrainz.org/release-group/5afd31ea-3a96-4b99-a477-4d121efaedec', type: 'album', }, { title: 'Losing What We Love', artist: 'Knuckle Puck', image: 'https://coryd.dev/.netlify/images/?url=/media/albums/knuckle-puck-losing-what-we-love.jpg&fit=cover&w=320&h=320', url: 'https://musicbrainz.org/release-group/b51d8882-3854-400a-b79b-4353a77a389b', type: 'album', } ] }