import React from 'react' import { ImgWrap, Img, MediaLink, MediaContainer, MediaContent, MediaWrapper, VideoFrame, MediaRow, MediaRow2, Column1, Column2, TextWrapper, TopLine, Heading, Subtitle} from './MediaElements' // export const homeObjOne = { // id: 'about', // lightBg: false, // lightText: true, // lightTextDesc: true, // topLine: 'Premium Bank', // headline: 'Unlimited transactions with zero fees', // description: // 'Get access to our exclusive app that allows you to send unlimited transactions without getting charged any fees', // buttonLabel: 'Get Started', // imgStart: false, // img: require('../../images/svg-1.svg').default, // alt: 'Car', // dark: true, // primary: true, // darkText: false // }; import img from '../../images/media.svg' const MediaSection = () => { return ( <> Media Reviews, videos, podcasts, interviews Various resources connected to the book Car Machine learning street talk podcast Deeper insights podcast Reviews
  • Amazon reviews
  • Goodreads reviews
  • Book review by Vishal V.
Interviews
  • Borealis AI interview
  • Shepherd ML book recommendations
) } export default MediaSection