diff --git a/src/app/layout.tsx b/src/app/layout.tsx index dbffddf..b681456 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,11 +1,13 @@ -import type { Metadata } from "next"; -import { Inter } from "next/font/google"; -import "./globals.css"; +import type { Metadata } from 'next'; +import { Inter } from 'next/font/google'; +import './globals.css'; -const inter = Inter({ subsets: ["latin"] }); +const inter = Inter({ subsets: ['latin'] }); export const metadata: Metadata = { - title: "Mindex AI", description: "Intelligent marketing automation powered by advanced AI"}; + title: 'Temple AI - Real-Time On-Chain Intelligence', + description: 'Monitor protocol revenue, trading volume, and wallet activity with advanced analytics powered by Temple AI.', +}; export default function RootLayout({ children,