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 +} diff --git a/src/app/page.tsx b/src/app/page.tsx index db2e83b..f40fca2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Services", href: "/services" }, { label: "Solutions", href: "/services" }, { label: "Pricing", href: "#" }, @@ -32,8 +31,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Careers", href: "#" }, { label: "Blog", href: "#" }, @@ -41,8 +39,7 @@ export default function HomePage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Help Center", href: "#" }, { label: "Contact Us", href: "/contact" }, { label: "Status", href: "#" }, @@ -50,8 +47,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -86,36 +82,26 @@ export default function HomePage() { tagIcon={Zap} tagAnimation="slide-up" buttons={[ - { text: "Get Started", href: "/contact" }, + { text: "Request a Quote", href: "/contact" }, { text: "Learn More", href: "#services" }, ]} buttonAnimation="slide-up" mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/diverse-warehouse-staff-ensuring-smooth-product-distribution-by-managing-inventory-handling_482257-135103.jpg?_wi=1", - imageAlt: "Global logistics network", - }, + "http://img.b2bpic.net/free-photo/diverse-warehouse-staff-ensuring-smooth-product-distribution-by-managing-inventory-handling_482257-135103.jpg?_wi=1", imageAlt: "Global logistics network"}, { imageSrc: - "http://img.b2bpic.net/free-photo/blue-truck-rainy-highway-power-energy-motion_169016-69894.jpg?_wi=1", - imageAlt: "Truck delivery services", - }, + "http://img.b2bpic.net/free-photo/blue-truck-rainy-highway-power-energy-motion_169016-69894.jpg?_wi=1", imageAlt: "Truck delivery services"}, { imageSrc: - "http://img.b2bpic.net/free-photo/empty-storage-room-filled-with-many-cardboard-boxes-racks-empty-warehouse-with-office-space-used-ship-merchandise-orders-quality-control-storehouse-with-goods-logistics-work_482257-66552.jpg?_wi=1", - imageAlt: "Warehouse storage solutions", - }, + "http://img.b2bpic.net/free-photo/empty-storage-room-filled-with-many-cardboard-boxes-racks-empty-warehouse-with-office-space-used-ship-merchandise-orders-quality-control-storehouse-with-goods-logistics-work_482257-66552.jpg?_wi=1", imageAlt: "Warehouse storage solutions"}, { imageSrc: - "http://img.b2bpic.net/free-photo/employee-navigating-satellite-radar-map-search-routes_482257-93891.jpg?_wi=1", - imageAlt: "Real-time tracking technology", - }, + "http://img.b2bpic.net/free-photo/employee-navigating-satellite-radar-map-search-routes_482257-93891.jpg?_wi=1", imageAlt: "Real-time tracking technology"}, { imageSrc: - "http://img.b2bpic.net/free-photo/our-world-connected-social-networking-interconnection-concept_53876-21158.jpg", - imageAlt: "Logistics operations", - }, + "http://img.b2bpic.net/free-photo/our-world-connected-social-networking-interconnection-concept_53876-21158.jpg", imageAlt: "Logistics operations"}, ]} mediaAnimation="slide-up" className="w-full" @@ -128,10 +114,7 @@ export default function HomePage() { heading={[ { type: "text", content: "Pioneering logistics with" }, { - type: "image", - src: "http://img.b2bpic.net/free-photo/our-world-connected-social-networking-interconnection-concept_53876-21158.jpg", - alt: "Company innovation", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/our-world-connected-social-networking-interconnection-concept_53876-21158.jpg", alt: "Company innovation"}, { type: "text", content: "cutting-edge technology" }, ]} buttons={[ @@ -155,36 +138,24 @@ export default function HomePage() { features={[ { id: 1, - title: "Ground Transportation", - description: - "Reliable truck and freight services for domestic and international shipments with real-time tracking.", - imageSrc: - "http://img.b2bpic.net/free-photo/blue-truck-rainy-highway-power-energy-motion_169016-69894.jpg?_wi=2", - }, + title: "Ground Transportation", description: + "Reliable truck and freight services for domestic and international shipments with real-time tracking.", imageSrc: + "http://img.b2bpic.net/free-photo/blue-truck-rainy-highway-power-energy-motion_169016-69894.jpg?_wi=2"}, { id: 2, - title: "Warehouse Management", - description: - "State-of-the-art storage facilities with inventory management and distribution network.", - imageSrc: - "http://img.b2bpic.net/free-photo/empty-storage-room-filled-with-many-cardboard-boxes-racks-empty-warehouse-with-office-space-used-ship-merchandise-orders-quality-control-storehouse-with-goods-logistics-work_482257-66552.jpg?_wi=2", - }, + title: "Warehouse Management", description: + "State-of-the-art storage facilities with inventory management and distribution network.", imageSrc: + "http://img.b2bpic.net/free-photo/empty-storage-room-filled-with-many-cardboard-boxes-racks-empty-warehouse-with-office-space-used-ship-merchandise-orders-quality-control-storehouse-with-goods-logistics-work_482257-66552.jpg?_wi=2"}, { id: 3, - title: "Real-Time Tracking", - description: - "Advanced GPS and IoT technology for complete visibility of your shipments worldwide.", - imageSrc: - "http://img.b2bpic.net/free-photo/employee-navigating-satellite-radar-map-search-routes_482257-93891.jpg?_wi=2", - }, + title: "Real-Time Tracking", description: + "Advanced GPS and IoT technology for complete visibility of your shipments worldwide.", imageSrc: + "http://img.b2bpic.net/free-photo/employee-navigating-satellite-radar-map-search-routes_482257-93891.jpg?_wi=2"}, { id: 4, - title: "Supply Chain Optimization", - description: - "Streamlined operations reducing costs and improving delivery times through intelligent routing.", - imageSrc: - "http://img.b2bpic.net/free-photo/diverse-warehouse-staff-ensuring-smooth-product-distribution-by-managing-inventory-handling_482257-135103.jpg?_wi=2", - }, + title: "Supply Chain Optimization", description: + "Streamlined operations reducing costs and improving delivery times through intelligent routing.", imageSrc: + "http://img.b2bpic.net/free-photo/diverse-warehouse-staff-ensuring-smooth-product-distribution-by-managing-inventory-handling_482257-135103.jpg?_wi=2"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -198,29 +169,17 @@ export default function HomePage() { tagAnimation="slide-up" metrics={[ { - id: "1", - value: "2.5M+", - description: - "Shipments delivered annually to over 180 countries worldwide.", - }, + id: "1", value: "2.5M+", description: + "Shipments delivered annually to over 180 countries worldwide."}, { - id: "2", - value: "98.7%", - description: - "On-time delivery rate maintaining our commitment to excellence.", - }, + id: "2", value: "98.7%", description: + "On-time delivery rate maintaining our commitment to excellence."}, { - id: "3", - value: "500+", - description: - "Distribution centers and warehouse locations across the globe.", - }, + id: "3", value: "500+", description: + "Distribution centers and warehouse locations across the globe."}, { - id: "4", - value: "24/7", - description: - "Real-time customer support and shipment tracking available around the clock.", - }, + id: "4", value: "24/7", description: + "Real-time customer support and shipment tracking available around the clock."}, ]} metricsAnimation="slide-up" useInvertedBackground={false} @@ -238,65 +197,29 @@ export default function HomePage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Mitchell", - handle: "CEO, TechFlow Inc", - testimonial: - "LogisticsPro transformed our supply chain operations. Their real-time tracking and reliability have exceeded our expectations. Highly recommended!", - imageSrc: - "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=1", - imageAlt: "Sarah Mitchell", - }, + id: "1", name: "Sarah Mitchell", handle: "CEO, TechFlow Inc", testimonial: + "LogisticsPro transformed our supply chain operations. Their real-time tracking and reliability have exceeded our expectations. Highly recommended!", imageSrc: + "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=1", imageAlt: "Sarah Mitchell"}, { - id: "2", - name: "Michael Chen", - handle: "Operations Director, GlobalTrade", - testimonial: - "Outstanding service and customer support. They handle our complex international shipments with precision and professionalism every single time.", - imageSrc: - "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=2", - imageAlt: "Michael Chen", - }, + id: "2", name: "Michael Chen", handle: "Operations Director, GlobalTrade", testimonial: + "Outstanding service and customer support. They handle our complex international shipments with precision and professionalism every single time.", imageSrc: + "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=2", imageAlt: "Michael Chen"}, { - id: "3", - name: "Emily Rodriguez", - handle: "Supply Chain Manager, RetailCo", - testimonial: - "Cost-effective and reliable. LogisticsPro helped us reduce shipping costs by 25% while improving delivery times. A true game changer.", - imageSrc: - "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=3", - imageAlt: "Emily Rodriguez", - }, + id: "3", name: "Emily Rodriguez", handle: "Supply Chain Manager, RetailCo", testimonial: + "Cost-effective and reliable. LogisticsPro helped us reduce shipping costs by 25% while improving delivery times. A true game changer.", imageSrc: + "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=3", imageAlt: "Emily Rodriguez"}, { - id: "4", - name: "David Thompson", - handle: "Founder, eCommerce Solutions", - testimonial: - "Their logistics platform is intuitive and powerful. We've streamlined our entire fulfillment process and can now scale much faster.", - imageSrc: - "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=4", - imageAlt: "David Thompson", - }, + id: "4", name: "David Thompson", handle: "Founder, eCommerce Solutions", testimonial: + "Their logistics platform is intuitive and powerful. We've streamlined our entire fulfillment process and can now scale much faster.", imageSrc: + "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=4", imageAlt: "David Thompson"}, { - id: "5", - name: "Jessica Wong", - handle: "Logistics Manager, ManufacturePro", - testimonial: - "Exceptional warehouse management services. Their team is responsive, knowledgeable, and truly understands our business needs.", - imageSrc: - "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=5", - imageAlt: "Jessica Wong", - }, + id: "5", name: "Jessica Wong", handle: "Logistics Manager, ManufacturePro", testimonial: + "Exceptional warehouse management services. Their team is responsive, knowledgeable, and truly understands our business needs.", imageSrc: + "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=5", imageAlt: "Jessica Wong"}, { - id: "6", - name: "Robert Kumar", - handle: "VP Operations, DistribCorp", - testimonial: - "LogisticsPro is a trusted partner we can rely on. Their network, technology, and team make them an invaluable part of our success.", - imageSrc: - "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=6", - imageAlt: "Robert Kumar", - }, + id: "6", name: "Robert Kumar", handle: "VP Operations, DistribCorp", testimonial: + "LogisticsPro is a trusted partner we can rely on. Their network, technology, and team make them an invaluable part of our success.", imageSrc: + "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=6", imageAlt: "Robert Kumar"}, ]} animationType="slide-up" speed={40} @@ -313,23 +236,9 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} names={[ - "TechFlow Inc", - "GlobalTrade Solutions", - "RetailCo International", - "eCommerce Solutions", - "ManufacturePro Ltd", - "DistribCorp", - "InnovateLabs", - ]} + "TechFlow Inc", "GlobalTrade Solutions", "RetailCo International", "eCommerce Solutions", "ManufacturePro Ltd", "DistribCorp", "InnovateLabs"]} logos={[ - "http://img.b2bpic.net/free-vector/hexagonal-company-logo_1222-55.jpg", - "http://img.b2bpic.net/free-vector/delivery-logo-template-with-gradient-effect_23-2147882328.jpg", - "http://img.b2bpic.net/free-vector/health-logo-with-ambulance_1057-2534.jpg", - "http://img.b2bpic.net/free-vector/abstract-background-with-cubes_23-2147500938.jpg", - "http://img.b2bpic.net/free-vector/gradient-o-logos-template-collection_23-2148886662.jpg", - "http://img.b2bpic.net/free-vector/logo-template-design_1289-31.jpg", - "http://img.b2bpic.net/free-vector/abstract-logo-with-globe_1043-2.jpg", - ]} + "http://img.b2bpic.net/free-vector/hexagonal-company-logo_1222-55.jpg", "http://img.b2bpic.net/free-vector/delivery-logo-template-with-gradient-effect_23-2147882328.jpg", "http://img.b2bpic.net/free-vector/health-logo-with-ambulance_1057-2534.jpg", "http://img.b2bpic.net/free-vector/abstract-background-with-cubes_23-2147500938.jpg", "http://img.b2bpic.net/free-vector/gradient-o-logos-template-collection_23-2148886662.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1289-31.jpg", "http://img.b2bpic.net/free-vector/abstract-logo-with-globe_1043-2.jpg"]} speed={40} showCard={true} /> @@ -344,4 +253,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}