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}