From d8c85174e6d7bb5546898aefdd540ca101dcdbed Mon Sep 17 00:00:00 2001 From: martianina <56848071+martianina@users.noreply.github.com> Date: Mon, 3 Feb 2025 08:26:19 -0500 Subject: [PATCH] Create landing/page.tsx --- src/app/landing/page.tsx | 98 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 src/app/landing/page.tsx diff --git a/src/app/landing/page.tsx b/src/app/landing/page.tsx new file mode 100644 index 0000000..1e6df0e --- /dev/null +++ b/src/app/landing/page.tsx @@ -0,0 +1,98 @@ +'use client' + +import React from 'react'; +import Navigation from '../../components/Navigation'; +import { Leaf } from 'lucide-react'; + +const LandingPage = () => { + return ( +
+ Unlocking Global Citizen Science +
+ ++ 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. +
++ Whether you're a scientist seeking reliable data, a citizen eager to contribute, or an institution looking for efficient solutions, Ranger is your gateway to the future of science. +
+Contact: zach /at/ mito [dot] systems
+© 2025 Ranger. All rights reserved.
+