Update src/app/layout.tsx

This commit is contained in:
2026-03-04 13:39:21 +00:00
parent 2b7ff8a27c
commit 91c1494c5e

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "HabitFlow - AI-Powered Personal Growth", description: "Build better habits and achieve personal growth with AI-powered insights and tracking"};
title: "HabitFlow - AI-Powered Personal Growth", description: "Build better habits and achieve personal growth with AI-powered insights and tracking"
};
export default function RootLayout({
children,
@@ -1384,4 +1385,4 @@ export default function RootLayout({
</body>
</html>
);
}
}