Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion app/docs/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { Metadata } from "next";
import Link from "next/link";
import SubPageNav from "@/components/SubPageNav";

export const metadata: Metadata = {
Expand Down
1 change: 0 additions & 1 deletion app/get-started/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { Metadata } from "next";
import Link from "next/link";
import SubPageNav from "@/components/SubPageNav";
import GetStartedFlow from "@/components/GetStartedFlow/GetStartedFlow";

Expand Down
1 change: 0 additions & 1 deletion app/litepaper/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import {
} from "lucide-react";
import LitepaperNav from "@/components/LitepaperNav/LitepaperNav";
import SubPageNav from "@/components/SubPageNav";
import StartCleaningChoice from "@/components/StartCleaningChoice/StartCleaningChoice";
import TheoryOfChange from "@/components/TheoryOfChange/TheoryOfChange";
import LitepaperWhyPillarCards from "@/components/LitepaperWhyPillarCards/LitepaperWhyPillarCards";

Expand Down
2 changes: 0 additions & 2 deletions app/toc/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import type { Metadata } from "next";
import Link from "next/link";
import {
ArrowLeft,
GitBranch,
Zap,
Camera,
Expand Down
24 changes: 1 addition & 23 deletions app/tokenomics/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,20 @@ import Link from "next/link";
import Image from "next/image";
import React from "react";
import {
ArrowLeft,
Coins,
Shield,
ArrowRight,
Zap,
Lock,
Users,
Flame,
Trophy,
ArrowUpRight,
TrendingUp,
LineChart,
BarChart3,
Calendar,
GanttChartSquare,
Network,
Milestone,
CheckCircle,
Clock,
LayoutGrid,
Heart,
Globe,
Star,
ShieldCheck,
Smartphone,
Layers,
MapPin,
FileText,
MessageCircle,
Wand2,
Wallet,
Camera,
Scan,
Link as LinkIcon,
Menu,
X
} from "lucide-react";
import SubPageNav from "@/components/SubPageNav";

Expand Down Expand Up @@ -514,7 +492,7 @@ export default function TokenomicsPage() {
<div className="max-w-4xl mx-auto">
<h3 className="text-3xl md:text-5xl font-bebas text-white mb-6 uppercase tracking-tight">Built for Proof. <span className="text-[#58B12F]">Scaled for Impact.</span></h3>
<p className="text-lg md:text-xl text-gray-400 font-light italic mb-10">
"Every cleanup becomes a verified onchain action. Every actor becomes part of a global coordination network."
&quot;Every cleanup becomes a verified onchain action. Every actor becomes part of a global coordination network.&quot;
</p>
<div className="flex flex-col sm:flex-row justify-center gap-4">
<Link href="/litepaper" className="px-8 py-4 bg-[#FAFF00] text-black font-bold rounded-2xl hover:bg-[#FAFF00]/90 transition-all text-xs uppercase tracking-widest flex items-center justify-center gap-2">
Expand Down
1 change: 0 additions & 1 deletion app/userguide/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { Metadata } from "next";
import Link from "next/link";
import SubPageNav from "@/components/SubPageNav";
import WhoIsThisForCards from "@/components/WhoIsThisFor/WhoIsThisForCards";

Expand Down