import AnimatedLogo from '@/components/AnimatedLogo'; export const dynamic = 'force-static'; export const metadata = { title: 'AnimatedLogo preview — AV Beat', robots: { index: false, follow: false }, }; /** * Standalone preview for /preview/animated-logo. Renders the new * AnimatedLogo component in both light and dark variants at several * sizes so you can eyeball the animation before any wiring decisions. */ export default function AnimatedLogoPreviewPage() { return (
Standalone — not wired into Header or Footer. Reload the page to replay the mount animation.