From ffbb6cb87e1e9ff9f18d4a3b64f5e4a087cf0c39 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:45:05 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 95bcb73..4468578 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Compass Digital - AI-Powered Digital Marketing & Web Design", description: "Transform your business with AI-powered digital marketing and custom web design. We deliver proven results with intelligent marketing automation."}; + title: "Compass Digital - AI-Powered Digital Marketing & Web Design", description: "Transform your business with AI-powered digital marketing and custom web design. We deliver proven results with intelligent marketing automation." +}; export default function RootLayout({ children, @@ -1384,4 +1385,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 728326baed4ab4242ce8569b8c19c1f959321a83 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:45:05 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d656cd..9a68c6d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -266,4 +266,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1