2 Commits

Author SHA1 Message Date
61d8ce0ff1 Update src/app/layout.tsx 2026-03-04 18:44:44 +00:00
13ce9a0516 Merge version_2 into main
Merge version_2 into main
2026-03-04 18:42:01 +00:00

View File

@@ -1,12 +1,8 @@
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({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "The Daily Dish", description: "Discover fresh, bold flavors in our meticulously curated selection of daily specials."};
@@ -18,9 +14,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body className={inter.variable}>
{children}
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `