From 4e1261f96be2534e93a6b36394d761807cba24ca Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Fri, 5 Jun 2026 13:37:17 +0330 Subject: [PATCH] google font comment --- src/app/layout.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6291e35..16d6f4a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,5 +1,5 @@ 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 "./globals.css"; import 'rc-rate/assets/index.css'; @@ -15,15 +15,15 @@ import ToastContainer from "@/components/Toast"; // import SplashChatgpt from "@/components/SplashChatgpt"; // import Splash from "@/components/Splash"; -const geistSans = Geist({ - variable: "--font-geist-sans", - subsets: ["latin"], -}); +// const geistSans = Geist({ +// variable: "--font-geist-sans", +// subsets: ["latin"], +// }); -const geistMono = Geist_Mono({ - variable: "--font-geist-mono", - subsets: ["latin"], -}); +// const geistMono = Geist_Mono({ +// variable: "--font-geist-mono", +// subsets: ["latin"], +// }); export const metadata: Metadata = { title: "danakcorp", @@ -52,7 +52,7 @@ export default function RootLayout({ /> {/* */}