Spaces:
Running
Running
osanseviero
commited on
Update app/layout.tsx
Browse files- app/layout.tsx +1 -1
app/layout.tsx
CHANGED
@@ -2,7 +2,7 @@ import type { Metadata } from "next";
|
|
2 |
import "./globals.css";
|
3 |
import { ThemeProvider } from "@/components/ThemeProvider";
|
4 |
|
5 |
-
let title = "
|
6 |
let description = "Generate your next app with Gemini";
|
7 |
let url = "https://llamacoder.io/";
|
8 |
let ogimage = "https://www.gstatic.com/lamda/images/gemini_sparkle_v002_d4735304ff6292a690345.svg";
|
|
|
2 |
import "./globals.css";
|
3 |
import { ThemeProvider } from "@/components/ThemeProvider";
|
4 |
|
5 |
+
let title = "GemCoder – AI Code Generator";
|
6 |
let description = "Generate your next app with Gemini";
|
7 |
let url = "https://llamacoder.io/";
|
8 |
let ogimage = "https://www.gstatic.com/lamda/images/gemini_sparkle_v002_d4735304ff6292a690345.svg";
|