Update src/app/layout.tsx

This commit is contained in:
2026-03-05 21:24:20 +00:00
parent 2928c1416e
commit e5a429cac9

View File

@@ -9,7 +9,7 @@ const inter = Inter({
});
export const metadata: Metadata = {
title: "Thor Creations - Custom Vinyl Decals & Branded Merchandise", description: "Professional custom vinyl decals, branded merchandise, and design solutions for small business owners and contractors."};
title: "Thor Creations", description: "Creative solutions for your business"};
export default function RootLayout({
children,
@@ -18,7 +18,9 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body className={inter.variable}>{children}
<body className={inter.variable}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `