Update src/app/layout.tsx

This commit is contained in:
2026-03-07 20:26:57 +00:00
parent 3b2feca766
commit f347ca57d4

View File

@@ -5,7 +5,8 @@ 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 - Take Control of Your Finances", description: "Smart financial management platform for tracking expenses, budgeting, and achieving your financial goals."
};
export default function RootLayout({
children,