Spaces:
Sleeping
Sleeping
| import image1 from '../assets/project/project1.png'; | |
| import image2 from '../assets/project/project2.png'; | |
| import image3 from '../assets/project/project3.png'; | |
| import image4 from '../assets/project/project4.png'; | |
| export const community = { | |
| community1: { | |
| img: require('../assets/project/community1.png'), | |
| title: 'Ocean Guardians United', | |
| description: 'Partnering with GXS Blue Carbon has opened new doors for our marine conservation efforts', | |
| }, | |
| community2: { | |
| img: require('../assets/project/community2.png'), | |
| title: 'Blue Carbon Innovators', | |
| description: 'The ability to monitor our mangrove restoration projects in real-time has transformed our approach', | |
| }, | |
| community3: { | |
| img: require('../assets/project/community3.png'), | |
| title: 'Sustainable Futures Collective', | |
| description: 'GXS Blue Carbon’s marketplace has empowered us to fund projects that were previously out of reach', | |
| }, | |
| }; | |
| export const projects = { | |
| project1: { | |
| id: 1, | |
| title: 'Can Gio', | |
| description: 'Mangroves conservation at critical areas with community participation.', | |
| date: '19 Jun 2026', | |
| img: image1, | |
| }, | |
| project2: { | |
| id: 2, | |
| title: 'Varuna', | |
| description: 'Seagrass restoration with cutting-edge and data-driven monitoring.', | |
| date: '19 Jun 2027', | |
| img: image2, | |
| }, | |
| project3: { | |
| id: 3, | |
| title: 'Aneira', | |
| description: 'Mangroves restoration in coastal ecosystems with carbon benefits.', | |
| date: '19 Jun 2028', | |
| img: image3, | |
| }, | |
| project4: { | |
| id: 4, | |
| title: 'Eulalie', | |
| description: 'Rehabilitation of degraded mangrove ecosystems for coastal protection.', | |
| date: '19 Jun 2027', | |
| img: image4, | |
| }, | |
| }; | |