diff --git a/src/app/layout.tsx b/src/app/layout.tsx index eaebca2..3480158 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,16 +1,11 @@ import type { Metadata } from "next"; -import { Poppins } from "next/font/google"; +import { Inter } from "next/font/google"; import "./globals.css"; -import "./styles/variables.css"; -import "./styles/base.css"; -const poppins = Poppins({ - variable: "--font-poppins", subsets: ["latin"], - weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], -}); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Hendek Çiçekçilik - Taze Çiçekler ve Aranjmanlar", description: "7/24 kesintisiz çiçek teslimat hizmetiyle sevdiklerinizin mutluluğu için en güzel çiçek ve aranjmanlar. Taze kesme çiçekler, saksı bitkiler, teraryumlar ve etkinlik aranjmanları."}; + title: "Hendek Çiçekçilik", description: "Taze kesme çiçeklerden saksı bitkilerine, özel tasarım teraryumlardan etkinlik aranjmanlarına kadar geniş ürün yelpazesi. 7/24 kesintisiz teslimat hizmetiyle duygularınızı en güzel şekilde ifade edin."}; export default function RootLayout({ children, @@ -19,7 +14,7 @@ export default function RootLayout({ }) { return ( -
{children} + {children}