2 Commits

Author SHA1 Message Date
1512f6e937 Update src/app/layout.tsx 2026-03-06 16:30:40 +00:00
5a953115e4 Merge version_2 into main
Merge version_2 into main
2026-03-06 16:28:23 +00:00

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Creator Hub", description: "Showcase your creative work and grow your audience"};
title: "Creator Hub", description: "Showcase your creative work and grow your audience"
};
export default function RootLayout({
children,