From 01dc6a0057ac906b8fa4dd7834a234e2846ba07a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 14:38:31 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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}