diff --git a/src/app/landing/page.tsx b/src/app/landing/page.tsx index 9ddfa9c..97e399d 100644 --- a/src/app/landing/page.tsx +++ b/src/app/landing/page.tsx @@ -4,7 +4,7 @@ import React from 'react'; import Navigation from '../../components/Navigation'; import { Leaf } from 'lucide-react'; -const LandingPage = () => { +const RangerPage = () => { return (
@@ -29,28 +29,26 @@ const LandingPage = () => {
{/* Content */} - - -
-

Ranger

- -
-
-

In development since 2016

+

A New Paradigm in Global Scientific Data

- 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. + Ranger is the gateway to decentralized science, bridging citizen participation with cutting-edge research. Built by DeSci pioneer 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.

-

Key Features

+

Community Science

+
    +
  • DeSci offers a sustainable future for research.
  • +
  • Verifiable data from general populations and academics worldwide.
  • +
  • Ranger removes national barriers, putting control back into the hands of researchers.
  • +
  • DeSci + AI is the next frontier—Ranger is the portal.
  • +
+
+ +
+

Get started!

  • Decentralized Access: Launch your own research portal with ease.
  • Verifiable Data: Leverage AI and blockchain to ensure the integrity of your findings.
  • @@ -60,7 +58,7 @@ const LandingPage = () => {
-

Who’s Using Ranger?

+

Serving Community Science

  • Researchers: Collect valuable field data at a fraction of the traditional cost.
  • Citizen Scientists: Participate in groundbreaking studies and get paid for it.
  • @@ -97,4 +95,4 @@ const LandingPage = () => { ); }; -export default LandingPage; +export default RangerPage;