diff --git a/app/litepaper/page.tsx b/app/litepaper/page.tsx index 1020e95..008ea0e 100644 --- a/app/litepaper/page.tsx +++ b/app/litepaper/page.tsx @@ -2,400 +2,278 @@ import type { Metadata } from "next"; import Link from "next/link"; import Image from "next/image"; import { - Leaf, - Info, + Camera, + Scan, + UserCheck, + Link as LinkIcon, Building2, RefreshCw, CloudSun, Droplets, + Leaf, + ArrowRight, + CheckCircle, + Clock, + ArrowUpRight, Smartphone, - Camera, + LayoutDashboard, Wand2, Wallet, - ArrowLeftRight, - Layers, MapPin, FileText, MessageCircle, - Scan, - UserCheck, - Link as LinkIcon, + Layers, Star, ShieldCheck, - CheckCircle, - Clock, - ArrowUpRight, - Menu } from "lucide-react"; +import LitepaperNav from "@/components/LitepaperNav/LitepaperNav"; +import StartCleaningChoice from "@/components/StartCleaningChoice/StartCleaningChoice"; import TheoryOfChange from "@/components/TheoryOfChange/TheoryOfChange"; -import LitepaperOverviewCards from "@/components/LitepaperOverviewCards/LitepaperOverviewCards"; - +import LitepaperWhyPillarCards from "@/components/LitepaperWhyPillarCards/LitepaperWhyPillarCards"; export const metadata: Metadata = { title: "DeCleanup Network - Litepaper", description: "Infrastructure for verifiable, governable, and fundable environmental impact. February 2026 Edition.", }; +const scrollSection = "scroll-mt-24"; + export default function LitepaperPage() { return (
- {/* Navigation (Litepaper specific) */} -