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}