import { Box, Wrench, Plus } from 'lucide-react'; import { Button } from '@/components/ui/button'; export function GearPage() { return (

Gear Locker

Manage your equipment and instruments

No Gear Yet

Start adding your equipment to keep track of your studio setup

); }