From e64595d551fba31b644628d961313bb8ce064fd8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:19:25 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d88da33..52709ab 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "DevNest - Web Development Services", description: "Build your digital presence with DevNest. We create stunning, high-performance websites that transform your business."}; + title: "DevNest - Usługi Tworzenia Stron Internetowych", description: "Zbuduj swoją obecność cyfrową z DevNest. Tworzymy wspaniałe, wysokowydajne strony internetowe, które transformują Twoją firmę." +}; export default function RootLayout({ children, @@ -13,7 +14,7 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - + {children}