From 7c569638798f0b5fe7a011de50dd73d741d72a3f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:16: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 9c359de..f7efd1a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,7 @@ import "@/styles/globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "KOREX - Premium Creative & Development Solutions", description: "Transform your digital presence with enterprise-grade design and cutting-edge development from KOREX."}; + title: "KOREX | Premium Creative & Development Solutions", description: "Digital transformation that drives 3x faster growth and industry-leading ROI. Premium creative & development solutions for visionary brands."}; export default function RootLayout({ children, @@ -13,7 +13,7 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - + {children}