Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 728326baed | |||
| ffbb6cb87e | |||
| 8269694864 |
@@ -5,7 +5,8 @@ import "./globals.css";
|
|||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
@@ -1384,4 +1385,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -266,4 +266,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user