This commit is contained in:
+10
-10
@@ -1,5 +1,5 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Geist, Geist_Mono } from "next/font/google";
|
// import { Geist, Geist_Mono } from "next/font/google";
|
||||||
import "swiper/css";
|
import "swiper/css";
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import 'rc-rate/assets/index.css';
|
import 'rc-rate/assets/index.css';
|
||||||
@@ -15,15 +15,15 @@ import ToastContainer from "@/components/Toast";
|
|||||||
// import SplashChatgpt from "@/components/SplashChatgpt";
|
// import SplashChatgpt from "@/components/SplashChatgpt";
|
||||||
// import Splash from "@/components/Splash";
|
// import Splash from "@/components/Splash";
|
||||||
|
|
||||||
const geistSans = Geist({
|
// const geistSans = Geist({
|
||||||
variable: "--font-geist-sans",
|
// variable: "--font-geist-sans",
|
||||||
subsets: ["latin"],
|
// subsets: ["latin"],
|
||||||
});
|
// });
|
||||||
|
|
||||||
const geistMono = Geist_Mono({
|
// const geistMono = Geist_Mono({
|
||||||
variable: "--font-geist-mono",
|
// variable: "--font-geist-mono",
|
||||||
subsets: ["latin"],
|
// subsets: ["latin"],
|
||||||
});
|
// });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "danakcorp",
|
title: "danakcorp",
|
||||||
@@ -52,7 +52,7 @@ export default function RootLayout({
|
|||||||
/>
|
/>
|
||||||
</head>
|
</head>
|
||||||
<body
|
<body
|
||||||
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
|
className="antialiased"
|
||||||
>
|
>
|
||||||
<QueryProvider>
|
<QueryProvider>
|
||||||
{/* <Splash /> */}
|
{/* <Splash /> */}
|
||||||
|
|||||||
Reference in New Issue
Block a user