copy updates

This commit is contained in:
zramsay
2025-03-14 11:45:12 -04:00
parent 6027296548
commit c86c2cd965
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -16,7 +16,7 @@ const AboutPage = () => {
About
</h1>
<p className="text-emerald-200 text-lg">
Connecting conservation research with citizen science
Connecting citizen scientists with conservation research
</p>
</div>
@@ -28,18 +28,18 @@ const AboutPage = () => {
<div className="space-y-6 text-emerald-200">
<p>
This portal combines citizen science, AI, and blockchain to document and study wildlife in their natural habitats.
Ranger combines citizen science, AI, and blockchain to document and study wildlife in their natural habitats.
</p>
<p>
Using advanced image recognition and decentralized storage, we create permanent, verifiable records of wildlife sightings that can be used by researchers, conservationists, and nature enthusiasts.
Using image recognition and decentralized storage, we create permanent records of wildlife sightings for use by the research community.
</p>
<p>
Each submission is analyzed by AI to identify species and stored permanently using blockchain technology, contributing to an immutable archive of wildlife observations.
Users earn a point for each submission. These points are tracked onchain and may be redeemable in the future.
</p>
<p>
This product is currently in development; location data is randomly assigned to each image. In the future, we will incorporate verifiable location data in a privacy preserving way.
Ranger is currently in development; location data is randomly assigned to each image. In the future, we will incorporate verifiable location data in a compliant and privacy preserving manner.
</p>
</div>
</div>
+1 -1
View File
@@ -169,7 +169,7 @@ export default function AnimalsPage() {
{APP_CONFIG.title}
</h1>
<p className="text-emerald-200 text-lg mb-8">
Discover sightings from our community
Discover sightings from around the world!
</p>
</div>