Update src/app/layout.tsx

This commit is contained in:
2026-03-07 23:52:59 +00:00
parent 23ff3e1ec9
commit e28325c7eb

View File

@@ -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,