Merge version_2 into main #5
@@ -1,5 +1,4 @@
|
||||
import type { Metadata } from "next";
|
||||
import { ReactLenis } from "@/lib/lenis";
|
||||
import { Manrope } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
@@ -20,12 +19,10 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<body className={`${manrope.variable}`}>
|
||||
<ReactLenis root>
|
||||
<ServiceWrapper>
|
||||
<Tag />
|
||||
{children}
|
||||
</ServiceWrapper>
|
||||
</ReactLenis>
|
||||
<ServiceWrapper>
|
||||
<Tag />
|
||||
{children}
|
||||
</ServiceWrapper>
|
||||
<script
|
||||
async
|
||||
src="https://cdn.jsdelivr.net/npm/tsparticles-slim@2.12.0/tsparticles.slim.bundle.min.js"
|
||||
|
||||
Reference in New Issue
Block a user