From 92987a02bd2ea301fbf6bbcccfd5a4c00e4528d0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 09:34:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 49d6f58..ee9e6ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,7 @@ export default function LandingPage() { id: "air-freight", title: "Air Freight", description: "Fast and secure international air transport for time-critical shipments. Door-to-door delivery with full tracking and customs support.", tag: "Aviation", imageSrc: "http://img.b2bpic.net/free-photo/white-airliner-flying_422131-114.jpg", imageAlt: "Cargo aircraft loading freight operations" }, { - id: "land-transport", title: "Land Transport", description: "Efficient European road freight services connecting Germany to major markets. Flexible scheduling and competitive rates for all cargo types.", tag: "Ground", imageSrc: "http://img.b2bpic.net/free-photo/trucks-driving-highway-dusk_23-2152021794.jpg", imageAlt: "Professional freight truck on European highway" + id: "land-transport", title: "Land Transport", description: "Efficient European road freight services connecting Germany to major markets. Flexible scheduling and competitive rates for all cargo types.", tag: "Ground", imageSrc: "http://img.b2bpic.net/free-photo/trucks-driving-highway-dusk_23-2152021794.jpg?_wi=1", imageAlt: "Professional freight truck on European highway" }, { id: "warehousing", title: "Warehousing", description: "Modern storage and distribution facilities at our Wörth location. Pick and pack, inventory management, and value-added services available.", tag: "Storage", imageSrc: "http://img.b2bpic.net/free-photo/african-american-warehouse-distribution-manager-doing-inventory-with-assistant_482257-77715.jpg", imageAlt: "Modern professional warehouse facility" @@ -95,7 +95,7 @@ export default function LandingPage() { id: "customs", title: "Customs Clearance", description: "Expert customs handling and documentation services. Our experienced team ensures smooth border crossing and regulatory compliance.", tag: "Compliance", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-receiving-financial-contract-with-retirement-plan-option_482257-106161.jpg", imageAlt: "International customs and trade documentation" }, { - id: "specialized", title: "Specialized Transport", description: "Heavy, hazardous, and temperature-controlled shipments handled with precision. OOG cargo and project freight expertise available.", tag: "Specialized", imageSrc: "http://img.b2bpic.net/free-photo/trucks-driving-highway-dusk_23-2152021794.jpg", imageAlt: "Specialized freight logistics operations" + id: "specialized", title: "Specialized Transport", description: "Heavy, hazardous, and temperature-controlled shipments handled with precision. OOG cargo and project freight expertise available.", tag: "Specialized", imageSrc: "http://img.b2bpic.net/free-photo/trucks-driving-highway-dusk_23-2152021794.jpg?_wi=2", imageAlt: "Specialized freight logistics operations" } ]} animationType="slide-up" -- 2.49.1