Update src/app/layout.tsx

This commit is contained in:
2026-03-05 02:50:25 +00:00
parent 7c125d894b
commit da8523a659

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 nunito = Nunito({
variable: "--font-nunito",
subsets: ["latin"],
variable: "--font-nunito", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "AIVenture - Enterprise AI Platform for Business Transformation",
description: "Transform your business with intelligent AI solutions. Automate workflows, unlock insights, and scale operations. Enterprise-grade platform trusted by 10,000+ companies worldwide.",
keywords: "AI platform, artificial intelligence, automation, enterprise AI, business intelligence, machine learning, SaaS",
metadataBase: new URL("https://aiventure.com"),
title: "AIVenture - Enterprise AI Platform for Business Transformation", description: "Transform your business with intelligent AI solutions. Automate workflows, unlock insights, and scale operations. Enterprise-grade platform trusted by 10,000+ companies worldwide.", keywords: "AI platform, artificial intelligence, automation, enterprise AI, business intelligence, machine learning, SaaS", metadataBase: new URL("https://aiventure.com"),
alternates: {
canonical: "https://aiventure.com",
},
canonical: "https://aiventure.com"},
openGraph: {
title: "AIVenture - Enterprise AI Solutions",
description: "Intelligent AI platform for modern enterprises. Automate workflows and unlock business growth.",
url: "https://aiventure.com",
siteName: "AIVenture",
type: "website",
images: [
title: "AIVenture - Enterprise AI Solutions", description: "Intelligent AI platform for modern enterprises. Automate workflows and unlock business growth.", url: "https://aiventure.com", siteName: "AIVenture", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVXckYuEKXbG1mMyQX9Ilz7eVy/a-modern-ai-platform-dashboard-interface-1772678866240-35653bb0.png",
alt: "AIVenture Platform Dashboard",
},
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVXckYuEKXbG1mMyQX9Ilz7eVy/a-modern-ai-platform-dashboard-interface-1772678866240-35653bb0.png", alt: "AIVenture Platform Dashboard"},
],
},
twitter: {
card: "summary_large_image",
title: "AIVenture - Enterprise AI Platform",
description: "Transform your business with cutting-edge AI technology",
images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVXckYuEKXbG1mMyQX9Ilz7eVy/a-modern-ai-platform-dashboard-interface-1772678866240-35653bb0.png",
],
card: "summary_large_image", title: "AIVenture - Enterprise AI Platform", description: "Transform your business with cutting-edge AI technology", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVXckYuEKXbG1mMyQX9Ilz7eVy/a-modern-ai-platform-dashboard-interface-1772678866240-35653bb0.png"],
},
robots: {
index: true,
@@ -1441,4 +1423,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}