Jul 11, 2024
Inter fontimport { Inter } from 'next/font/google'const inter = Inter({ subsets: ['latin'] })subsets: Specify language subsets (e.g., latin)weights: Specify font weightsstyles: Specify font stylesRubikfont-family: RubikComponent.module.cssbackgroundImage)primary color with value #7856fftext-primary)@tailwind base; @tailwind components; @tailwind utilities;@applyLink component is imported for routingimport logo from './Dojo-logo.png')src: Source of the imagealt: Alt text for the imagewidth: Image width in pixelsquality: Image quality (0-100)placeholder: Placeholder effect (e.g., blur)loader, fill, sizes, priority, style, etc.