Manage Opportunities
Add New Opportunity
Fill out the form to generate the JSON for a new opportunity.
Select an image from your device.
Update Opportunities
Instructions for updating the content for opportunities.
Developer Instructions
1. Use the form to generate JSON for a new opportunity.
2. First, upload an image to an external service (e.g., Cloudinary, Imgur) to get a public URL.
3. Use the form to generate the JSON for the new image and for the opportunity.
4. Copy the **Image JSON** and add it to `src/lib/placeholder-images.json`. Paste your hosted image URL into the `imageUrl` field.
5. Copy the **Opportunity JSON** and add it to `src/lib/data.ts`.
2. First, upload an image to an external service (e.g., Cloudinary, Imgur) to get a public URL.
3. Use the form to generate the JSON for the new image and for the opportunity.
4. Copy the **Image JSON** and add it to `src/lib/placeholder-images.json`. Paste your hosted image URL into the `imageUrl` field.
5. Copy the **Opportunity JSON** and add it to `src/lib/data.ts`.
Current Opportunities Data
This is the current data from `src/lib/data.ts`.