From 1818dab3eb730392002e6ef5b0dff9e9df3fcb74 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:34:47 +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 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}