Update src/app/layout.tsx

This commit is contained in:
2026-03-05 12:07:16 +00:00
parent da49770cb7
commit 4aeeb7d86e

View File

@@ -1,11 +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"] });
export const metadata: Metadata = {
title: "Xenko | Web Design, Software, & Branding", description: "We build websites, software, and brands that elevate your business. Fast delivery, transparent pricing, long-term support."};
title: "Xenko - Web Development, Software & Branding", description: "Build websites, software, and brands that elevate your business"};
export default function RootLayout({
children,
@@ -14,7 +16,9 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body className={inter.className}>{children}
<body className={inter.className}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `