diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 280fbf2..091d628 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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> diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4faf177..1d8ac5a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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', } diff --git a/src/app/page.tsx b/src/app/page.tsx index b99a21a..b2fb0a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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