Merge version_2 into main #3
@@ -1,8 +1,6 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Outfit } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper";
|
||||
import { Tag } from "@/components/tag/Tag";
|
||||
|
||||
const outfit = Outfit({
|
||||
variable: "--font-outfit", subsets: ["latin"],
|
||||
@@ -10,7 +8,8 @@ const outfit = Outfit({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "CreatorsMize - Creative Digital Solutions", description: "CreatorsMize is a creative agency specializing in digital solutions, content creation, and brand building. Transforming visions into impactful digital experiences."};
|
||||
title: "CreatorsMize - Creative Digital Solutions", description: "CreatorsMize is a creative agency specializing in digital solutions, content creation, and brand building. Transforming visions into impactful digital experiences."
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -35,10 +34,7 @@ export default function RootLayout({
|
||||
/>
|
||||
</head>
|
||||
<body className={`${outfit.variable} font-outfit`} suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<Tag />
|
||||
{children}
|
||||
</ServiceWrapper>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
Reference in New Issue
Block a user