From 757206cf92a01c4a2fae0d93bbca392c6f4c84d3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 01:47:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 152 ++++++++++++----------------------------------- 1 file changed, 39 insertions(+), 113 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 831fcb0..5519cfb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,48 +29,33 @@ export default function LandingPage() {
@@ -83,45 +68,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Mark Miller", - role: "Logistics Manager", - company: "Midwest Supply", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-wearing-helmets-vests_23-2149426477.jpg?_wi=1", - }, + id: "1", name: "Mark Miller", role: "Logistics Manager", company: "Midwest Supply", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-wearing-helmets-vests_23-2149426477.jpg"}, { - id: "2", - name: "Sarah Davis", - role: "Supply Chain Director", - company: "Industrial Co", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-warehouse-worker-protective-uniform-checking-goods-distribution-market_342744-1527.jpg", - }, + id: "2", name: "Sarah Davis", role: "Supply Chain Director", company: "Industrial Co", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-warehouse-worker-protective-uniform-checking-goods-distribution-market_342744-1527.jpg"}, { - id: "3", - name: "James Wilson", - role: "Owner", - company: "Wilson Agri", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-interviewee-taking-notes_23-2149037866.jpg", - }, + id: "3", name: "James Wilson", role: "Owner", company: "Wilson Agri", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-interviewee-taking-notes_23-2149037866.jpg"}, { - id: "4", - name: "Elena Rodriguez", - role: "Operations Lead", - company: "Freight Pro", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-courier-handshaking-with-african-american-woman-while-delivering-her-package_637285-2270.jpg", - }, + id: "4", name: "Elena Rodriguez", role: "Operations Lead", company: "Freight Pro", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-courier-handshaking-with-african-american-woman-while-delivering-her-package_637285-2270.jpg"}, { - id: "5", - name: "David Kim", - role: "Purchasing Agent", - company: "Construction Inc", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12821.jpg", - }, + id: "5", name: "David Kim", role: "Purchasing Agent", company: "Construction Inc", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12821.jpg"}, ]} title="Trusted by Industry Leaders" description="With a 5.0 Google Rating, we are the transportation partner you can rely on." @@ -133,17 +93,11 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Built on ", - }, + type: "text", content: "Built on "}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/big-rusty-truck-field_23-2148573811.jpg", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/big-rusty-truck-field_23-2148573811.jpg"}, { - type: "text", - content: " Hard Work", - }, + type: "text", content: " Hard Work"}, ]} /> @@ -157,46 +111,27 @@ export default function LandingPage() { description="Data-driven logistics tailored to your business needs." features={[ { - id: "1", - title: "Fleet Management", - subtitle: "Full oversight", - category: "Operations", - value: "24/7", - }, + id: "1", title: "Fleet Management", subtitle: "Full oversight", category: "Operations", value: "24/7"}, { - id: "2", - title: "Real-time Tracking", - subtitle: "Updates enabled", - category: "Technology", - value: "Live", - }, + id: "2", title: "Real-time Tracking", subtitle: "Updates enabled", category: "Technology", value: "Live"}, { - id: "3", - title: "Cargo Safety", - subtitle: "Priority protocol", - category: "Standards", - value: "100%", - }, + id: "3", title: "Cargo Safety", subtitle: "Priority protocol", category: "Standards", value: "100%"}, { - id: "4", - title: "Route Optimization", - subtitle: "Fuel efficient", - category: "Planning", - value: "Smart", - }, + id: "4", title: "Route Optimization", subtitle: "Fuel efficient", category: "Planning", value: "Smart"}, { - id: "5", - title: "Maintenance", - subtitle: "Proactive service", - category: "Maintenance", - value: "Daily", - }, + id: "5", title: "Maintenance", subtitle: "Proactive service", category: "Maintenance", value: "Daily"}, ]} />