Skip to content

Commit 67e8a3f

Browse files
committed
changes to imaginate-ai
1 parent 0f6146c commit 67e8a3f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "stablemax",
2+
"name": "imaginate-ai",
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {

src/app/layout.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ const geistMono = localFont({
1818
});
1919

2020
export const metadata: Metadata = {
21-
title: "StableMax - Generate Images for FREE",
21+
title: "Imaginate AI - Generate Images for FREE",
2222
description:
23-
"Generate stunning images from text using AI models for free with StableMax. Turn your ideas into visual art instantly.",
23+
"Generate stunning images from text using AI models for free with Imaginate AI. Turn your ideas into visual art instantly.",
2424
openGraph: {
25-
title: "StableMax - Free AI Image Generation",
25+
title: "Imaginate AI - Free AI Image Generation",
2626
description: "Turn your text into images with our free AI-powered tool",
2727
},
2828
twitter: {
2929
card: "summary_large_image",
30-
title: "StableMax - Free AI Image Generation",
30+
title: "Imaginate AI - Free AI Image Generation",
3131
description: "Turn your text into images with our free AI-powered tool",
3232
},
3333
};

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function Home() {
2121
transition={{ duration: 0.35, delay: 0 }}
2222
className="text-4xl sm:text-6xl font-bold"
2323
>
24-
StableMax
24+
Imaginate AI
2525
</motion.h1>
2626
<motion.p
2727
initial={{

0 commit comments

Comments
 (0)