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 { Button } from '@/components/button'import { Navbar } from '@/components/navbar'import { Footer } from '@/components/footer'import type { Metadata } from 'next'export const metadata: Metadata = {title: 'Page Not Found',description: 'The page you are looking for does not exist.',}const rootStyle = {['--font-body-family' as string]: bodyFont.style.fontFamily,
Showing the first 20 lines.
Get full code