Update src/app/layout.tsx

This commit is contained in:
2026-03-04 22:39:19 +00:00
parent 6d61adf19c
commit 39b96b29c7

View File

@@ -1,14 +1,13 @@
import type { Metadata } from "next";
import localFont from "next/font/local";
import { Inter } from "next/font/google";
import "./globals.css";
import "./styles/variables.css";
import "./styles/base.css";
const geistSans = localFont({
src: "./fonts/GeistVF.woff2", variable: "--font-geist-sans", weight: "100 900"});
const geistMono = localFont({
src: "./fonts/GeistMonoVF.woff2", variable: "--font-geist-mono", weight: "100 900"});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "kyFaLL - Dé Loungebar van Veenendaal", description: "Premium loungebar in het hartje centrum van Veenendaal. Goede vibe, top shisha, eerlijke prijzen. Geopend tot 02:00 uur."};
title: "kyFaLL - Dé Loungebar van Veenendaal", description: "Premium loungebar in Veenendaal met kwaliteit shisha, vriendelijke bediening en eerlijke prijzen."};
export default function RootLayout({
children,
@@ -17,9 +16,7 @@ export default function RootLayout({
}) {
return (
<html lang="nl">
<body className={`${geistSans.variable} ${geistMono.variable} antialiased`}>
{children}
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `