From 8b7e15e84e19a233ef205b96be73b8afea67dd94 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 23:09:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 160 ++++++++++------------------------------------- 1 file changed, 33 insertions(+), 127 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 415edc2..9b7a6a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,18 +30,9 @@ export default function LandingPage() { @@ -116,28 +89,13 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Route Optimization", - description: "Advanced planning for faster deliveries.", - bentoComponent: "reveal-icon", - icon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/supply-chain-representation-still-life_23-2150172446.jpg", - imageAlt: "trucking logistics route planning icon", + title: "Route Optimization", description: "Advanced planning for faster deliveries.", bentoComponent: "reveal-icon", icon: Zap }, { - title: "Global Logistics", - description: "Connecting your business to the world.", - bentoComponent: "reveal-icon", - icon: Globe, - imageSrc: "http://img.b2bpic.net/free-photo/white-semi-truck-driving-highway-sunset_23-2151998715.jpg?_wi=2", - imageAlt: "trucking logistics route planning icon", + title: "Global Logistics", description: "Connecting your business to the world.", bentoComponent: "reveal-icon", icon: Globe }, { - title: "Secure Shipping", - description: "End-to-end cargo protection.", - bentoComponent: "reveal-icon", - icon: ShieldCheck, - imageSrc: "http://img.b2bpic.net/free-photo/asian-employees-checking-warehouse-supplies-tablet-files-working-with-storage-room-logistics-young-team-people-using-gadget-papers-business-plan-production_482257-59955.jpg?_wi=2", - imageAlt: "trucking logistics route planning icon", + title: "Secure Shipping", description: "End-to-end cargo protection.", bentoComponent: "reveal-icon", icon: ShieldCheck }, ]} title="Core Transportation Services" @@ -153,20 +111,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "15K+", - description: "Shipments Completed", - }, + id: "m1", value: "15K+", description: "Shipments Completed"}, { - id: "m2", - value: "500+", - description: "Active Fleet Trucks", - }, + id: "m2", value: "500+", description: "Active Fleet Trucks"}, { - id: "m3", - value: "99.8%", - description: "On-time Delivery Rate", - }, + id: "m3", value: "99.8%", description: "On-time Delivery Rate"}, ]} title="Our Impact in Numbers" description="Proven performance and reliability for thousands of satisfied customers across the country." @@ -179,45 +128,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - title: "Reliable Partner", - quote: "Swift Haul has transformed our supply chain reliability.", - name: "John Doe", - role: "CEO", - imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-carrying-box_23-2148923107.jpg", - }, + id: "1", title: "Reliable Partner", quote: "Swift Haul has transformed our supply chain reliability.", name: "John Doe", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-carrying-box_23-2148923107.jpg"}, { - id: "2", - title: "Exceptional Service", - quote: "Their team goes above and beyond to meet deadlines.", - name: "Sarah Smith", - role: "Manager", - imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg", - }, + id: "2", title: "Exceptional Service", quote: "Their team goes above and beyond to meet deadlines.", name: "Sarah Smith", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg"}, { - id: "3", - title: "Top Tier Logistics", - quote: "Communication is excellent, zero issues so far.", - name: "Mike Ross", - role: "Logistics Lead", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg", - }, + id: "3", title: "Top Tier Logistics", quote: "Communication is excellent, zero issues so far.", name: "Mike Ross", role: "Logistics Lead", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg"}, { - id: "4", - title: "Consistent Quality", - quote: "Our goods arrive in perfect condition every time.", - name: "Jane Wilson", - role: "Supply Chain Head", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman_329181-11722.jpg", - }, + id: "4", title: "Consistent Quality", quote: "Our goods arrive in perfect condition every time.", name: "Jane Wilson", role: "Supply Chain Head", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman_329181-11722.jpg"}, { - id: "5", - title: "Highly Recommend", - quote: "Great professional company, dependable partners.", - name: "Robert Brown", - role: "VP Operations", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171290.jpg", - }, + id: "5", title: "Highly Recommend", quote: "Great professional company, dependable partners.", name: "Robert Brown", role: "VP Operations", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171290.jpg"}, ]} title="What Our Partners Say" description="Businesses rely on Swift Haul for consistent performance and professional communication at every stage of the shipping journey." @@ -228,14 +147,11 @@ export default function LandingPage() { @@ -245,29 +161,19 @@ export default function LandingPage() { logoText="Swift Haul" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Services", - href: "#features", - }, + label: "Services", href: "#features"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]}