From 65a6ebcb5905477cb3b04960edacbbcdd7355ea0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:31:27 +0000 Subject: [PATCH 1/5] Update src/app/layout.tsx --- src/app/layout.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 50dd38f..5a9093e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,12 +1,9 @@ import type { Metadata } from "next"; -import { Inter } from "next/font/google"; +import { Lenis } from "./lenis"; import "./globals.css"; -const inter = Inter({ subsets: ["latin"] }); - export const metadata: Metadata = { - title: "FinControl - Take Control of Your Finances", description: "Smart financial management platform for tracking expenses, budgeting, and achieving your financial goals." -}; + 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, @@ -15,7 +12,9 @@ export default function RootLayout({ }) { return ( - {children} + + {children} +