Update src/app/layout.tsx

This commit is contained in:
2026-03-06 08:13:11 +00:00
parent 0a1ce5e4ac
commit ae36eef3e6

View File

@@ -5,41 +5,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],
variable: "--font-montserrat", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "LogisticsPro | Global Logistics & Supply Chain Solutions",
description: "Reliable, efficient logistics services delivering excellence worldwide. Real-time tracking, warehouse management, and supply chain optimization.",
keywords: "logistics, supply chain, shipping, warehouse, freight, distribution, tracking",
metadataBase: new URL("https://logisticspro.com"),
title: "LogisticsPro | Global Logistics & Supply Chain Solutions", description: "Reliable, efficient logistics services delivering excellence worldwide. Real-time tracking, warehouse management, and supply chain optimization.", keywords: "logistics, supply chain, shipping, warehouse, freight, distribution, tracking", metadataBase: new URL("https://logisticspro.com"),
alternates: {
canonical: "https://logisticspro.com",
},
canonical: "https://logisticspro.com"},
openGraph: {
title: "LogisticsPro | Global Logistics Solutions",
description: "Transform your supply chain with reliable logistics services across 180+ countries.",
url: "https://logisticspro.com",
siteName: "LogisticsPro",
type: "website",
images: [
title: "LogisticsPro | Global Logistics Solutions", description: "Transform your supply chain with reliable logistics services across 180+ countries.", url: "https://logisticspro.com", siteName: "LogisticsPro", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/diverse-warehouse-staff-ensuring-smooth-product-distribution-by-managing-inventory-handling_482257-135103.jpg",
alt: "LogisticsPro - Global logistics network",
},
url: "http://img.b2bpic.net/free-photo/diverse-warehouse-staff-ensuring-smooth-product-distribution-by-managing-inventory-handling_482257-135103.jpg", alt: "LogisticsPro - Global logistics network"},
],
},
twitter: {
card: "summary_large_image",
title: "LogisticsPro | Global Logistics Solutions",
description: "Transform your supply chain with reliable logistics services.",
images: ["http://img.b2bpic.net/free-photo/diverse-warehouse-staff-ensuring-smooth-product-distribution-by-managing-inventory-handling_482257-135103.jpg"],
card: "summary_large_image", title: "LogisticsPro | Global Logistics Solutions", description: "Transform your supply chain with reliable logistics services.", images: ["http://img.b2bpic.net/free-photo/diverse-warehouse-staff-ensuring-smooth-product-distribution-by-managing-inventory-handling_482257-135103.jpg"],
},
robots: {
index: true,
@@ -1431,4 +1415,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}