Update src/app/layout.tsx

This commit is contained in:
2026-02-18 15:20:11 +00:00
parent c35051bfa6
commit 1948639de1

View File

@@ -10,7 +10,8 @@ const interTight = Inter_Tight({
});
export const metadata: Metadata = {
title: "How can I help you?", description: "Your helpful assistant ready to support you with any questions or tasks you might have."};
title: "How can I help you?", description: "Your helpful assistant ready to support you with any questions or tasks you might have."
};
export default function RootLayout({
children,