diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1db2da0..2ab7e25 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,8 +7,7 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "HavenVault - Your Financial Vault, Fully Encrypted", description: - "Offline-first financial management system with bank-grade encryption. Manage assets, loans, credit cards, mortgages, leases, and savings securely on your device."}; + title: "HavenVault - Your Financial Vault, Fully Encrypted", description: "Offline-first financial management system with bank-grade encryption. Manage assets, loans, credit cards, mortgages, leases, and savings securely on your device."}; export default function RootLayout({ children, @@ -18,9 +17,6 @@ export default function RootLayout({ return ( - - - {children}