src/app/layout.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 type { Metadata } from 'next'import SmoothScroll from '@/hooks/smooth-scroll'import IframeHeight from '@/hooks/use-iframe-height'import { baseURL } from './metadata'import GoogleAds from '@/hooks/google-ads'import { GoogleAnalytics } from '@next/third-parties/google'import { Analytics } from '@vercel/analytics/react'export const revalidate = 86400export const metadata: Metadata = {metadataBase: new URL(String(baseURL)),robots: {index: true,
Showing the first 20 lines.
Get full code