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} + +