'use client'; import { Header } from '@/components/ui/Header'; import { TableOfContents } from './TableOfContents'; import { ButtonsSection, BadgesSection, CardsSection, FormsSection, NavigationSection, FeedbackSection, DataDisplaySection, DropdownsSection } from './sections'; export function UIShowcaseClient() { return (