// assets/js/land-data.js const landData = { cameroon: { id: 'cameroon', name: 'Cameroon', flag: 'πŸ‡¨πŸ‡²', project: 'Highlands Agri-Hub Project', tagline: 'From the Highlands to Global Markets.', location: 'Akonolinga, Cameroon', coordinates: '7.689970, 6.408930', size: '24.78 ha + 0.056 ha', owner: 'David Nya Effiong', status: 'Verified', statusBadge: 'badge-verified', description: 'Harnessing our highlands for resilient agriculture, jobs and shared prosperity.', sectors: ['🌱 Horticulture', 'πŸ„ Livestock', 'πŸ₯› Dairy', 'πŸ“¦ Markets'], documents: ['Power of Attorney (1983)', 'Property Analysis Report', 'Titre Foncier No. 1226 & 226'], mapLink: 'https://www.google.com/maps?q=7.689970,6.408930', // NEW FIELDS FROM EXTRACTION originalOwner: 'Chief Effiong Bassey Ekpenyong', transactionType: 'Voluntary Gift', transferDate: '3 September 1983', legalRef: 'Titre Foncier No. 1226 & 226', ownerType: 'Individual' }, 'south-africa': { id: 'south-africa', name: 'South Africa', flag: 'πŸ‡ΏπŸ‡¦', project: 'Africa\'s Food Basket Project', tagline: 'Innovate. Produce. Feed Africa. Lead the World.', location: 'Groente Fontei, Eastern Cape', coordinates: '-32.147957, 27.996686', size: '200.82 ha', owner: 'Vukuzenzele Communal Property Association', status: 'Verified', statusBadge: 'badge-verified', description: 'Driving innovation, technology and scale for Africa\'s food sovereignty and export leadership.', sectors: ['🌾 Precision Farming', 'πŸ„ Livestock', 'πŸ‡ Wine & Horticulture', 'πŸ“¦ Exports'], documents: ['Deed of Transfer', 'Land Tenure Details', 'Clearance Certificate'], mapLink: 'https://www.google.com/maps?q=-32.147957,27.996686', // NEW FIELDS FROM EXTRACTION originalOwner: 'Land Bank (transferor)', transactionType: 'Deed of Transfer', transferDate: '2005', legalRef: 'Deed of Transfer 0400242989/2005', ownerType: 'Community' }, gambia: { id: 'gambia', name: 'The Gambia', flag: 'πŸ‡¬πŸ‡²', project: 'River Valley Agri-Park', tagline: 'Our River. Our Future. Our Prosperity.', location: 'Dumbuto, Gambia', coordinates: '13.254890, -16.044080', size: 'TBC', owner: 'Government / Community', status: 'Under Development', statusBadge: 'badge-pending', description: 'Unlocking the potential of our river valleys for food security, trade and sustainable growth.', sectors: ['🌾 Rice', 'πŸ₯¬ Vegetables', '🐟 Fisheries', '🏭 Agro-Processing'], documents: ['Land Tenure Documents', 'NDA & Agreements', 'Project Plan'], mapLink: 'https://www.google.com/maps?q=13.254890,-16.044080' }, guinea: { id: 'guinea', name: 'Guinea Conakry', flag: 'πŸ‡¬πŸ‡³', project: 'Natural Wealth Agri-Park', tagline: 'Our Resources. Our Pride. Our Future.', location: 'Conakry, Guinea', coordinates: '9.6412, -13.5784', size: 'TBC', owner: 'Government', status: 'Under Assessment', statusBadge: 'badge-pending', description: 'Turning our fertile land and rich resources into agro-industrial wealth for generations.', sectors: ['🍫 Cocoa', '🍍 Pineapple', 'πŸ₯œ Cashew', '⛏️ Mining & Agri Link'], documents: ['Land Tenure Documents', 'NDA & Agreements', 'Project Plan'], mapLink: 'https://www.google.com/maps?q=9.6412,-13.5784' }, nigeria: { id: 'nigeria', name: 'Nigeria', flag: 'πŸ‡³πŸ‡¬', project: 'Green Heartland Project', tagline: 'Feeding Nigeria, Feeding Africa, Feeding the World.', location: 'Osara, Nigeria', coordinates: '7.689970, 6.408930', size: 'Up to 10,000 hectares', owner: 'Government allocation', status: 'Verified', statusBadge: 'badge-verified', description: 'Building a model agro-industrial ecosystem for food security, exports and rural transformation.', sectors: ['🌾 Crops', 'πŸ„ Livestock', '🏭 Processing', 'πŸ“¦ Exports'], documents: ['Land Tenure Documents', 'NDA & Agreements', 'Project Plan'], mapLink: 'https://www.google.com/maps?q=7.689970,6.408930' } };