diff --git a/app/layout.tsx b/app/layout.tsx index d21a434..b140d16 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -8,7 +8,7 @@ import { theme } from '../theme'; export const metadata = { title: 'Elijah Jibben', - description: 'I am making a website!', + description: 'A personal portfolio website', }; export default function RootLayout({ children }: { children: any }) {