4 Commits

Author SHA1 Message Date
f386d7d200 Merge version_3 into main
Merge version_3 into main
2026-03-09 16:45:10 +00:00
728326baed Update src/app/page.tsx 2026-03-09 16:45:05 +00:00
ffbb6cb87e Update src/app/layout.tsx 2026-03-09 16:45:05 +00:00
8269694864 Merge version_2 into main
Merge version_2 into main
2026-03-09 16:42:21 +00:00
2 changed files with 4 additions and 3 deletions

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>
);
}
}

View File

@@ -266,4 +266,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}