trail mission -> ranger
This commit is contained in:
parent
c56df13405
commit
d7066618b1
@ -13,7 +13,7 @@ const AboutPage = () => {
|
||||
{/* Header */}
|
||||
<div className="text-center mb-12">
|
||||
<h1 className="text-4xl sm:text-5xl font-bold mb-4 text-transparent bg-clip-text bg-gradient-to-r from-emerald-400 to-teal-300">
|
||||
About Trail Mission
|
||||
About Ranger
|
||||
</h1>
|
||||
<p className="text-emerald-200 text-lg">
|
||||
Connecting technology with wildlife conservation
|
||||
@ -28,7 +28,7 @@ const AboutPage = () => {
|
||||
|
||||
<div className="space-y-6 text-emerald-200">
|
||||
<p>
|
||||
Trail Mission is a community platform that combines AI, blockchain,
|
||||
Ranger is a community platform that combines AI, blockchain,
|
||||
and citizen science to document and study wildlife in their natural habitats.
|
||||
</p>
|
||||
|
||||
|
@ -5,7 +5,7 @@ import './globals.css'
|
||||
const inter = Inter({ subsets: ['latin'] })
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Trail Mission',
|
||||
title: 'Ranger',
|
||||
description: 'Go outside and touch grass',
|
||||
}
|
||||
|
||||
|
@ -67,7 +67,7 @@ const Page: React.FC = (): React.ReactElement => {
|
||||
{/* Header */}
|
||||
<div className="text-center mb-8">
|
||||
<h1 className="text-4xl sm:text-5xl font-bold mb-4 text-transparent bg-clip-text bg-gradient-to-r from-emerald-400 to-teal-300">
|
||||
Trail Mission
|
||||
Ranger
|
||||
</h1>
|
||||
<p className="text-emerald-200 text-lg mb-8">
|
||||
Go outside and touch grass
|
||||
|
Loading…
Reference in New Issue
Block a user