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}