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";
const roboto = Roboto({
variable: "--font-roboto",
subsets: ["latin"],
variable: "--font-roboto", subsets: ["latin"],
weight: ["100", "300", "400", "500", "700", "900"],
});
export const metadata: Metadata = {
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: {
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: {
index: true,
follow: true,
},
openGraph: {
title: "LogisticsPro - Enterprise Logistics Solutions",
description: "Optimize your supply chain with real-time tracking and global logistics expertise.",
siteName: "LogisticsPro",
type: "website",
images: [
title: "LogisticsPro - Enterprise Logistics Solutions", 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",
alt: "LogisticsPro Dashboard",
},
url: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg", alt: "LogisticsPro Dashboard"},
],
},
twitter: {
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"],
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"],
},
};