Update src/app/layout.tsx

This commit is contained in:
2026-03-09 16:45:05 +00:00
parent 8269694864
commit ffbb6cb87e

View File

@@ -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({
</body>
</html>
);
}
}