diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0739764..327fd4b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,13 +1,7 @@ import type { Metadata } from "next"; -import { Inter } from "next/font/google"; -import "@/app/globals.css"; - -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); export const metadata: Metadata = { - title: "Giina Flowers", description: "Exquisite handcrafted floral arrangements delivered with love"}; + title: "Giina Flowers", description: "Handcrafted floral arrangements delivered with love and passion"}; export default function RootLayout({ children, @@ -16,7 +10,7 @@ export default function RootLayout({ }) { return ( -
{children} + {children}