"use client"
import Link from "next/link"
import { usePathname } from "next/navigation"
import { Home, Scroll, Backpack, Sword, Shield } from "lucide-react"
export function MobileNav() {
const pathname = usePathname()
const navItems = [
{
name: "Home",
href: "/",
icon: