diff --git a/src/app/layout.tsx b/src/app/layout.tsx index bb7df44..d6b634a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,8 +1,8 @@ import { Provider } from "../components/ui/provider" import "../styles/globals.css"; export const metadata = { - title: 'Next.js', - description: 'Generated by Next.js', + title: 'Ballistic Builder', + description: 'Freedom On', } export default function RootLayout(props: { children: React.ReactNode }) {