From 053169498c70d811389acf12036bd3bfc83b0d1d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 21:04:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 075908f..e53cda5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,8 @@ export default function LandingPage() { dashboard={{ title: "Dispatch Overview", stats: [ { title: "Active Jobs", values: [12, 15, 8], description: "Currently in transit" }, - { title: "Utilization", values: [85, 90, 88], description: "Fleet efficiency" } + { title: "Utilization", values: [85, 90, 88], description: "Fleet efficiency" }, + { title: "Ready Fleet", values: [5, 2, 3], description: "Available for immediate dispatch" } ], logoIcon: Shield, sidebarItems: [{ icon: LayoutDashboard, active: true }, { icon: Search }], @@ -63,6 +64,7 @@ export default function LandingPage() { title="Specialized Heavy Machinery Transport" description={["Are you looking for a reliable solution for transporting heavy equipment to your job site?", "We specialize in moving bulldozers, excavators, cranes, and generators with state-of-the-art equipment.", "Our team ensures that every load is secured and delivered with the utmost precision across the Lower Mainland."]} buttons={[{ text: "Learn More" }]} + useInvertedBackground={false} /> @@ -71,6 +73,8 @@ export default function LandingPage() { title="Comprehensive Transportation Services" description="We offer end-to-end heavy equipment logistics for construction, industrial, and infrastructure projects." animationType="slide-up" + textboxLayout="split" + useInvertedBackground={false} features={[ { id: "1", title: "Construction Hauling", subtitle: "Safe movement of heavy machinery", category: "Logistics", value: "100% Secure" }, { id: "2", title: "Crane Transport", subtitle: "Complex industrial lifting", category: "Heavy", value: "Expertise" } @@ -85,6 +89,7 @@ export default function LandingPage() { animationType="slide-up" gridVariant="uniform-all-items-equal" textboxLayout="split" + useInvertedBackground={false} metrics={[ { id: "m1", value: "100%", title: "Safety Record", description: "Our primary commitment", icon: Shield }, { id: "m2", value: "24/7", title: "Support", description: "Available when you need", icon: Mail } @@ -98,6 +103,7 @@ export default function LandingPage() { description="Everything you need to know about our heavy haul services." faqsAnimation="blur-reveal" textboxLayout="split" + useInvertedBackground={false} faqs={[ { id: "faq1", title: "What areas do you serve?", content: "Greater Vancouver and BC." }, { id: "faq2", title: "How do I book?", content: "Contact us through our form." } @@ -110,6 +116,7 @@ export default function LandingPage() {