From b3c023f2b8ed0b3bcdb4b5582a7f2f4d6ffbc4db Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:00:17 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index bdd6963..bce5ee5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,7 +2,8 @@ import type { Metadata } from "next"; import "./styles/globals.css"; export const metadata: Metadata = { - title: "Webuild - Web Design Agency", description: "Transform your business with stunning, high-performing websites that convert. Web design services for businesses nationwide."}; + title: "Webuild - Web Design Agency", description: "Transform your business with stunning, high-performing websites that convert. Web design services for businesses nationwide." +}; export default function RootLayout({ children, -- 2.49.1