From f1c114c03ae6ee851f16d5a52242ae2e0eb37723 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:46:45 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 92d884b..c108089 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,7 +11,7 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "Create Next App", description: "Generated by create next app"}; + title: "Webild Studio", description: "Transform your vision into digital reality"}; export default function RootLayout({ children, @@ -20,7 +20,7 @@ export default function RootLayout({ }) { return ( - + {children}