diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7998ab4..fa178b6 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: "DevForge - Custom Software Development & AI Solutions", description: "Premium software development agency specializing in custom solutions, AI automation, and scalable enterprise platforms."}; + title: "DevForge - Premium Software Development", description: "Next-generation software development agency specializing in custom solutions, AI automation, and scalable enterprise platforms."}; export default function RootLayout({ children, @@ -13,7 +13,7 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - + {children}