Update src/app/layout.tsx

This commit is contained in:
2026-03-05 22:30:21 +00:00
parent 4bea373591
commit c81c8fc17e

View File

@@ -1,9 +1,9 @@
import type { Metadata } from "next";
import { GeistSans } from "geist/font/sans";
import "./globals.css";
export const metadata: Metadata = {
title: "MarketHub - Shop Premium Products from Global Brands", description: "Discover the world's finest products from trusted brands. Shop fashion, electronics, beauty, home decor, and more—all in one place."};
title: "MarketHub - Shop Premium Products from Global Brands", description: "Discover the world's finest products from trusted brands. Shop fashion, electronics, beauty, home decor, and more—all in one place."
};
export default function RootLayout({
children,
@@ -12,7 +12,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body className={GeistSans.className}>{children}
<body>{children}
<script
dangerouslySetInnerHTML={{
__html: `