From 85ee32b246c3263c989584bc24b6c8cb9a521d3b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:06:31 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 92d884b..de7a788 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,17 +1,9 @@ import type { Metadata } from "next"; -import { Geist, Geist_Mono } from "next/font/google"; +import { Lenis } from "./lenis"; import "./globals.css"; -const geist = Geist({ - variable: "--font-geist-sans", subsets: ["latin"], -}); - -const geistMono = Geist_Mono({ - variable: "--font-geist-mono", subsets: ["latin"], -}); - export const metadata: Metadata = { - title: "Create Next App", description: "Generated by create next app"}; + title: "FoodHub - Food Delivery", description: "Discover delicious food delivered to your doorstep from your favorite local restaurants."}; export default function RootLayout({ children, @@ -20,8 +12,10 @@ export default function RootLayout({ }) { return ( - - {children} + + + {children} +