muthuk1 commited on
Commit
e56ae2e
·
verified ·
1 Parent(s): 3325bbe

🎨 Update layout with new title

Browse files
Files changed (1) hide show
  1. 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 Inference Dashboard TigerGraph × Claude",
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