Update src/app/layout.tsx
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user