From 12615abe84123fe2e57b7b29acd4515af43712f1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 08:27:59 +0000 Subject: [PATCH 01/12] Update src/app/layout.tsx --- src/app/layout.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 697009c..c52da3c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,7 +11,7 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "Portfolio", description: "Creative portfolio showcasing design excellence and strategic thinking"}; + title: "Portfolio", description: "Innovative design solutions"}; export default function RootLayout({ children, @@ -23,12 +23,9 @@ export default function RootLayout({ {children} + />