export default {
    chartGridItems: [
        //we'll be replacing these img_src with paths to location on s3
        //vizRoutes will direct to appropriate subpage
        {
            title: 'Inland fisheries are threatened',
            project: 'Findex',
            vizKey: 'ThreatBumpChart',
            vizRoute: 'inland-fish-threats',
            img_src: 'ThreatBumpChart_thumbnail.png',
            alt: ''
        },        
        {
            title: 'Viz 2',
            project: 'Findex',
            vizKey: 'Viz2',
            vizRoute: 'viz-2',
            img_src: 'Placeholder_thumbnail.PNG',
            alt: ''
        },       
        {
            title: 'Viz 3',
            project: 'Findex',
            vizKey: 'Viz3',
            vizRoute: 'viz-3',
            img_src: 'Placeholder_thumbnail.PNG',
            alt: ''
        },         
        {
            title: 'Glacier/Topography D3 Cross-Section Scan',
            project: 'Fire in Ice',
            vizKey: 'GlacierScan',
            vizRoute: 'glacier-scan',
            img_src: 'GlacierScan_thumbnail.png',
            alt: ''
        },       
        {
            title: 'Viz 5',
            project: 'Fish as Food',
            vizKey: 'Viz5',
            vizRoute: 'viz-5',
            img_src: 'Placeholder_thumbnail.PNG',
            alt: ''
        },
        {
            title: 'Beaufort Sea Ice Coring',
            project: 'Beaufort Sea',
            vizKey: 'BeaufortSeaCore',
            vizRoute: 'beaufort-sea-ice-coring',
            img_src: 'BeaufortSeaCore_thumbnail.PNG',
            alt: ''
        },  
        {
            title: 'Beaufort Sea Species',
            project: 'Beaufort Sea',
            vizKey: 'BeaufortSeaSpecies',
            vizRoute: 'beaufort-sea-species',
            img_src: 'BeaufortSeaSpecies_thumbnail.PNG',
            alt: ''
        },   
        {
            title: 'Viz 8',
            project: 'Beaufort Sea',
            vizKey: 'Viz8',
            vizRoute: 'viz-8',
            img_src: 'Placeholder_thumbnail.PNG',
            alt: ''
        }   
    ]
};