From 9ed3c9bd4e89cd8cab2309db728696591214e386 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 00:46:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 244 +++++++++-------------------------------------- 1 file changed, 45 insertions(+), 199 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 876b916..36b72ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,11 @@ export default function LandingPage() { @@ -123,56 +77,26 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Rapid Road Freight", - description: "High-frequency ground transport with real-time tracking.", - icon: Truck, + title: "Rapid Road Freight", description: "High-frequency ground transport with real-time tracking.", icon: Truck, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/female-truck-driver-working_23-2151561884.jpg", - imageAlt: "freight transport logistics truck", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/transport-logistics-concept_23-2151541874.jpg", - imageAlt: "freight transport logistics truck", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/industrial-forklift-machine-lifting-palette-full-cardboard-boxes-placing-them-shelves-distribution-warehouse-facility_342744-1559.jpg?_wi=2", - imageAlt: "freight transport logistics truck", + { imageSrc: "http://img.b2bpic.net/free-photo/female-truck-driver-working_23-2151561884.jpg", imageAlt: "freight transport logistics truck" }, + { imageSrc: "http://img.b2bpic.net/free-photo/transport-logistics-concept_23-2151541874.jpg", imageAlt: "freight transport logistics truck" } + ] }, { - title: "Seamless Documentation", - description: "Automated customs handling across international borders.", - icon: FileText, + title: "Seamless Documentation", description: "Automated customs handling across international borders.", icon: FileText, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/black-photovoltaics-facility-supervisor-monitoring-system-performance-tablet_482257-125805.jpg", - imageAlt: "digital shipping customs logistics", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-employee-uses-cad-software-tablet-optimize-layouts_482257-118039.jpg", - imageAlt: "digital shipping customs logistics", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662928.jpg?_wi=2", - imageAlt: "freight transport logistics truck", + { imageSrc: "http://img.b2bpic.net/free-photo/black-photovoltaics-facility-supervisor-monitoring-system-performance-tablet_482257-125805.jpg", imageAlt: "digital shipping customs logistics" }, + { imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-employee-uses-cad-software-tablet-optimize-layouts_482257-118039.jpg", imageAlt: "digital shipping customs logistics" } + ] }, { - title: "Efficient Distribution", - description: "Smart sorting and optimized warehouse placement.", - icon: Package, + title: "Efficient Distribution", description: "Smart sorting and optimized warehouse placement.", icon: Package, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/warehouse-inventory-tracking-with-digital-interface_23-2151983335.jpg", - imageAlt: "cargo distribution center automated", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/server-cabinets-data-center-maintaining-large-scale-ai-datasets_482257-124181.jpg", - imageAlt: "cargo distribution center automated", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/female-warehouse-staff-overseeing-order-fulfillment-with-ai-brain-support_482257-129608.jpg?_wi=2", - imageAlt: "freight transport logistics truck", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/warehouse-inventory-tracking-with-digital-interface_23-2151983335.jpg", imageAlt: "cargo distribution center automated" }, + { imageSrc: "http://img.b2bpic.net/free-photo/server-cabinets-data-center-maintaining-large-scale-ai-datasets_482257-124181.jpg", imageAlt: "cargo distribution center automated" } + ] + } ]} title="Comprehensive Logistics Solutions" description="Scalable end-to-end logistics infrastructure designed for high-growth businesses." @@ -186,21 +110,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "15M+", - description: "Packages delivered", - }, - { - id: "m2", - value: "99.9%", - description: "On-time arrival", - }, - { - id: "m3", - value: "450+", - description: "Global ports covered", - }, + { id: "m1", value: "15M+", description: "Packages delivered" }, + { id: "m2", value: "99.9%", description: "On-time arrival" }, + { id: "m3", value: "450+", description: "Global ports covered" } ]} title="Growth Driven By Data" description="Measurable impact on the supply chains we manage." @@ -211,15 +123,7 @@ export default function LandingPage() { @@ -229,31 +133,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file