From 6c72d682ce82c1632eea0cfe4a08e2bd2bd78724 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 02:13:07 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index eefd8ee..54b7652 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,7 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "WebStudio - Web Design Agency", description: "Stunning websites that drive results"}; + title: "WebStudio - Web Design Agency", description: "We design and build beautiful, high-converting websites that elevate your brand and engage your audience."}; export default function RootLayout({ children,