diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5a9093e..b9481d9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,9 +1,9 @@ import type { Metadata } from "next"; -import { Lenis } from "./lenis"; import "./globals.css"; export const metadata: Metadata = { - title: "FinControl - Your Money. Fully Controlled.", description: "Take charge of your finances with intelligent tracking, budgeting, and insights. See exactly where your money goes and make smarter financial decisions."}; + title: "FinControl - Your Money. Fully Controlled.", description: "Take charge of your finances with intelligent tracking, budgeting, and insights. See exactly where your money goes and make smarter financial decisions." +}; export default function RootLayout({ children, @@ -13,7 +13,7 @@ export default function RootLayout({ return ( - {children} + {children}