src/app/global-not-found.tsximport '@/styles/tailwind.css'import { bodyFont } from '@/fonts/body'import { headingFont } from '@/fonts/heading'import { heading2Font } from '@/fonts/heading2'import { heading3Font } from '@/fonts/heading3'import { accentFont } from '@/fonts/accent'import { Section } from '@/components/section'import { Heading } from '@/components/heading'import { Paragraph } from '@/components/paragraph'import { Label } from '@/components/label'import { Button } from '@/components/button'import { Navigation } from '@/components/navigation'import { SideSection } from '@/components/side-section'import { FloatingSideButton } from '@/components/floating-side-button'import type { Metadata } from 'next'export const metadata: Metadata = {title: 'Page Not Found',description: 'The page you are looking for does not exist.',}
Showing the first 20 lines.
Get full code