Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-08 22:27:11 +00:00
2 changed files with 2 additions and 7 deletions

View File

@@ -1,8 +1,6 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper";
import { Tag } from "@/components/common/Tag";
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
@@ -19,10 +17,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<body className={`${inter.variable} antialiased`}>
<ServiceWrapper>
<Tag />
{children}
</ServiceWrapper>
{children}
<script
dangerouslySetInnerHTML={{
__html: `

View File

@@ -32,7 +32,7 @@ export default function LandingPage() {
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
logo={"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgJZ54jkLGn1DEyyoCxPuTSlxW/uploaded-1773008708625-izxd1bl4.jpg"}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgJZ54jkLGn1DEyyoCxPuTSlxW/uploaded-1773008708625-izxd1bl4.jpg"
/>
</div>