From e28325c7ebd39f4b4ada873c7aeae0769cfd48d0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 23:52:59 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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,