From 056e6b0f2fb0f35b84c7db7fed8deea9f77659ce Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:32:30 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ba4ca8d..8cc42ce 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,12 +6,12 @@ const geist = Geist({ variable: "--font-geist-sans", subsets: ["latin"], }); -const geistMono = Geist_Mono({ +const geist_mono = Geist_Mono({ variable: "--font-geist-mono", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Fresh Local - Quality Groceries in Kigali", description: "Affordable groceries and household products in Kigali. Quality rice, sugar, cooking oil, and everyday essentials. Fast local delivery and wholesale options."}; + title: "Fresh Local - Quality Groceries in Kigali", description: "Affordable groceries and household products in Kigali. Fast local delivery, in-store pickup, and wholesale options available."}; export default function RootLayout({ children, @@ -20,7 +20,7 @@ export default function RootLayout({ }) { return ( - + {children}