Update src/app/layout.tsx

This commit is contained in:
2026-03-05 22:31:57 +00:00
parent 79ca0d3861
commit 12af7e9a62

View File

@@ -7,53 +7,35 @@ 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: "Enterprise Software Platform | Webild",
description: "Advanced AI-powered enterprise software trusted by 5,000+ global companies. Streamline operations, enhance security, and accelerate innovation with our intelligent platform.",
keywords: "enterprise software, SaaS platform, business intelligence, AI analytics, cloud software, digital transformation",
metadataBase: new URL("https://webild.com"),
title: "Enterprise Software Platform | Webild", description: "Advanced AI-powered enterprise software trusted by 5,000+ global companies. Streamline operations, enhance security, and accelerate innovation with our intelligent platform.", keywords: "enterprise software, SaaS platform, business intelligence, AI analytics, cloud software, digital transformation", metadataBase: new URL("https://webild.com"),
alternates: {
canonical: "https://webild.com",
},
canonical: "https://webild.com"},
robots: {
index: true,
follow: true,
},
openGraph: {
title: "Enterprise Software Platform | Webild",
description: "Advanced AI-powered enterprise software trusted by 5,000+ global companies.",
url: "https://webild.com",
siteName: "Webild",
type: "website",
images: [
title: "Enterprise Software Platform | Webild", description: "Advanced AI-powered enterprise software trusted by 5,000+ global companies.", url: "https://webild.com", siteName: "Webild", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/modern-enterprise-software-dashboard-wit-1772749677462-04571515.png",
alt: "Webild Enterprise Software Platform",
},
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/modern-enterprise-software-dashboard-wit-1772749677462-04571515.png", alt: "Webild Enterprise Software Platform"},
],
},
twitter: {
card: "summary_large_image",
title: "Enterprise Software Platform | Webild",
description: "Advanced AI-powered enterprise software trusted by 5,000+ global companies.",
images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/modern-enterprise-software-dashboard-wit-1772749677462-04571515.png",
],
card: "summary_large_image", title: "Enterprise Software Platform | Webild", description: "Advanced AI-powered enterprise software trusted by 5,000+ global companies.", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/modern-enterprise-software-dashboard-wit-1772749677462-04571515.png"],
},
};
@@ -1441,4 +1423,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}