mirror of
https://github.com/mito-systems/ranger-app.git
synced 2026-03-18 00:34:09 +00:00
Update page.tsx
This commit is contained in:
parent
d8c85174e6
commit
c24c170668
@ -29,24 +29,26 @@ const LandingPage = () => {
|
||||
</div>
|
||||
|
||||
{/* Content */}
|
||||
|
||||
|
||||
<div className="section">
|
||||
<h2 className="text-3xl font-semibold text-emerald-300 mb-4">Ranger</h2>
|
||||
<ul className="list-disc list-inside text-emerald-200 space-y-2">
|
||||
<li>Traditional funding structures like NIH are shrinking. DeSci offers a sustainable future for research.</li>
|
||||
<li>Global Citizen Science: Engage both general populations and academics worldwide.</li>
|
||||
<li>Ranger removes national barriers, putting control back into the hands of researchers.</li>
|
||||
<li>DeSci + AI is the next frontier—Ranger is the portal.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div className="max-w-3xl mx-auto bg-emerald-900/20 rounded-xl p-8 border border-emerald-800/50 space-y-8">
|
||||
<div className="section">
|
||||
<h2 className="text-3xl font-semibold text-emerald-300 mb-4">About Ranger</h2>
|
||||
<h2 className="text-xl font-semibold text-emerald-300 mb-4">In development since 2016</h2>
|
||||
<p className="text-emerald-200">
|
||||
Ranger is the gateway to decentralized science, bridging citizen participation with cutting-edge research. Built by Zach Ramsay, with a robust backend refined since 2016, Ranger empowers scientists and citizen scientists alike to collaborate, share, and monetize data—all without traditional intermediaries like the U.S. government. Ranger transforms the citizen science model, making institutions customers rather than gatekeepers.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="section">
|
||||
<h2 className="text-3xl font-semibold text-emerald-300 mb-4">Why Ranger?</h2>
|
||||
<ul className="list-disc list-inside text-emerald-200 space-y-2">
|
||||
<li>Short Academia, Long DeSci: Traditional funding structures like NIH are shrinking. DeSci offers a sustainable future for research.</li>
|
||||
<li>Global Citizen Science: Engage both general populations and academics worldwide.</li>
|
||||
<li>Disintermediating the USA: Ranger removes national barriers, putting control back into the hands of researchers.</li>
|
||||
<li>Stargate Integration: DeSci + AI is the next frontier—Ranger is the portal.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div className="section">
|
||||
<h2 className="text-3xl font-semibold text-emerald-300 mb-4">Key Features</h2>
|
||||
<ul className="list-disc list-inside text-emerald-200 space-y-2">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user