diff --git a/app/layout.tsx b/app/layout.tsx index ce73258..9b8f468 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,5 +1,6 @@ + import '@rainbow-me/rainbowkit/styles.css' import './globals.css' import { Metadata } from 'next' @@ -10,10 +11,11 @@ import { WalletProvider } from '@/providers/WalletProvider' const inter = Inter({ subsets: ['latin'] }) export const metadata: Metadata = { - title: 'OrbOracle', - description: 'Generated by create next app', + title: 'Orb Oracle | Stability Nexus', + description: 'Orb Oracle EVM Frontend by Stability Nexus', } + export default function RootLayout({ children, }: Readonly<{ @@ -21,20 +23,29 @@ export default function RootLayout({ }>) { return ( - - - -
- {children} -
-
-
- + + + + {children} + + + + + + ) } \ No newline at end of file