🎨 Update layout with new title
Browse files- web/src/app/layout.tsx +2 -2
web/src/app/layout.tsx
CHANGED
|
@@ -2,9 +2,9 @@ import type { Metadata } from "next";
|
|
| 2 |
import "./globals.css";
|
| 3 |
|
| 4 |
export const metadata: Metadata = {
|
| 5 |
-
title: "GraphRAG
|
| 6 |
description:
|
| 7 |
-
"Dual-pipeline GraphRAG system proving graphs make LLM inference faster, cheaper, and smarter. Built with TigerGraph + Claude.",
|
| 8 |
icons: { icon: "/favicon.ico" },
|
| 9 |
};
|
| 10 |
|
|
|
|
| 2 |
import "./globals.css";
|
| 3 |
|
| 4 |
export const metadata: Metadata = {
|
| 5 |
+
title: "GraphRAG — Graphs Make LLM Inference Faster, Cheaper, Smarter",
|
| 6 |
description:
|
| 7 |
+
"Dual-pipeline GraphRAG system proving graphs make LLM inference faster, cheaper, and smarter. Built with TigerGraph + Claude for the GraphRAG Inference Hackathon.",
|
| 8 |
icons: { icon: "/favicon.ico" },
|
| 9 |
};
|
| 10 |
|