Update src/app/layout.tsx

This commit is contained in:
2026-03-05 06:12:18 +00:00
parent 0b2b889f47
commit 0c19f60994

View File

@@ -7,49 +7,31 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
const figtree = Figtree({
variable: "--font-figtree",
subsets: ["latin"],
variable: "--font-figtree", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "AI Automation & Digital Systems Agency - Enterprise Automation Solutions",
description: "Transform your business with AI-powered automation, n8n workflows, AI agents, and digital systems. 450+ successful implementations globally. Schedule your free strategy call today.",
keywords: "AI automation, digital transformation, n8n workflows, AI agents, RPA, business automation, workflow automation, AI chatbots, enterprise automation, digital systems",
metadataBase: new URL("https://aiautomationpro.com"),
title: "AI Automation & Digital Systems Agency - Enterprise Automation Solutions", description: "Transform your business with AI-powered automation, n8n workflows, AI agents, and digital systems. 450+ successful implementations globally. Schedule your free strategy call today.", keywords: "AI automation, digital transformation, n8n workflows, AI agents, RPA, business automation, workflow automation, AI chatbots, enterprise automation, digital systems", metadataBase: new URL("https://aiautomationpro.com"),
alternates: {
canonical: "https://aiautomationpro.com",
},
canonical: "https://aiautomationpro.com"},
openGraph: {
title: "AI Automation & Digital Systems Agency",
description: "Enterprise-grade AI automation solutions transforming businesses worldwide",
url: "https://aiautomationpro.com",
siteName: "AI Automation Pro",
type: "website",
images: [
title: "AI Automation & Digital Systems Agency", description: "Enterprise-grade AI automation solutions transforming businesses worldwide", url: "https://aiautomationpro.com", siteName: "AI Automation Pro", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/modern-ai-dashboard-with-neural-network--1772690210757-f333a1b1.png",
alt: "AI Automation Platform",
},
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/modern-ai-dashboard-with-neural-network--1772690210757-f333a1b1.png", alt: "AI Automation Platform"},
],
},
twitter: {
card: "summary_large_image",
title: "AI Automation & Digital Systems Agency",
description: "Transform your business with cutting-edge automation solutions",
images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/modern-ai-dashboard-with-neural-network--1772690210757-f333a1b1.png",
],
card: "summary_large_image", title: "AI Automation & Digital Systems Agency", description: "Transform your business with cutting-edge automation solutions", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/modern-ai-dashboard-with-neural-network--1772690210757-f333a1b1.png"],
},
robots: {
index: true,
@@ -1441,4 +1423,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}