import Link from 'next/link'; import { Button } from '../ui'; import React from 'react'; import { cn } from '@/lib/utils'; export function SubNav() { return (
ТЕГИ КАТЕГОРИИ ПЕРСОНАЖИ КОЛЛЕКЦИИ
); } function SectionLink({ children, href, className, }: React.PropsWithChildren & { href: string; className?: string }) { return ( ); }