google font comment
Build and Deploy Docker Images / build_and_deploy (push) Has been cancelled

This commit is contained in:
hamid zarghami
2026-06-05 13:37:17 +03:30
parent 760fbba3b1
commit 4e1261f96b
+10 -10
View File
@@ -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 /> */}