diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a86406d..62d5f2f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,13 +1,13 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; -import "./styles/variables.css"; -import "./styles/base.css"; -const inter = Inter({ subsets: ["latin"] }); +const inter = Inter({ + variable: "--font-inter", subsets: ["latin"], +}); export const metadata: Metadata = { - title: "Burger Blast", description: "Delicious burgers, chicken, and chips at unbeatable prices"}; + title: "Welcome", description: "Generated by create next app"}; export default function RootLayout({ children, @@ -16,7 +16,7 @@ export default function RootLayout({ }) { return ( - {children} + {children}