From ae36eef3e6443197ec1033cd25b2bae7ebd072fc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:13:11 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 32 ++++++++------------------------ 1 file changed, 8 insertions(+), 24 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0dfcaa3..17c0b0c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ ); -} \ No newline at end of file +}