hata düzeltme

This commit is contained in:
2026-01-03 14:31:58 +03:00
parent 12f31c3633
commit 2c002c5daf
6 changed files with 909 additions and 1320 deletions

View File

@@ -1,13 +1,10 @@
import type { Metadata } from "next";
import { Geist, Geist_Mono, Inter, Outfit } from "next/font/google";
import { Inter, Outfit } from "next/font/google";
import { Navbar } from "@/components/layout/navbar";
import { Footer } from "@/components/layout/footer";
import "./globals.css";
const geistSans = Geist({
variable: "--font-geist-sans",
subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
const outfit = Outfit({ subsets: ["latin"], variable: "--font-outfit" });