Update src/app/layout.tsx

This commit is contained in:
2026-03-02 20:01:22 +00:00
parent 998fc13b63
commit f3459642d8

View File

@@ -5,36 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
const roboto = Roboto({ const roboto = Roboto({
variable: "--font-roboto", variable: "--font-roboto", subsets: ["latin"],
subsets: ["latin"],
weight: ["100", "300", "400", "500", "700", "900"], weight: ["100", "300", "400", "500", "700", "900"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "LogisticsPro - Enterprise Logistics & Supply Chain Solutions", title: "LogisticsPro - Enterprise Logistics & Supply Chain Solutions", description: "Transform your logistics with LogisticsPro. Real-time tracking, global shipping, and AI-powered optimization for seamless supply chain management.", keywords: "logistics, supply chain, shipping, tracking, warehousing, fulfillment, enterprise logistics", robots: {
description: "Transform your logistics with LogisticsPro. Real-time tracking, global shipping, and AI-powered optimization for seamless supply chain management.",
keywords: "logistics, supply chain, shipping, tracking, warehousing, fulfillment, enterprise logistics",
robots: {
index: true, index: true,
follow: true, follow: true,
}, },
openGraph: { openGraph: {
title: "LogisticsPro - Enterprise Logistics Solutions", title: "LogisticsPro - Enterprise Logistics Solutions", description: "Optimize your supply chain with real-time tracking and global logistics expertise.", siteName: "LogisticsPro", type: "website", images: [
description: "Optimize your supply chain with real-time tracking and global logistics expertise.",
siteName: "LogisticsPro",
type: "website",
images: [
{ {
url: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg", url: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg", alt: "LogisticsPro Dashboard"},
alt: "LogisticsPro Dashboard",
},
], ],
}, },
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image", title: "LogisticsPro - Enterprise Logistics Solutions", description: "Transform your supply chain with our advanced logistics platform.", images: ["http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg"],
title: "LogisticsPro - Enterprise Logistics Solutions",
description: "Transform your supply chain with our advanced logistics platform.",
images: ["http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg"],
}, },
}; };