Update src/app/layout.tsx

This commit is contained in:
2026-03-07 20:34:47 +00:00
parent d4b9c0531f
commit 1818dab3eb

View File

@@ -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 (
<html lang="en">
<body>
<Lenis>{children}</Lenis>
{children}
<script
dangerouslySetInnerHTML={{