Update src/app/layout.tsx

This commit is contained in:
2026-03-04 00:41:07 +00:00
parent c5f36b2673
commit 330a1e44ce

View File

@@ -1,8 +1,14 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./styles/variables.css";
import "./globals.css";
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Vaquer - Strategic Web Design & Marketing", description: "Premium web design and marketing agency delivering strategic digital solutions that drive measurable business growth."};
title: "Vaquer - Strategic Web Design & Marketing", description: "Premium web design and marketing agency delivering strategic digital experiences that drive measurable business growth."};
export default function RootLayout({
children,
@@ -11,7 +17,9 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body>{children}
<body className={inter.variable}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `