mirror of
https://github.com/Anil-matcha/Open-Generative-AI.git
synced 2026-05-07 01:17:18 +00:00
Update all references across source files, config, and docs — including page titles, app name, package name, Electron window title, and release asset URLs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
417 B
JavaScript
14 lines
417 B
JavaScript
import './globals.css';
|
|
|
|
export const metadata = {
|
|
title: 'Open Generative AI — Free AI Image & Video Studio',
|
|
description: 'Generate AI images and videos using 200+ models — Flux, Midjourney, Kling, Veo, Seedance and more. Free open-source alternative to Higgsfield AI.',
|
|
};
|
|
|
|
export default function RootLayout({ children }) {
|
|
return (
|
|
<html lang="en">
|
|
<body>{children}</body>
|
|
</html>
|
|
);
|
|
}
|