Merge version_2 into main #5
@@ -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: `
|
||||
|
||||
Reference in New Issue
Block a user