From 7857e93b4120be535ef6d577f71fac2f208d7c85 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:23:13 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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}