Merge version_3 into main #3
@@ -1,13 +1,12 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/utils/ServiceWrapper";
|
||||
import { Tag } from "@/components/utils/Tag";
|
||||
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Supremme Academia - Premium Fitness Experience", description: "Transform your body at Supremme Academia - a premium gym with state-of-the-art equipment, expert trainers, and climate-controlled facilities."};
|
||||
title: "Supremme Academia - Premium Fitness Experience", description: "Transform your body at Supremme Academia - a premium gym with state-of-the-art equipment, expert trainers, and climate-controlled facilities."
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -17,10 +16,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<body className={inter.className}>
|
||||
<ServiceWrapper>
|
||||
<Tag />
|
||||
{children}
|
||||
</ServiceWrapper>
|
||||
{children}
|
||||
<script
|
||||
async
|
||||
src="https://cdn.jsdelivr.net/npm/gsap@3.12.2/dist/gsap.min.js"
|
||||
|
||||
Reference in New Issue
Block a user