Spaces:
Sleeping
Sleeping
File size: 748 Bytes
65bffa4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | export const articleCover = [
{
id: 'Article1',
image: require('../assets/article/Article1-GXS.png'),
title: 'The Critical Importance of Marine Biodiversity Protection',
date: 'Posted on Sept 30, 2024',
url: 'https://phattrienbenvung.net',
},
{
id: 'Article2',
image: require('../assets/article/Article2-GXS.png'),
title: 'How Blue Carbon Can Be a Game Changer for Conservation',
date: 'Posted on Sept 30, 2024',
url:'https://kinhtexanh.net',
},
{
id: 'Article3',
image: require('../assets/article/Article3-GXS.png'),
title: 'Holistic Approaches to Ocean Conservation',
date: 'Posted on Sept 30, 2024',
url: 'https://naturepositive.substack.com',
},
];
|